Fallbakit Platform

Providers

Configure encrypted cloud provider credentials for fallback when the local runtime cannot serve.

Provider key management in the Fallbakit dashboard showing configured fallback providers.
Provider credentials are application-scoped. Use the Applications workspace to save, validate, and monitor the fallback providers available to the currently selected app.

Add a provider

Open Dashboard -> Applications, choose the application, then scroll to Fallback Credentials. Select a provider and save its API key.

Supported providers are:

  • OpenAI
  • Anthropic
  • Gemini
  • OpenRouter

Validate credentials

After saving a key, validate it. Validation confirms the credential can be decrypted and is ready for fallback. Fallbakit stores encrypted secret material and never returns the full provider key to the dashboard.

Application scope

Provider credentials are scoped to the selected application. This lets one application use a different fallback provider from another.

Request controls

SDK calls can set fallbackProvider, fallbackModel, cloudModelOnly, localModelOnly, fallback, or forceLocal for each request.

Providers | Fallbakit Docs | Fallbakit