AI operations overview
The state of the AI plane as a whole: what is running, what it is costing, and the control that stops it.
Note: This screen has no data behind it in this build
The address is specified and the console is ready for it. What is missing is the server side: the reads below are declared by the contract and are not registered in this deployment, so they answer “not implemented” rather than returning anything. Nothing on this page is a placeholder for data — there is no data to place.
What this screen is for
One reading of the AI plane: runs in flight and recently finished, spend against the budget for the period, the models and routes in use, and the emergency control that halts AI work across the platform. The containment control exists and is on the budgets screen; what is missing here is the READING — runs in flight, spend for the period, the routes in use — because staffAiOverviewGet is unregistered.
What has to exist first
- Reads
- staffAiOverviewGet
- Actions
- staffAiRunsList
Each of those is an operation id in the frozen contract. Registering one is a server change, not a permission you can be granted — no group and no scope makes this screen return data today.