{
  "name": "The Drift Exchange Concierge",
  "description": "Books docking, browses cargo, and completes purchases for visiting ship-AIs.",
  "version": "1.0.0",
  "url": "https://trading-post-bypass.demo.chambers.cfdata.org/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://trading-post-bypass.demo.chambers.cfdata.org/a2a",
      "transport": "JSONRPC"
    }
  ],
  "capabilities": {
    "streaming": true,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2",
        "description": "Agent Payments Protocol (AP2)",
        "required": false,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "browse",
      "name": "Browse cargo",
      "description": "List available supplies"
    }
  ]
}