Operations

Status: every claim, measured live.

Infrastructure earns trust with a status page, not a slogan. Everything below is read from the production cluster when you load this page — region health, the survival ledger, the red-team tally, and the certificate chain — plus an independent external probe that checks this site twice a day and files its results in public.

reading the live cluster…
memories on record, live cluster
regions serving · survival goal
vector search, measured on this page load
Survival ledger

automated region drills · memories lost

A daily cron re-runs the memory distribution query with one region excluded, inside a single transaction. Receipts at /api/drills.

Survivability →
Red team

poisoning attempts · reached recall

Every public attempt runs the real untrusted write path and lands on a public wall with its verdict and a live recall-proof.

Try to poison it →
Certificate chain

promotions ·

Every lesson released into recall mints a hash-chained certificate; the registry re-verifies the whole chain on every read at /api/certificates.

Promotion receipts →
Region liveness

gossip view loading

Node liveness per region from cluster gossip — the same signal the console’s topology view renders. Independent probes also watch this site from GitHub Actions twice a day.

External probe history →

everything on this page is read live from the production cluster on load — nothing cached, nothing hand-entered · more proofs: forensic replay · war room · latency race

Trust, but verify

Every proof, from your own terminal.

Nothing on this page requires believing the page. The same endpoints it reads are public and unauthenticated — run them yourself:

# live cluster health — memories, regions, vector-search latency
curl https://blackbox-web-eight.vercel.app/api/stats

# the survival ledger — automated region drills, memories lost
curl https://blackbox-web-eight.vercel.app/api/drills

# the red-team wall — poisoning attempts and breaches (kept at zero)
curl https://blackbox-web-eight.vercel.app/api/poison

# the promotion-certificate chain, re-verified on every read
curl https://blackbox-web-eight.vercel.app/api/certificates

# race one query across all three regional gateways (follower reads)
curl -X POST https://blackbox-web-eight.vercel.app/api/race \
  -H 'Content-Type: application/json' \
  -d '{"query":"checkout-api connection pool exhausted"}'

# forensic replay — what did the agent know an hour ago?
curl -X POST https://blackbox-web-eight.vercel.app/api/forensics \
  -H 'Content-Type: application/json' \
  -d '{"query":"checkout-api p99 latency spike","minutesAgo":60}'