Operations
Operations
What to check before launch, and where to look first when Base breaks.
VisibleBase matters not only because it makes the first call work, but because it lets that call stay stable while serving multiple products.
The operations section focuses on reliability, key rotation, usage observability, and troubleshooting.
Choose your current stage
Before LaunchProduction checklist
Validate products, tokens, provider keys, logs, quota, hooks, and error paths before you go live.
SecretsEnvironment rotationRotate admin_secret_key, the token signing key, and provider keys without breaking Base.
Watch call volume, failure rates, abnormal models, and hook execution clearly.
FixTroubleshootingWhen you hit 401s, 422s, stream issues, or provider failures, know which layer to inspect first.
When to read this section
- you already finished Quickstart and are about to serve real users
- multiple products are starting to share one Base
- you want to locate issues precisely between
token / model / provider / hook / env