{
  "issuer": "https://api.webclaw.io",
  "device_authorization_endpoint": "https://api.webclaw.io/oauth/device_authorization",
  "token_endpoint": "https://api.webclaw.io/oauth/token",
  "revocation_endpoint": "https://api.webclaw.io/oauth/revoke",
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "scopes_supported": [
    "scrape",
    "crawl",
    "map",
    "batch",
    "search",
    "extract",
    "summarize",
    "diff",
    "brand",
    "research",
    "endpoints",
    "vertical",
    "watch"
  ],
  "service_documentation": "https://webclaw.io/docs/api",
  "op_policy_uri": "https://webclaw.io/terms",
  "op_tos_uri": "https://webclaw.io/terms",
  "x-webclaw": {
    "verification_uri": "https://webclaw.io/device",
    "token_type": "opaque_bearer_api_key",
    "note": "Device authorization issues a short-lived scoped webclaw API key for the approved user."
  }
}