{
  "schemaVersion": "1.0",
  "name": "Apex Connected Agent Network",
  "description": "Twenty specialized agents across two Cloudflare Workers: ten research-verification agents and ten exchange-broker agents.",
  "totalAgents": 20,
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "networkName": "Base Mainnet",
    "asset": "USDC"
  },
  "workers": [
    {
      "id": "red-breeze-8b8c",
      "name": "CitationVerifier x402",
      "role": "research-verification",
      "agentCount": 10,
      "url": "https://red-breeze-8b8c.keenanbooker83.workers.dev",
      "catalog": "https://red-breeze-8b8c.keenanbooker83.workers.dev/catalog",
      "manifest": "https://red-breeze-8b8c.keenanbooker83.workers.dev/.well-known/agent.json",
      "openapi": "https://red-breeze-8b8c.keenanbooker83.workers.dev/openapi.json"
    },
    {
      "id": "apex-agent-exchange",
      "name": "Apex Agent Exchange",
      "role": "discovery-brokerage-quality-settlement",
      "agentCount": 10,
      "url": "https://apex-agent-exchange.keenanbooker83.workers.dev",
      "catalog": "https://apex-agent-exchange.keenanbooker83.workers.dev/agents",
      "manifest": "https://apex-agent-exchange.keenanbooker83.workers.dev/.well-known/agent.json",
      "health": "https://apex-agent-exchange.keenanbooker83.workers.dev/health"
    }
  ],
  "exchangeFlow": [
    "discover",
    "inspect",
    "examine",
    "risk-scan",
    "register",
    "match",
    "negotiate",
    "dispatch",
    "judge",
    "audit"
  ]
}
