OpenAPI
This page is generated from the committed public OpenAPI snapshot. Download the raw spec at /openapi.json.
Auth Schemes
| Scheme | Usage |
|---|---|
AGNTKey | Runtime agent calls authenticated with Authorization: Bearer agnt_xxx. |
Operations
| Method | Path | Summary | Auth |
|---|---|---|---|
GET | /v1/agents/me | Get My Agent | AGNTKey |
GET | /v1/email/inbox | List Inbox | AGNTKey |
GET | /v1/email/messages/{message_id} | Get Message | AGNTKey |
POST | /v1/email/reply/{message_id} | Reply Email | AGNTKey |
POST | /v1/email/send | Send Email | AGNTKey |
GET | /v1/sms/messages | List Sms | AGNTKey |
GET | /v1/sms/number | Get Phone Number | AGNTKey |
POST | /v1/sms/wait-for-code | Wait For Code | AGNTKey |
GET | /v1/wallet/address | Get Address | AGNTKey |
GET | /v1/wallet/balance | Get Balance | AGNTKey |
GET | /v1/wallet/intents | List Runtime Transfer Intents | AGNTKey |
GET | /v1/wallet/policy | Get Policy | AGNTKey |
POST | /v1/wallet/send | Create Transfer Intent | AGNTKey |
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.