HTTP Webhooks
Any HTTP request, straight into an agent
If a system can POST, it can trigger an agent. JSON, form data, and file uploads all hit the same endpoint — no glue server, no parser to maintain.
InboundOutboundSync
What you can build
Patterns teams ship in production. No queues, workers, or schedulers to run.
Trigger
Order placed
POST /webhook/ordersAgent Action
Agent validates payment, checks inventory, scores fraud risk, and routes to fulfillment — all before the confirmation email leaves the queue.
Trigger
Order placed
POST /webhook/ordersAgent Action
Agent validates payment, checks inventory, scores fraud risk, and routes to fulfillment — all before the confirmation email leaves the queue.