{"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. For cron-style polling, use GET /messages?unread=true and then POST /messages/ack with the returned next_cursor after processing.","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":{"ack_messages":"POST /v1/inboxes/{inbox_id}/messages/ack","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}","poll_unread_messages":"GET /v1/inboxes/{inbox_id}/messages?unread=true","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":{"ack_messages":"/inboxes/{inbox_id}/messages/ack","events":"/inboxes/{inbox_id}/events?after={cursor}\u0026wait=30","messages":"/inboxes/{inbox_id}/messages?after={cursor}","unread_messages":"/inboxes/{inbox_id}/messages?unread=true"},"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"]}}}
