Decision Authority

Control Center (Static)

Minimal static hub for your Workers stack: decision-api + admin-api. Use this page for links, curl commands, and quick docs.

Docs

Quickstart, endpoints, payload examples, smoke tests.

GitHub Repo

Open the repository (configure below).

decision-api

POST /decision-runs (configure URL below).

admin-api

GET /admin/health, /admin/runs (configure URL below).

Configure URLs (saved locally in your browser)

Tip: paste the Workers URLs from Cloudflare → Workers → your worker → Deployments / Triggers, or use the default *.workers.dev domain.

Quick Smoke Tests

# admin-api health
curl -H "X-ADMIN-KEY: <ADMIN_KEY>" "$ADMIN_URL/admin/health"

# list runs (joined with usage_ledger once decision-api writes it)
curl -H "X-ADMIN-KEY: <ADMIN_KEY>" "$ADMIN_URL/admin/runs"

Full payload examples are on the Docs page.