API & Settings

Manage provider credentials and runtime config. Secrets are encrypted at rest and never shown again after saving — only a masked preview.

First time? Follow the setup tutorials — step-by-step for every key.
Admin access token

Required outside local stub mode. Sent as the X-Admin-Token header and stored only in this browser.

How do I get / set the admin token?

The admin token is a secret you choose — it's not from a provider. It locks this settings API so only you can change credentials.

  1. 1Pick any strong secret (e.g. run openssl rand -hex 24).
  2. 2Set it as ADMIN_TOKEN in the backend environment (your .env or host config), then restart the backend.
  3. 3Paste the same value in the box below and click “Use token”.
  4. 4In local stub mode (USE_STUB_SERVICES=true) it isn't required — you can edit settings freely.

Loading…