{
  "protocol": {
    "name": "acp",
    "version": "2025-09-29"
  },
  "api_base_url": "https://tealpackaging.com/acp",
  "transports": [
    "https"
  ],
  "payment_providers": [
    {
      "provider": "stripe",
      "supported_payment_methods": [
        "card"
      ],
      "tokens": [
        "shared_payment_token"
      ]
    }
  ],
  "capabilities": {
    "services": [
      "checkout_sessions"
    ]
  },
  "services_detail": {
    "checkout_sessions": {
      "create": "POST /checkout_sessions",
      "get": "GET /checkout_sessions/{id}",
      "update": "POST /checkout_sessions/{id}",
      "complete": "POST /checkout_sessions/{id}/complete",
      "cancel": "POST /checkout_sessions/{id}/cancel"
    }
  },
  "products": {
    "feed": "https://tealpackaging.com/feeds/openai-products.php",
    "buyable_skus": [
      "TEAL-SAMPLE-KIT"
    ]
  },
  "authentication": {
    "type": "oauth2_client_credentials",
    "registration_endpoint": "https://tealpackaging.com/oauth/register",
    "token_endpoint": "https://tealpackaging.com/oauth/token"
  },
  "documentation": "https://tealpackaging.com/agents.md"
}