P

primitive.dev

Email infrastructure for AI agents — API send/receive, managed addresses with JavaScript handlers, and agent-to-agent messaging.

2read
https://primitive.dev/

live · Developer Tools · JSON · API for agents

Tools 2 tools

primitive_overviewread

Explain what Primitive is (email infrastructure for AI agents) and return the machine-readable entry points an agent should use to integrate: MCP endpoint, OpenAPI spec, CLI, llms.txt, and OAuth metadata.

View tool JSON
{
  "name": "primitive_overview",
  "kind": "read",
  "impl": "imperative",
  "description": "Explain what Primitive is (email infrastructure for AI agents) and return the machine-readable entry points an agent should use to integrate: MCP endpoint, OpenAPI spec, CLI, llms.txt, and OAuth metadata.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
primitive_quickstartread

Return the concrete steps for an AI agent to go from zero to sending its first email with Primitive: discover tools, try a no-account demo, then register for a real credential.

View tool JSON
{
  "name": "primitive_quickstart",
  "kind": "read",
  "impl": "imperative",
  "description": "Return the concrete steps for an AI agent to go from zero to sending its first email with Primitive: discover tools, try a no-account demo, then register for a real credential.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}