{
  "issuer": "https://ai.charlieobaugh.com",
  "authorization_endpoint": "https://ai.charlieobaugh.com/oauth/authorize",
  "token_endpoint": "https://ai.charlieobaugh.com/oauth/token",
  "jwks_uri": "https://ai.charlieobaugh.com/oauth/jwks",
  "grant_types_supported": [
    "client_credentials"
  ],
  "response_types_supported": [],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "scopes_supported": [
    "lead:write"
  ],
  "agent_auth": {
    "skill": "https://ai.charlieobaugh.com/auth.md",
    "register_uri": "https://ai.charlieobaugh.com/auth.md",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "none"
      ]
    },
    "claim_uri": "https://ai.charlieobaugh.com/.well-known/oauth-protected-resource/api/ucp/partner",
    "registration_methods": [
      {
        "identity_types_supported": [
          "anonymous"
        ],
        "anonymous": {
          "credential_types_supported": [
            "none"
          ]
        },
        "claim_uri": "https://ai.charlieobaugh.com/.well-known/oauth-protected-resource/api/ucp/partner",
        "description": "READ tools and data endpoints require no credential; connect anonymously over HTTPS. The WRITE tool submit_lead uses the client_credentials grant below (client provisioned out-of-band).",
        "grant_types": [
          "client_credentials"
        ],
        "token_endpoint": "https://ai.charlieobaugh.com/oauth/token",
        "token_endpoint_auth_methods_supported": [
          "client_secret_basic",
          "client_secret_post"
        ],
        "scopes_supported": [
          "lead:write"
        ]
      }
    ]
  }
}