Skip to content

OpenAPI

This page is generated from the committed public OpenAPI snapshot. Download the raw spec at /openapi.json.

Auth Schemes

SchemeUsage
AGNTKeyRuntime agent calls authenticated with Authorization: Bearer agnt_xxx.

Operations

MethodPathSummaryAuth
GET/v1/agents/meGet My AgentAGNTKey
GET/v1/email/inboxList InboxAGNTKey
GET/v1/email/messages/{message_id}Get MessageAGNTKey
POST/v1/email/reply/{message_id}Reply EmailAGNTKey
POST/v1/email/sendSend EmailAGNTKey
GET/v1/sms/messagesList SmsAGNTKey
GET/v1/sms/numberGet Phone NumberAGNTKey
POST/v1/sms/wait-for-codeWait For CodeAGNTKey
GET/v1/wallet/addressGet AddressAGNTKey
GET/v1/wallet/balanceGet BalanceAGNTKey
GET/v1/wallet/intentsList Runtime Transfer IntentsAGNTKey
GET/v1/wallet/policyGet PolicyAGNTKey
POST/v1/wallet/sendCreate Transfer IntentAGNTKey

Included Surface

  • Runtime agent endpoints for identity, SMS, email, and wallet.
  • Internal/admin/debug routes are intentionally excluded from this snapshot.

Generated by cd backend && uv run python scripts/generate_public_openapi.py.

Agent-first public docs. Stable URLs, static pages, machine-readable spec.