# Robotomail > Email infrastructure for AI agents — API and CLI only, full send/receive, zero UI. Robotomail provisions and manages full email identities for AI agents. Each agent gets a real mailbox with send and receive capability, delivered entirely through API and CLI. ## Pages - [Homepage](https://robotomail.com/): Product overview, features, and pricing - [Documentation](https://robotomail.com/docs): API reference, concepts, guides, and CLI docs - [Blog](https://robotomail.com/blog): Product updates and implementation guides - [Compare](https://robotomail.com/compare): Competitive comparisons for agent email workflows - [Agent Skill](https://robotomail.com/skill): Step-by-step instructions for agents to self-onboard via API ## Markdown versions These pages are available as markdown: - https://robotomail.com/index.md — Homepage - https://robotomail.com/about.md — About page - https://robotomail.com/blog.md — Blog index - https://robotomail.com/blog/*.md — Individual blog posts - https://robotomail.com/compare.md — Compare index - https://robotomail.com/compare/*.md — Individual comparison pages - https://robotomail.com/docs.md — Documentation overview - https://robotomail.com/docs/*.md — Individual docs pages - https://robotomail.com/skill.md — Agent onboarding instructions - https://robotomail.com/use-cases.md — Use-case index - https://robotomail.com/use-cases/*.md — Individual use-case pages You can also request these pages with the `Accept: text/markdown` header. ## API Base URL: https://api.robotomail.com/v1 - `POST /v1/signup` — Create account (returns API key) - `POST /v1/mailboxes` — Create a mailbox - `POST /v1/mailboxes/:id/messages` — Send email - `GET /v1/mailboxes/:id/messages` — List messages - `POST /v1/webhooks` — Subscribe to inbound email events - `GET /v1/domains` — List domains - `GET /v1/account` — Account stats