{
  "issuer": "https://sitegpt.ai",
  "device_authorization_endpoint": "https://sitegpt.ai/oauth/device_authorization",
  "token_endpoint": "https://sitegpt.ai/oauth/token",
  "protected_resources": [
    "https://sitegpt.ai/api/v2",
    "https://sitegpt.ai/mcp"
  ],
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "sitegpt_extensions_supported": [
    "full_access",
    "token_name",
    "name",
    "chatbot_id",
    "chatbot_ids",
    "expires_in_days"
  ],
  "scopes_supported": [
    "account:read",
    "account:write",
    "tokens:read",
    "tokens:write",
    "chatbots:read",
    "chatbots:write",
    "chatbots:delete",
    "knowledge:read",
    "knowledge:write",
    "knowledge:delete",
    "personas:read",
    "personas:write",
    "personas:delete",
    "instructions:read",
    "instructions:write",
    "instructions:delete",
    "settings:read",
    "settings:write",
    "starters:read",
    "starters:write",
    "starters:delete",
    "followups:read",
    "followups:write",
    "followups:delete",
    "conversations:read",
    "conversations:write",
    "conversations:delete",
    "leads:read",
    "leads:write",
    "leads:delete",
    "members:read",
    "members:write",
    "members:delete",
    "integrations:read",
    "integrations:write",
    "billing:read",
    "billing:write"
  ],
  "service_documentation": "https://sitegpt.ai/docs/cli/authentication",
  "agent_auth": {
    "auth_md": "https://sitegpt.ai/auth.md",
    "register_uri": "https://sitegpt.ai/agent/auth",
    "status_uri_template": "https://sitegpt.ai/agent/auth/{registration_id}",
    "flows_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "identity_assertion": {
      "provider": "agentid",
      "issuer": "https://auth.agentid.com",
      "start_uri": "https://sitegpt.ai/auth/agentid",
      "approval_contract": "https://auth.agentid.com/docs/approve",
      "documentation": "https://sitegpt.ai/auth.md"
    },
    "anonymous": {
      "credential_types_supported": [
        "api_key"
      ],
      "register_uri": "https://sitegpt.ai/agent/auth",
      "method": "POST",
      "content_type": "application/json",
      "required_fields": [
        "websiteUrl"
      ],
      "optional_fields": [
        "flow",
        "agentName",
        "agentClientId"
      ],
      "field_aliases": [
        "website_url",
        "agent_name",
        "agent_client_id"
      ],
      "documentation": "https://sitegpt.ai/auth.md"
    },
    "skill": "https://sitegpt.ai/auth.md",
    "anonymous_supported": {
      "register_uri": "https://sitegpt.ai/agent/auth",
      "method": "POST",
      "content_type": "application/json",
      "required_fields": [
        "websiteUrl"
      ],
      "optional_fields": [
        "flow",
        "agentName",
        "agentClientId"
      ],
      "field_aliases": [
        "website_url",
        "agent_name",
        "agent_client_id"
      ],
      "credential_type": "api_key",
      "documentation": "https://sitegpt.ai/auth.md"
    },
    "credential_types_supported": [
      "api_key"
    ],
    "resource": "https://sitegpt.ai/api/v2",
    "service_documentation": "https://sitegpt.ai/docs/cli/use-with-ai-agents"
  },
  "op_policy_uri": "https://sitegpt.ai/legal/privacy",
  "op_tos_uri": "https://sitegpt.ai/legal/terms"
}