Back to PCC Gateway

Card snapshot

pcc-gateway-production.up.railway.app · 2026-05-18 15:33:23 UTC · b341b9ca43b36a0be77540f50b63a1ca4b9e9fd6f54112987659b0001c733760

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "PCC Gateway",
  "description": "Physical Capability Cloud \u2014 manufacturing capabilities as cloud services",
  "url": "https://capability.network",
  "version": "0.1.0",
  "capabilities": {
    "manufacturing": {
      "3d-printing": true,
      "cnc-machining": true,
      "laser-cutting": true,
      "injection-molding": true
    },
    "services": [
      "quote",
      "simulate",
      "route",
      "search",
      "job-submit",
      "evidence-verify",
      "escrow-manage"
    ]
  },
  "endpoints": {
    "a2a": "https://capability.network/a2a",
    "api": "https://capability.network/api",
    "mcp": "https://capability.network/mcp",
    "sse": "https://capability.network/sse"
  },
  "payment": {
    "protocol": "x402",
    "methods": [
      "x402/exact"
    ],
    "currency": "USDC",
    "network": "eip155:84532",
    "recipient": "0x0000000000000000000000000000000000000001",
    "protectedRoutes": [
      {
        "method": "POST",
        "path": "/api/capabilities/quote",
        "price": "$0.01"
      },
      {
        "method": "POST",
        "path": "/api/capabilities/simulate",
        "price": "$0.05"
      },
      {
        "method": "POST",
        "path": "/api/capabilities/route",
        "price": "$0.02"
      },
      {
        "method": "GET",
        "path": "/api/capabilities/search",
        "price": "$0.001"
      }
    ]
  },
  "identity": {
    "erc8004": false,
    "did": true,
    "registrationUrl": "https://capability.network/.well-known/agent-registration.json"
  },
  "assuranceTiers": [
    0,
    1,
    2,
    3
  ],
  "active": true
}