Agentic Empire / ops
Operator console

One quiet door for the whole empire.

Use this page to jump into the live operating surfaces for Axint, Cloud, Registry, GitHub, packages, and deployment dashboards. Admin data still stays protected at the destination.

tokens npm run ops:registry-secrets -- --from same-file --apply

Links open the live products and dashboards. Anything sensitive should require login or a token after the click.

Deploy readiness

Secrets checklist

Generate once locally

Run npm run ops:tokens -- --write from /Users/nimanejat/agenticempire to create the right values.

Apply Registry Worker secrets

After Vercel is done, run npm run ops:registry-secrets -- --from /path/to/the-same-token-file --apply.

Pulse page token

Set AXINT_PULSE_TOKEN in Vercel before sharing the Pulse URL.

Registry admin bridge

AXINT_ADMIN_DASHBOARD_TOKEN in Vercel must match ADMIN_DASHBOARD_TOKEN on the Registry Worker.

Analytics ingest

AXINT_ANALYTICS_INGEST_TOKEN in Vercel must match ANALYTICS_INGEST_TOKEN on the Registry Worker.

Existing variables are fine

If Vercel says CLOUD_AUTOMATION_SECRET already exists, search it and edit only if you are rotating the matching Cloudflare Worker secret too.

GitHub evidence

GITHUB_TOKEN should be present if Pulse is expected to show GitHub traffic and release context.

Do not put API keys, personal tokens, or bearer secrets inside this static page. This page is a launcher, not a vault.

Daily operator loop

What to check first

Pulse

Look for installs, countries, package source split, and sudden spikes that are worth capturing.

GitHub Actions

Confirm the latest release, tests, package publish jobs, and MCP workflow are green.

Cloudflare

Watch Registry routes, Worker errors, Pages deployment state, and DNS health.

Vercel

Check Axint, Docs, Cloud, environment variables, function logs, and deployment freshness.