Docs / TEOScore / Go live
Go live
The cutover checklist for moving TEOScore from sandbox to production.
Pre-cutover
- All calls use
tfp_live_keys (not test). - Keys are stored in a real secret manager, not in env files.
- Per-key rate limit and per-month quota are set in the dashboard.
- IP allowlist contains your service's egress ranges.
- Backoff on 429 and 5xx is implemented (or use the SDK).
requestIdis logged on every error.
Cutover
- Issue the live key in the portal.
- Deploy the new key to your service's secret store.
- Restart the service to pick up the new key.
- Verify the first live call with
curlusing the new key. - Watch the dashboard's Live requests panel for 5 minutes.
- Revoke the test key.
After cutover
- Set up a recurring 80% quota alert.
- Subscribe to
quota.exceededwebhooks for proactive throttling. - Audit your logs for any 4xx responses during the first 24 h.
For the broader API launch checklist, see the production checklist.