Skip to main content
Use Settings for deployment-specific operational values and model context-window overrides. Inspect the settings schema before changing a value through the API or CLI.

Change an organization setting

  1. Go to Administration → Settings, find the setting group, and read its description and current source.
  2. Change the value and save it.
  3. For model context windows, add or update the model override and confirm the effective limit.
  4. Recheck sessions and metrics that depend on the changed value. The Settings page showing organization authentication and operational settings.

Data handling choices

Connecting the Failproof AI CLI sends transcripts by default because traces and audits depend on their content. Use --no-transcripts when prompts, file contents, or terminal input must remain local; hook activity and policy decisions can still be reported. Local ingest credentials are stored separately from non-secret daemon settings and written with restrictive permissions. API keys should still be managed as production secrets.

Organization setting reference

All dashboard-editable settings are organization-scoped. Deployment-wide behavior remains server environment configuration. allowed_sign_ins is a filter, not a grant: a person must already be an organization member. Use an empty list to allow every member; the bare value * is rejected. Alert URLs must use HTTPS except for loopback development addresses.

Security checklist

  • Use HTTPS for Cloud connections.
  • Scope keys to the smallest permission set.
  • Separate production and non-production environments.
  • Review transcript and redaction settings before rollout.
  • Audit user, key, and organization changes.
  • Test backup, retention, and incident response requirements for your deployment.
Turning transcript capture off changes what audits and investigations can prove. Record the decision and its expected limitations.