{
  "name": "AgentBrink",
  "description": "Identity platform for AI agents. Provisions each agent a real email address, a webhook URL, a GitHub repository, an encrypted secrets vault, persistent memory and callable skills \u2014 so the agent is reachable and remembers, independently of the process running it. Serves MCP over Streamable HTTP and A2A agent cards per agent.",
  "url": "https://api.agentbrink.com",
  "version": "1.0.0",
  "capabilities": [
    "provision-agent-identity",
    "send-and-receive-email",
    "receive-webhooks",
    "store-encrypted-secrets",
    "generate-totp-codes",
    "persistent-memory",
    "invoke-skills",
    "mcp-streamable-http",
    "a2a-messaging"
  ],
  "authentication": {
    "type": "api_key",
    "description": "Per-agent key, sent as `Authorization: Bearer ab_...`. Scopes every request to exactly one agent. Create one free at https://www.agentbrink.com"
  },
  "logo_url": "https://www.agentbrink.com/og.png",
  "documentation_url": "https://www.agentbrink.com/docs",
  "interfaces": {
    "mcp": {
      "transport": "streamable-http",
      "url": "https://api.agentbrink.com/mcp",
      "registry": "com.agentbrink.www/mcp"
    },
    "a2a": {
      "protocolVersion": "1.2",
      "agentCardPattern": "https://api.agentbrink.com/a2a/{orgSlug}/{agentSlug}/.well-known/agent.json",
      "note": "Each agent created on the platform serves its own A2A card at the pattern above. Individual agents are deliberately not enumerated here: they belong to customers, and there is no opt-in for listing them publicly. Resolve a specific agent by its org and agent slug."
    }
  }
}