Tailscale · Authentication Profile

Tailscale Authentication

Authentication

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

VPNMesh NetworkingWireGuardZero TrustNetworkingIdentity
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

BearerAuth http
scheme: bearer
BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tailscale-openapi.yml
summary:
  types:
  - http
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  description: Tailscale API access token (prefixed "tskey-api-") passed in the Authorization
    header. Tokens are created in the admin console with 1-90 day expiry, or via OAuth client
    credentials with scopes.
  sources:
  - openapi/tailscale-openapi.yml
- name: BasicAuth
  type: http
  scheme: basic
  description: HTTP Basic Auth with the access token as the username and an empty password.
  sources:
  - openapi/tailscale-openapi.yml