Flow AI · Authentication Profile

Flow Ai Authentication

Authentication

Flow AI secures its APIs with provider-api-key and sso across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyArtificial IntelligenceAI AgentsAgent InfrastructureLLM EvaluationDataRuntimeSDKModel Context ProtocolAnalytics
Methods: provider-api-key, sso Schemes: 2 OAuth flows: API key in:

Security Schemes

model-provider-keys apiKey
· in: env ()
studio-sso sso

Source

Authentication Profile

flow-ai-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://flow-ai.com/docs
summary:
  model: bring-your-own-keys
  types:
  - provider-api-key
  - sso
  notes: >-
    flowai-harness runs inside the host's own infrastructure, so there is no
    Flow-AI-issued end-user API credential. Agents authenticate to model providers
    with the host's own keys (e.g. ANTHROPIC_API_KEY, OpenAI, Bedrock, Azure,
    Vertex) supplied via environment/config, and to warehouses with the host's own
    connection credentials. The Production tier adds multi-user Studio with SSO/RBAC
    and a credential vault for managing those secrets.
schemes:
- name: model-provider-keys
  type: apiKey
  in: env
  location: environment variables / runtime config
  example_names:
  - ANTHROPIC_API_KEY
  scope: model provider access for live runs
  sources:
  - https://flow-ai.com/docs
- name: studio-sso
  type: sso
  tier: production
  capabilities:
  - SSO
  - RBAC
  - credential-vault
  sources:
  - https://flow-ai.com/pricing