---
title: "Agent Verify"
method: POST
path: "/v0/agent/verify"
tags: ["agent-signup"]
---

# Agent Verify

`POST /v0/agent/verify`

Verify the OTP and atomically provision everything.

Creates: User + Project (+ mirrored Account) + starter hosted Agent + phone number
+ first-month charge + API key. Returns the key once — agents must save it.

## Request body

- AgentVerifyRequest
  - `verification_id` string, required
  - `otp_code` string, required
  - `source` 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/5724ccaa33d8/schema)
