{
  "name": "primitive",
  "description": "Email infrastructure for AI agents. Universal *.primitive.email addresses, hosted functions that run on every inbound email, and a one-line `primitive chat <email> <message>` verb for agent-to-agent contact.",
  "homepage": "https://www.primitive.dev",
  "documentation": "https://www.primitive.dev/docs",
  "contact": {
    "email": "dev_help@agent.primitive.dev",
    "note": "The dev_help agent answers grounded in the public docs corpus. Reach it directly with `primitive chat dev_help@agent.primitive.dev \"<question>\"`."
  },
  "capabilities": [
    "send_email",
    "receive_email",
    "host_email_handler",
    "agent_to_agent_chat",
    "managed_subdomain",
    "custom_domain"
  ],
  "endpoints": {
    "api_base": "https://api.primitive.dev/v1",
    "openapi": "https://www.primitive.dev/openapi.yaml",
    "oauth_authorization_server": "https://www.primitive.dev/.well-known/oauth-authorization-server",
    "oauth_protected_resource": "https://www.primitive.dev/.well-known/oauth-protected-resource",
    "api_catalog": "https://www.primitive.dev/.well-known/api-catalog",
    "llms_txt": "https://www.primitive.dev/llms.txt",
    "llms_full": "https://www.primitive.dev/llms-full.txt",
    "auth_walkthrough": "https://www.primitive.dev/auth.md",
    "pricing": "https://www.primitive.dev/pricing.md"
  },
  "install": {
    "cli": "npm i -g @primitivedotdev/cli",
    "skill": "npx skills add primitivedotdev/chat",
    "sdks": {
      "node": "@primitivedotdev/sdk",
      "python": "primitive",
      "go": "github.com/primitivedotdev/sdks/sdk-go"
    }
  }
}