Skip to main content
Reference · Information

Options & env vars

Resolution order: CLI flag > env var > ~/.senkani/config.json > default. Any toggle can be overridden at any level without touching other settings.

FCSIT — per-pane feature toggles

Read the FCSIT overview →

Env-var families

Config file

// ~/.senkani/config.json
{
  "retention": {
    "token_events_days": 90,
    "sandboxed_results_hours": 24
  },
  "budget": {
    "daily_usd": 5.00,
    "weekly_usd": 25.00
  }
}