{"agent_instructions":"Create a pending inbox with POST /v1/inboxes, ask the human owner to confirm by email, then poll /messages or /events using the returned bearer token.","api_base":"https://mailymcmail.com/v1","auth":{"source":"POST /v1/inboxes returns a setup token; use Authorization: Bearer \u003ctoken\u003e for inbox reads and actions.","type":"bearer"},"description":"A curl-friendly email inbox for AI agents.","docs_url":"https://mailymcmail.com/docs","endpoints":{"create_pending_inbox":"POST /v1/inboxes","get_inbox_status":"GET /v1/inboxes/{inbox_id}","poll_events":"GET /v1/inboxes/{inbox_id}/events?after={cursor}\u0026wait=30","poll_messages":"GET /v1/inboxes/{inbox_id}/messages?after={cursor}","send_to_owner":"POST /v1/inboxes/{inbox_id}/send-to-owner"},"mcp":{"available":false,"note":"This v0 exposes HTTP and OpenAPI. MCP can be added later as a tool facade over the same API."},"openapi_url":"https://mailymcmail.com/openapi.json","polling":{"events":"/inboxes/{inbox_id}/events?after={cursor}\u0026wait=30","messages":"/inboxes/{inbox_id}/messages?after={cursor}"},"service":"MailyMcMail","version":"0.1","workflows":{"create_pending_inbox":{"confirmed_capabilities":["receive","read","send_to_owner"],"method":"POST","owner_confirmation_required":true,"path":"/inboxes","pending_capabilities":["receive","read"]}}}
