{"slug":"agentmail","name":"AgentMail","owner":null,"repo":null,"category":"agent-comms","lang":"","blurb":"Email inbox API purpose-built for AI agents — programmatically create real inboxes that can send, receive, and reply in threads.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Email inbox API purpose-built for AI agents — programmatically create real inboxes that can send, receive, and reply in threads.","website":"https://agentmail.to","docs_url":"https://docs.agentmail.to","signup_url":"","pricing_model":"free-tier","pricing_note":"Free: 3 inboxes + 3,000 emails/mo; Developer $20/mo, Startup $200/mo","auth_type":"api-key","agent_signup":"programmatic-api","agent_signup_note":"Agent Onboarding API: the agent registers itself with a human email and gets back an API key, inbox ID, and org ID; a 6-digit OTP to that email unlocks full permissions. Inboxes are then created programmatically in one call. Idempotent signup endpoint.","mcp_server":"","sdks":["Python","TypeScript","REST","SMTP/IMAP"],"code_sample":"{\"lang\":\"python\",\"code\":\"from agentmail import AgentMail\\n\\nclient = AgentMail(api_key=\\\"am_...\\\")\\n\\ninbox = client.inboxes.create()\\nclient.inboxes.messages.send(\\n    inbox.inbox_id,\\n    to=\\\"founder@example.com\\\",\\n    subject=\\\"Hello from my agent\\\",\\n    text=\\\"This inbox was created and sent programmatically.\\\",\\n)\"}","tags":["email","agent-native","inbox","mcp","webhooks"],"useCases":[],"codeSample":{"lang":"python","code":"from agentmail import AgentMail\n\nclient = AgentMail(api_key=\"am_...\")\n\ninbox = client.inboxes.create()\nclient.inboxes.messages.send(\n    inbox.inbox_id,\n    to=\"founder@example.com\",\n    subject=\"Hello from my agent\",\n    text=\"This inbox was created and sent programmatically.\",\n)"},"oneLiner":"Email inbox API purpose-built for AI agents — programmatically create real inboxes that can send, receive, and reply in threads.","docsUrl":"https://docs.agentmail.to","signupUrl":"","pricingModel":"free-tier","pricingNote":"Free: 3 inboxes + 3,000 emails/mo; Developer $20/mo, Startup $200/mo","authType":"api-key","agentSignup":"programmatic-api","agentSignupNote":"Agent Onboarding API: the agent registers itself with a human email and gets back an API key, inbox ID, and org ID; a 6-digit OTP to that email unlocks full permissions. Inboxes are then created programmatically in one call. Idempotent signup endpoint.","mcpServer":""}