AI agent operations · Production-agent control stack
The production-agent control stack puts a decision before execution.
Production control requires a chain from the requesting agent to the connected system and back to a durable result.
Runtime and identity
The runtime starts the agent and carries its identity and owner into the tool request.
- Evidence
- Agent, owner, run, and request
Connection and action policy
The connector exposes the supported tool. Deixic checks the requested action and target against policy before the call reaches that tool.
- Decision
- Allow, deny, or require named approval
Approval and execution
A gated action waits. Approval resumes the accepted call; denial closes it without execution.
- Evidence
- Approver, decision, time, and supporting material
Result and operations
The connected tool returns a result. Deixic retains it with the request, decision, evidence references, and recorded cost for fleet and activity review.
- Operations
- Status, spend, decisions, and results
See production workflowsSee the execution path