🔜 Coming Soon

Join the Waitlist

Add human oversight to your AI agents

Humancheck is a universal human-in-the-loop platform for AI agents. Enable your AI systems to escalate uncertain or high-stakes decisions to human reviewers for approval.

Framework-agnostic • Works with any AI system • Early access available

from humancheck import HumanCheck
from langchain.agents import AgentExecutor

hc = HumanCheck(api_key="your_key")

# Add human oversight to any agent
agent = AgentExecutor(...)
agent_with_oversight = hc.wrap_agent(agent)

# That's it! Your agent now escalates
# uncertain decisions to human reviewers
result = agent_with_oversight.run("Process this transaction")

Use Cases

Payment review request: $5,000
Human reviewer assigned
Decision: Approved

Payment Approval

Review and approve high-value payments before processing with human oversight.

[2023-12-15 14:23:45] INFO

Review request created. Waiting for human approval.

[2023-12-15 14:23:47] ACTION

Review routed to finance team. Confidence: 85%

[2023-12-15 14:23:50] DECISION

Human reviewer approved the payment request.

[2023-12-15 14:23:52] WARNING

Payment processed successfully.

[2023-12-15 14:23:55] ERROR

Review completed. Decision logged.

Review Dashboard

Real-time dashboard for human reviewers to approve, reject, or modify AI decisions.

Universal Integration

Works with any AI framework: REST API, MCP, LangChain, LangGraph, and more.

Features

Universal Integration

Works with any AI framework via adapter pattern: REST API, MCP, LangChain/LangGraph, and custom adapters.

Learn more >

Intelligent Routing

Route reviews to the right people based on configurable rules: task type, urgency, confidence score, and team assignments.

Learn more >

Real-time Dashboard

Streamlit-based UI for human reviewers with live review queue, one-click approve/reject/modify, and analytics.

Learn more >

Flexible Workflows

Support for both blocking and non-blocking patterns. Wait for decisions or continue work and check back later.

Learn more >

Multi-tenancy

Built-in support for organizations and teams with isolated workspaces, user roles, and team-based collaboration.

Learn more >

Feedback Loop

Continuous improvement through feedback: rate decisions, comment on reviews, and track metrics.

Learn more >

Pricing

Simple pricing for everyone.

Choose the plan that fits your team size and needs.

Starter

FREE

Perfect for solo developers

  • 1 reviewer
  • 250 reviews
  • Slack
  • 7-day history
  • Community support
  • API access

Team
Most Popular

$25/seat/mo
Starting at $50/mo (2 reviewers)

Starting at $50/mo (2 reviewers)

  • 2-25 reviewers
  • Unlimited reviews
  • All channels
  • 90-day history
  • Smart routing
  • Analytics
  • Email support
  • Webhooks
  • API access

Enterprise

Custom

Enterprise-grade for large teams

  • Unlimited reviewers
  • Unlimited reviews
  • SSO/SAML
  • Custom SLA
  • Unlimited history
  • Audit logs
  • Dedicated CSM
  • Priority support
  • Advanced routing
  • Compliance reports

Community

We're grateful for the amazing open-source community that helps make our project better every day.

A
B
C
D
E

Ready to add human oversight to your AI agents?