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.
| Worker | Domain | Role |
|---|---|---|
ai-ops-cost-agg | cost.xops.site | Pulls cost and usage from six providers, allocates, rolls up |
ai-ops-console | aiops.xops.site | Read-only ops console. This site. |
ai-ops-support-sync | ai-ops.xops.site | Support case sync, SLA tracking, Trello/Jira bridge |
All three sit behind Cloudflare Access. None is reachable from the public internet without an identity check.