Set the rules for your workspace.
Decide which tools, environments and resources need extra checks. Use the same policy across the agent workflows you connect.
Review AI actions with your team's policies. Bring in a person when it matters, and keep a record of the decision.
Runtime Control is currently a platform preview.
Publish this update to production.
deploy.releaseThe runtime pauses the action and asks the release owner to review it.
An illustrative workflow. No tools are executed here.
An agent can propose an action in seconds. Put the review between that proposal and the tool that changes something.
Send the action, tool arguments and relevant context for review.
Return a decision to continue, warn, block or request a person's approval.
Enforce the decision before execution, and keep the review in your workspace.
When more agents and people get involved, a local check is only part of the picture. Runtime Control gives the team somewhere to review the work together.
Open the workspaceDecide which tools, environments and resources need extra checks. Use the same policy across the agent workflows you connect.
Route sensitive actions for approval. Give the reviewer the proposed action and its context, so they can make an informed call.
Review past checks, approvals and incidents in one workspace. Follow what was proposed, what was decided and why.
Your runtime enforces the returned decision before calling the tool. Keep permissions, credentials and sandboxing in place.
Add a review at the point where your agent is about to use a tool. Connect a workspace API key, send the proposed action, then handle the returned decision.
Explore the integrationscurl -X POST https://api.latentops.space/v1/runtime/review \
-H "Content-Type: application/json" \
-H "X-API-Key: $LATENTOPS_API_KEY" \
-d '{
"prompt": "Check what changed in this project.",
"tool_name": "run_shell",
"tool_args": {"command": "git status --short"},
"policy": "balanced",
"log_event": true
}'This request reviews a command. Your application decides whether to execute it.
Our DARC research asks how an action's context should affect the decision to let it proceed. Read the preliminary evaluation, including its test conditions and limitations.
Read the researchTell us about one workflow you'd like to bring into review.
Talk to LatentOpsNeed a local command-review tool? Meet Ordin