Internal · xops.io

Admin

How the AI-OPS platform is put together: the Workers, the databases, the schedules, the endpoints, and what is not built yet.

Overview

XOPS AI-Ops is three Cloudflare Workers sharing one account, two D1 databases, and one deployment pipeline. Two of them ingest data on a schedule; the third is a read-only dashboard over what they collect.

The system exists to answer two questions without anyone opening a vendor console: what are we spending, and on what, and which support cases are breaching SLA. Everything below is in service of those.

WorkerDomainRole
ai-ops-cost-aggcost.xops.sitePulls cost and usage from six providers, allocates, rolls up
ai-ops-consoleaiops.xops.siteRead-only ops console. This site.
ai-ops-support-syncai-ops.xops.siteSupport case sync, SLA tracking, Trello/Jira bridge

All three sit behind Cloudflare Access. None is reachable from the public internet without an identity check.