Bit · Authentication Profile

Bit Authentication

Authentication

Bit secures its APIs with token and oauth-browser-login across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyDevopsComponent DevelopmentFrontendMonoreponpmGraphQLCLIMCPDeveloper ToolsAI Agents
Methods: token, oauth-browser-login Schemes: 2 OAuth flows: API key in: config-file, npmrc

Security Schemes

BitCloudToken token
RegistryToken apiKey
· in: file ()

Source

Authentication Profile

bit-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://bit.dev/reference/reference/using-bvm/
docs: https://bit.dev/docs/
note: >-
  Bit has no captured OpenAPI, so this profile is hand-searched from the docs
  rather than derived. Bit Cloud authentication is token-based: `bit login`
  performs an interactive OAuth-style browser login and stores a Bit Cloud
  auth token locally; the token authenticates CLI operations (export, import,
  ripple CI) and the GraphQL API. For package installation from the Bit Cloud
  npm registry, `bit npmrc generate` writes registry auth into `.npmrc`.
summary:
  types: [token, oauth-browser-login]
  api_key_in: [config-file, npmrc]
  oauth2_flows: []
schemes:
- name: BitCloudToken
  type: token
  mechanism: "bit login (browser-based auth) -> local Bit Cloud auth token"
  applies_to: [CLI, GraphQL API]
- name: RegistryToken
  type: apiKey
  in: file
  file: .npmrc
  mechanism: "bit npmrc generate"
  applies_to: [Bit Cloud npm registry (node.bit.cloud)]