Server basics
Security and auth
Model provider
Set either
ANTHROPIC_API_KEY alone, or the MODEL_PROVIDER / MODEL_ID / MODEL_API_KEY trio. Both can also be configured after boot in Settings → Providers.
Rendering
See Railway for how these fit a managed deployment.
Where settings live
workspace.json(in.studiograph/) — committed workspace metadata: team name, storage layout, model provider and model, R2 bucket metadata, search settings, server URL.- The encrypted secrets store (
secrets.db) — authoritative for credentials. Manage it via the web app’s Settings UI, or from the CLI withstudiograph admin secrets setandstudiograph admin settings set. ~/.studiograph/user.json— a local fallback and mirror for credentials on the machine running the CLI.