Email infrastructure built for agents

Primitive gives agents a managed email surface: send mail through an authenticated API, receive mail at managed addresses, and run hosted JavaScript Functions on inbound messages. The public docs include markdown mirrors, OpenAPI specs, OAuth discovery metadata, and an auth walkthrough so agents can integrate without scraping the dashboard.

API base
https://api.primitive.dev/v1
Auth
Bearer API keys and OAuth access tokens. See auth.md.

Send and receive

Use the REST API, SDKs, or CLI for sending. Route inbound mail to webhooks or hosted Functions.

Managed addresses

Start with a managed *.primitive.email address, then add custom domains when DNS control matters.

Agent-readable docs

Fetch index.md, llms.txt, or llms-full.txt for markdown context.