Anysphere · Authentication Profile

Anysphere Authentication

Authentication

Anysphere secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyDeveloper ToolsArtificial IntelligenceCode EditorCoding AgentsCloud AgentsDeveloper ProductivityIDE
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-17'
method: derived
source: openapi/anysphere-cloud-agents-openapi-original.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: |-
    API key from Cursor Dashboard, supplied as the Basic
    Authentication username with an empty password.
  sources:
  - openapi/anysphere-cloud-agents-openapi-original.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: |-
    API key from Cursor Dashboard, supplied via
    `Authorization: Bearer <key>`. Equivalent to Basic Auth.
  sources:
  - openapi/anysphere-cloud-agents-openapi-original.yml