Secure Review Checkpoints
Create signed, time-limited review pages for human oversight. Every decision is auditable.
Add secure human review checkpoints to AI agents in minutes. Pause risky actions, notify a reviewer, collect a decision, and resume safely with an audit trail.
Built for teams using LangGraph, CrewAI, Vercel AI SDK, n8n, and custom agents.
Forsig creates a human checkpoint when your AI agent is about to do something risky. Simple, secure, auditable.
Create signed, time-limited review pages for human oversight. Every decision is auditable.
Simple API and TypeScript SDK. Add human intervention to any agent workflow quickly.
Works with LangGraph, CrewAI, Vercel AI SDK, OpenAI Agents, n8n, Make, Zapier, and custom agents.
Track who reviewed, what they decided, when, and why.
Start with web and email. Slack and other review channels can follow based on demand.
If no human responds, risky actions should fail closed, not open.
This is what reviewers see when an AI agent requests human intervention.
Expires in 28 minutes
The agent wants to issue a $500 refund to a VIP customer.
refund-review-flow / step: approval
Refund exceeds $250 policy limit
{
"type": "refund",
"amount": 500,
"currency": "USD",
"refund_method": "original_payment_method",
"customer_id": "cus_123"
}
Customer Tier: VIP
Order Value: $1,200
Refund Reason: Product failed twice
Your Decision
A simple SDK that works with any agent framework. Create human intervention checkpoints with a few lines of code.
1 Agent calls forsig.intervene()
2 Human receives notification and reviews
3 Decision returns to your agent
import { Forsig } from "forsig";
const forsig = new Forsig({
apiKey: process.env.FORSIG_API_KEY
});
const decision = await forsig.intervene({
agent: { id: "refund-agent", name: "Refund Agent" },
task: { title: "Review refund for customer #123" },
risk: { type: "refund_over_limit", level: "high" },
proposedAction: { type: "refund", amount: 500 },
waitForDecision: true,
timeout: "30m"
});
Free during private beta. Paid tiers are planned for production teams.
For testing and small projects
$0For growing teams and agencies
$49/monthFor production workloads
$199/monthBe among the first to add human control to your AI agents.
No spam. We will only email you about Forsig updates.Share what you are building, where your agents need human review, or what would make Forsig useful for you.