{
  "service": "AI Commerce Protocol API",
  "version": "v1.0.0",
  "protocols": {
    "acp": {
      "name": "Agentic Commerce Protocol",
      "version": "1.0",
      "spec": "/v1/acp/spec"
    },
    "ucp": {
      "name": "Universal Commerce Protocol",
      "version": "1.0",
      "spec": "/v1/ucp/spec"
    }
  },
  "endpoints": {
    "keys": "/v1/keys",
    "agents": "/v1/acp/agents",
    "transactions": "/v1/acp/transactions",
    "checkout": "/v1/ucp/checkout",
    "tiers": "/v1/tiers"
  },
  "docs": "https://aicommerce.techvisory.io/docs"
}