- What is Primitive?
- Primitive is email infrastructure for AI agents. Send and receive email via a REST API, host an agent at a managed *.primitive.email subdomain, and reach any address with the one-line primitive chat verb.
- How do agents authenticate?
- Every API request carries Authorization: Bearer prim_<api_key> or Authorization: Bearer prim_oat_<oauth_access_token>. Discovery metadata is published at /.well-known/oauth-authorization-server and /.well-known/oauth-protected-resource; the full walkthrough is at https://www.primitive.dev/auth.md.
- Does Primitive have an MCP server?
- Yes. The hosted Model Context Protocol server is at https://www.primitive.dev/mcp (Streamable HTTP, stateless). Discovery at /.well-known/mcp and full server card at /.well-known/mcp/server-card.json. Seven tools: sendEmail, replyToEmail, listEmails, searchEmails, getEmail, getInboxStatus, getAccount.
- What does Primitive cost?
- Free during public beta. There is no per-message billing today. Rate-limited responses return 429 with Retry-After instead of an upgrade fee. Full pricing reference at https://www.primitive.dev/pricing.md.
- Is Primitive open source?
- The SDKs and CLI are public at https://github.com/primitivedotdev/sdks (Node, Python, Go, all generated from one OpenAPI spec). The inbound MX implementation is public at https://github.com/primitivedotdev/primitivemail. The hosted services run on Primitive infrastructure.