Boltz · Authentication Profile

Boltz Authentication

Authentication

Authentication profile for the Boltz Compute API. Bearer-token auth: either a Boltz API key or an OAuth bearer token in the Authorization header. OAuth callers scope requests to an organization with the X-Boltz-Organization-Id header. API keys carry a mode (test vs live).

Boltz declares 1 security scheme(s) across its OpenAPI definitions.

CompanyDigital BiologyDrug DiscoveryArtificial IntelligenceMachine-LearningProtein DesignStructure PredictionLife SciencesCompute
Methods: Schemes: 1 OAuth flows: API key in:

Security Schemes

http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: >-
  https://github.com/boltz-bio/boltz-api-go (auth.go, client.go, README) and
  https://boltz.bio/api. Confirmed against the official SDKs.
description: >-
  Authentication profile for the Boltz Compute API. Bearer-token auth: either a
  Boltz API key or an OAuth bearer token in the Authorization header. OAuth
  callers scope requests to an organization with the X-Boltz-Organization-Id
  header. API keys carry a mode (test vs live).
base_url: https://api.boltz.bio
schemes:
  - id: bearerAuth
    type: http
    scheme: bearer
    location: header
    header: Authorization
    format: 'Authorization: Bearer <token>'
    credential_types:
      - api_key   # created via POST /compute/v1/admin/api-keys; has a mode (test|live)
      - oauth_bearer  # user/OAuth session tokens
    env_var: BOLTZ_API_KEY
    notes: >-
      SDKs default the key from the BOLTZ_API_KEY environment variable. API keys
      are managed under the Admin API (create/list/revoke).
supplemental_headers:
  - name: X-Boltz-Organization-Id
    purpose: OAuth callers select which organization membership the request runs under.
identity_endpoint: /compute/v1/auth/me
key_management:
  create: POST /compute/v1/admin/api-keys
  list: GET /compute/v1/admin/api-keys
  revoke: POST /compute/v1/admin/api-keys/{api_key_id}/revoke
oauth2: false
openid_connect: false
mutual_tls: false

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/boltz-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.