Pick a consequential request.
An outbound web action is a useful starting point: clear destination, clear method, and a result the team can inspect.
For agent teams
Cippax is for teams that want agents to do useful work where one wrong action matters. Start with a single, bounded workflow: the agent proposes, a person approves, and the system executes only that approved action.
Active prototype · selected action paths
Target, method, and change are part of the request.
The request waits for a decision on the phone.
The approved action is checked before it runs.
The practical starting point
A narrow pilot lets the team test the control boundary before expanding the agent’s reach.
Pilots begin with test data. Sensitive or regulated workflows require a separate review of data handling, hosting, and provider agreements.
An outbound web action is a useful starting point: clear destination, clear method, and a result the team can inspect.
Check how the agent could reach that effect through sockets, credentials, files, or another service. A policy screen alone is not enough.
Show what happens after approval, after denial, and when a required witness or audit path is unavailable.
What a pilot should answer
01 Can the agent act without using the controlled route?
02 Does the signed approval match the exact action that executes?
03 Can one approval cause a second action?
04 Does the gate close when a required check can no longer be trusted?
Where this stands: A working prototype has demonstrated phone passkey approval and constrained action execution. Guided installation, workflow coverage, and customer-ready verification are still being developed.
Start with a bounded workflow