ASYNC-FIRST
202 Accepted. Immediately. Your webhook returns while the pipeline runs queue-backed in the background. Fire. Forget. Handle the result downstream.
Hook-to-Execution Model Proxy
THE MISSING PIPELINE BETWEEN YOUR AGENTS AND PRODUCTION.
WHAT IT DOES
Any HTTP source. Any payload. POST to your endpoint and the pipeline fires. No polling. No adapters.
Your model reasons over the payload with full MCP tool access. Inference plus action in one step.
Structured output hits the next surface. CLI. API. Webhook. Typed. Routed. Done.
WHY IT MATTERS
202 Accepted. Immediately. Your webhook returns while the pipeline runs queue-backed in the background. Fire. Forget. Handle the result downstream.
CLI. MCP. API. Raw HTTP. Your agent doesn't care how it's called — it just runs. One definition. Every transport. No SDK. No vendor lock.
One pipeline's output feeds the next pipeline's input. Chain them. Fan them out. Build DAGs of agents — not diagrams of intent.
No SDK. No client library. No proprietary wire format. Webhooks. The most boring, battle-tested, universally deployed transport on the internet. Your language already speaks it. Your infra already routes it. HEMP doesn't invent a protocol. It uses the one you already have.
HOW IT WORKS