Allow
Known, low-risk actions continue immediately within the agent’s delegated authority.
decision: "allow"AgentLedger evaluates high-impact actions before they execute. Allow safe work, block policy violations, and route sensitive decisions to a person—with a complete audit trail.
payment_intent: pi_3U…refunds_over_250Execution is paused. No Stripe call has occurred.
Your model proposes the action. AgentLedger decides whether it is authorized before your executor runs it.
Known, low-risk actions continue immediately within the agent’s delegated authority.
decision: "allow"Sensitive actions wait in a durable queue until an authorized person decides.
decision: "require_approval"Actions outside policy stop before they can reach the connected system.
decision: "block"AgentLedger creates a defensible record around every consequential decision without taking custody of your model credentials.
204AgentLedger sits between agent intent and tool execution. Keep your existing stack, model, and executor.
const decision = await fetch("https://app.agentledgersecurity.com/api/evaluate", { method: "POST", headers: {"x-agentledger-key": process.env.AGENTLEDGER_API_KEY }, body: JSON.stringify({ agent: "refund-copilot", action: "issue_refund", amount: 40000}) } ).then(response => response.json());{ "decision": "require_approval", "approval_id": "apv_…" }For prototypes and your first protected agent.
For teams governing production agent actions.
Put a policy boundary around your first consequential AI action today.
Create your free workspace