Approval Queue is where the AI agents pause before doing something destructive. Drop a database, scale down a fleet, rotate a key, those land here, time-boxed, with full context. You approve, deny, or let it escalate. From your laptop, your phone, or a Slack message.
Restarting a service is reversible in seconds. Dropping a column is not. Approval Queue lets you mark certain action classes (destructive SQL, prod scale-down, key rotation, change-window violations) as approval-required. The agent prepares the change, surfaces the diff and the risk, then waits for a human signature.
Each approval has a TTL (default 15 minutes). When the clock runs out, the request escalates to the next tier of approvers automatically. After the final tier expires, the agent falls back to suggest mode and writes a runbook for an engineer to run by hand. No silent timeout failures.
Critical 3am pages reach you on Slack, email, or PagerDuty with a one-time QR code. Scan it, sign with your fingerprint, you are done. No VPN, no SSH, no opening a laptop. The QR carries a single-use signed token bound to the request, your account, and a 5-minute window.
The Approval Queue writes to the same hash-chained ledger as the agents do. Run weekly reports on time-to-approve, approver load, deny rate, and timeout rate. Export to your SIEM. The data is also a feedback loop: if a class of approvals always denies, configure the agent to stop proposing it.
Subscribe to Nova AI Ops on YouTube for demos, tutorials, and feature deep-dives.
You decide which classes of actions need approval. The agents respect it. Every approval is logged for compliance review.