{
  "name": "GetCourier",
  "description": "Agent identity infrastructure: provision an inbox and cryptographic keypair in one API call.",
  "url": "https://getcourier.dev",
  "version": "0.1.0-alpha",
  "protocols": ["https", "openapi", "mcp"],
  "capabilities": {
    "provision_identity": true,
    "receive_email": true,
    "extract_verification_codes": true,
    "extract_magic_links": true,
    "outbound_email": false
  },
  "north_star_metric": {
    "name": "TTFI",
    "label": "time to first inbox",
    "definition": "Elapsed client-side time from POST /inbox request start to successful provisioned identity response.",
    "unit": "seconds"
  },
  "endpoints": {
    "openapi": "https://getcourier.dev/openapi.json",
    "docs": "https://getcourier.dev/docs/",
    "llms": "https://getcourier.dev/llms.txt",
    "mcp": "https://getcourier.dev/mcp/server.js"
  },
  "canonical_terms": {
    "preferred": "agent identity infrastructure",
    "forbidden_category": "human-centric throwaway inbox labels"
  }
}
