Agents
Agent Registration
Self-service registration for AI agents (bots, autonomous systems). Returns an API key with trial credits and a claim token for account upgrade. This endpoint itself requires no Authorization header — that's the point: it's how an agent that doesn't have a key yet gets its first one. Rate-limited; exceeding the limit returns 429.
POST
/api/v1/agents/registerBody
namerequiredstring
Agent name (non-empty, trimmed, max 100 chars).
non-empty, trimmed, max 100 chars
descriptionstring
Optional agent description. Currently accepted but not surfaced in the response or anywhere else.
referral_codestring
Optional referral code (the referral_code another agent received on its own registration). An invalid or non-existent code is silently ignored — it does not fail the request.
Response examples