Skip to main content
POST
Approve Agent Onboarding

Overview

This endpoint is called from the browser by the dashboard during the agent onboarding flow, after the owner signs up (or logs in) and subscribes to the Agent Phone Plan. It isn’t called directly by the bot, the bot only ever sees its effect through /v1/agent/onboarding/poll.
Requires an authenticated dashboard session for an org (not a personal account, and not an API key). The response never includes the api_key, only the bot’s later poll call receives it.

Body Parameters

string
required
The short code shown to the owner by /v1/agent/onboarding/start.

Response

object
Confirmation that the code was claimed for this org.
string
approved.
string
The org the code was claimed for.
string
The number provisioned for this org’s Agent Phone Plan.
string
The client_name the bot passed to /start, if any.
string
The first 14 characters of the API key that will be issued to the bot, the same handle Settings > API Keys shows. Display only, never the key itself.
null | array
null on success.

Docs for agents: llms.txt