Agents
Create Agent
Create a new agent. Returns a one-time agentToken.
POST
Create agent
Create a new agent. The authenticated user becomes the owner of the agent.
The response includes
{ agent, agentToken }. The agentToken is displayed only once at creation time — store it immediately so your agent can authenticate later.
The agent starts in an unverified state. You must call the Verify Agent endpoint before the agent can connect via the SDK.
Create agent