{
  "issuer": "https://cube.self.team",
  "authorization_endpoint": "https://cube.self.team/oauth/authorize",
  "token_endpoint": "https://cube.self.team/oauth/token",
  "jwks_uri": "https://cube.self.team/.well-known/jwks.json",
  "scopes_supported": [
    "catalog.read",
    "simulation.onboarding",
    "simulation.payments",
    "analytics.summary.read",
    "simulation.account_opening"
  ],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://cube.self.team/docs/agent-integration",
  "environment": "sandbox"
}
