Add human-in-the-loop oversight to your AI agents with framework-specific guides. Each guide includes prerequisites, quick start steps, and a complete runnable code example.
The fastest path. pip install heed, one client, submit + poll. Works with any Python agent.
pip install heed-mcp — native request_approval tool for Claude Code, Cursor, and MCP clients.
Add Heed as a custom Tool in a LangChain agent. Gates actions like send_email behind human approval before execution.
Wrap Heed as a tool in the OpenAI Agents SDK. Submit approval requests and poll for decisions within your agent's tool loop.
All guides share the same core flow:
/api/v1/hitl/requests with the intended actionpending, returns a poll_urlapproved (auto-approve)See the full docs for the complete API reference, or the Swagger UI for interactive exploration.