{
  "issuer": "https://api.databuddy.cc",
  "authorization_endpoint": "https://app.databuddy.cc/login",
  "token_endpoint": "https://api.databuddy.cc/agent-auth/claim",
  "registration_endpoint": "https://api.databuddy.cc/agent-auth/register",
  "revocation_endpoint": "https://api.databuddy.cc/agent-auth/revoke",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic"
  ],
  "scopes_supported": [
    "read:data",
    "track:events",
    "read:links",
    "write:links",
    "read:monitors",
    "write:monitors",
    "read:status_pages",
    "write:status_pages",
    "manage:websites",
    "manage:flags",
    "manage:config"
  ],
  "agent_auth": {
    "register_uri": "https://api.databuddy.cc/agent-auth/register",
    "claim_uri": "https://api.databuddy.cc/agent-auth/claim",
    "revocation_uri": "https://api.databuddy.cc/agent-auth/revoke",
    "skill": "https://www.databuddy.cc/auth.md",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "anonymous": {
      "credential_types_supported": [
        "api_key"
      ]
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ],
      "credential_types_supported": [
        "api_key"
      ]
    }
  }
}