---
title: "Agent Sign Up"
method: POST
path: "/v0/agent/sign-up"
tags: ["agent-signup"]
---

# Agent Sign Up

`POST /v0/agent/sign-up`

Kick off agent self-signup.

Sends a 6-digit OTP to the human's email. Nothing is provisioned server-side
until /v0/agent/verify is called with the code.

## Request body

- AgentSignUpRequest
  - `human_email` string, required
  - `agent_name` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentphone/apis/agentphone-api.md) · [All operations](https://skmtc.net/agentphone/apis/agentphone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentphone/agentphone-api/versions/3f3aa65dcd20/schema)
