Integrations
Wire Mastra, Hermes, HTTP, LangGraph, or Temporal to the Hitly inbox.
Hitly supports the agents and workflow platforms you already run. Each origin keeps its native pause primitive. Reviewers still only use Hitly — the inbox is the same card whether the run came from Mastra, Hermes, an HTTP callback, LangGraph, or Temporal.
Add a framework by writing one adapter against the envelope. You do not build a second reviewer UI.
| Plugin | Status | Pause primitive | Resume |
|---|---|---|---|
| Mastra | Available | suspend() | run.resume() / bail() |
| Hermes | Available | approval transport / kanban_block | origin polls Hitly; kanban comment + unblock |
| HTTP | Available | caller resumeUrl | POST { decision, id, metadata } |
| n8n | HTTP today | Wait webhook | POST to $execution.resumeUrl |
| LangGraph | Coming soon | interrupt() | HumanResponse |
| Temporal | Coming soon | condition() | signal hitly.decision |