TensorZero · Authentication Profile

Tensorzero Authentication

Authentication

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

CompanyAi MlLLMLLMOpsAI GatewayInferenceObservabilityOpen-SourceModel Routing
Methods: http, apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerToken http
scheme: bearer · in: header (Authorization)
providerApiKeys apiKey
· in: header ()

Source

Authentication Profile

tensorzero-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://github.com/tensorzero/tensorzero/tree/main/docs
docs: https://www.tensorzero.com/docs/operations/set-up-auth-for-tensorzero
notes: >-
  TensorZero is a self-hosted gateway; there is no provider-hosted OpenAPI spec
  to derive a security scheme from, so this profile is captured from the docs.
  By default the gateway trusts its network boundary (no auth). Operators can
  optionally enable authentication so clients access models without sharing the
  underlying provider API keys. Because the gateway exposes an OpenAI-compatible
  surface (POST /openai/v1/chat/completions), clients authenticate the same way
  they would with OpenAI — a bearer token in the Authorization header — while
  the gateway holds the real upstream provider credentials.
summary:
  types: [http, apiKey]
  api_key_in: [header]
  oauth2_flows: []
schemes:
  - name: bearerToken
    type: http
    scheme: bearer
    in: header
    parameter: Authorization
    description: >-
      Optional client credential presented to the gateway (OpenAI-compatible
      Authorization: Bearer <token>). Enforced only when the operator sets up
      auth; disabled by default.
    sources: [docs]
  - name: providerApiKeys
    type: apiKey
    in: header
    description: >-
      Upstream LLM-provider API keys (Anthropic, OpenAI, AWS Bedrock, Azure,
      GCP Vertex, Mistral, etc.) configured on the gateway via environment /
      configuration, never exposed to clients.
    sources: [docs]

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/tensorzero-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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