{"name":"mailbox.bot","version":"v1","description":"Physical postal mail and outbound mail API for AI agents. Authenticate with Bearer sk_live_* or sk_agent_* tokens.","endpoints":{"discovery":"GET /api/v1","openapi":"GET /api/openapi.json","packages":"GET /api/v1/packages","package_detail":"GET /api/v1/packages/:id","package_actions":"POST /api/v1/packages/:id/actions","package_forward":"POST /api/v1/packages/:id/forward","package_scan":"POST /api/v1/packages/:id/scan","package_notes":"POST /api/v1/packages/:id/notes","package_tags":"POST /api/v1/packages/:id/tags","package_photos":"GET /api/v1/packages/:id/photos","mailboxes":"GET /api/v1/mailboxes","agents":"GET /api/v1/agents","outbound_mail":"POST /api/v1/mail","outbound_mail_list":"GET /api/v1/mail","outbound_mail_detail":"GET /api/v1/mail/:id","outbound_mail_cancel":"DELETE /api/v1/mail/:id","usage":"GET /api/v1/usage","webhooks":"PUT /api/v1/webhooks/settings","webhook_events":"GET /api/v1/webhooks/events","webhook_event_detail":"GET /api/v1/webhooks/events/:eventId","signup":"POST /api/v1/signup"},"documentation":{"full_reference":"https://mailbox.bot/llms-full.txt","summary":"https://mailbox.bot/llms.txt","agents_txt":"https://mailbox.bot/agents.txt","agent_quickstart":"https://mailbox.bot/agent-quickstart.md","openapi":"https://mailbox.bot/api/openapi.json","openapi_yaml":"https://mailbox.bot/openapi.yaml","agent_card":"https://mailbox.bot/.well-known/agent.json","a2a_agent_card":"https://mailbox.bot/.well-known/a2a-agent-card","mcp":"https://mailbox.bot/api/mcp","api_docs":"https://mailbox.bot/api-docs"},"authentication":{"type":"bearer","header":"Authorization: Bearer <api_key>","key_prefixes":["sk_live_","sk_agent_"]}}