{
  "resource": "https://comfuzytech.com",
  "resource_name": "ComfuzyTech agent surface",
  "resource_documentation": "https://comfuzytech.com/llms-full.txt",
  "resource_policy_uri": "https://comfuzytech.com/auth.md",
  "authorization_servers": [
    "https://comfuzytech.com"
  ],
  "jwks_uri": "https://comfuzytech.com/.well-known/jwks.json",
  "scopes_supported": [
    "agent:read"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "resource_signing_alg_values_supported": [
    "EdDSA"
  ],
  "tls_client_certificate_bound_access_tokens": false,
  "authorization_optional": true,
  "surface_version": "1.1.0",
  "agent_auth": {
    "skill": "https://comfuzytech.com/auth.md",
    "register_uri": "https://comfuzytech.com/oauth/register",
    "registration_endpoint": "https://comfuzytech.com/oauth/register",
    "token_uri": "https://comfuzytech.com/oauth/token",
    "claim_uri": "https://comfuzytech.com/oauth/authorize",
    "authorization_servers": [
      "https://comfuzytech.com"
    ],
    "bearer_methods_supported": [
      "header"
    ],
    "identity_types_supported": [
      "anonymous"
    ],
    "credential_types_supported": [
      "client_secret",
      "access_token"
    ],
    "anonymous": {
      "registration_required": false,
      "register_uri": "https://comfuzytech.com/oauth/register",
      "registration_endpoint": "https://comfuzytech.com/oauth/register",
      "credential_types_supported": [
        "client_secret",
        "access_token"
      ],
      "claim_uri": "https://comfuzytech.com/oauth/authorize",
      "scopes_supported": [
        "agent:read"
      ],
      "grant_types_supported": [
        "client_credentials"
      ]
    },
    "identification_requested": [
      "user-agent",
      "io.modelcontextprotocol/clientInfo"
    ],
    "escalation": {
      "type": "email",
      "address": "contact@comfuzytech.com"
    }
  }
}
