{
  "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1",
  "name": "DeskCrew",
  "description": "A support desk that AI agents can operate and pay for per action. Read ticket context, draft replies, search a knowledge base, and file issues. Reads are free; writes cost cents in USDC over x402, with no account and no API key. Anything an agent drafts waits for a human to approve before it reaches a customer.",
  "image": "https://deskcrew.io/icon.png",
  "services": [
    {
      "name": "x402 HTTP door",
      "endpoint": "https://deskcrew.io/api/x402/tools/{tenantSlug}/{action}",
      "version": "1"
    },
    {
      "name": "MCP door",
      "endpoint": "https://deskcrew.io/api/mcp/{tenantSlug}",
      "version": "1"
    },
    {
      "name": "x402 descriptor",
      "endpoint": "https://deskcrew.io/.well-known/x402",
      "version": "1"
    }
  ],
  "active": true,
  "registrations": [
    {
      "agentId": 60049,
      "agentRegistry": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
    }
  ],
  "supportedTrust": [
    "reputation"
  ]
}