Skip to main content

Security and Credentials

Redbit is a BYOK workspace. It stores configuration locally, then routes each generation, Agent, or integration task through the provider, relay, or local service the user configured. This page defines that boundary so teams can evaluate Redbit without assuming hidden security promises.

Who Should Read This

Before You Configure

Do not paste API keys, access keys, secret keys, tokens, or cookies into prompts, Cards, Workshop scripts, Agent chat, screenshots, tickets, or documents. Use Settings fields and provider consoles. If a key was exposed outside Settings, rotate it in the provider console.

Boundary Diagram

The SVG below shows the security and provider boundary. Use it to explain which parts are browser-local, which routes can call external providers, and where optional Local Core or external automation begins. Security boundary diagram showing browser-local Settings, encrypted or redacted storage, Cards, Agent runtime, direct provider, relay provider, Local Core, and external effects.

What Lives Where

Credential Handling

Sensitive Settings fields such as API keys, access keys, secret keys, and tokens are encrypted before browser IndexedDB persistence when the browser crypto path is available. If encryption or persistence fails, Redbit stores a redacted emergency snapshot rather than raw secrets. This is a local storage protection measure, not a guarantee about external provider retention. Once a workflow sends prompts or media to a provider, relay, Local Core endpoint, MCP mount, or automation target, that route’s terms and configuration apply.

Safe Configuration Rules

Failure and Recovery

What Redbit Does Not Promise

Next Step

Use Models and Provider Configuration for route setup details, then keep Troubleshooting Playbook available for provider and credential failures.