live · Developer Tools · JSON · API for agents
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.
{
"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
}
}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.
{
"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
}
}