For AI agents
The event layer for AI agents and agentic automations.
Hooksbase is event infrastructure for AI agents — it brings reliable events in and out of your agent across HTTP, email, form, and scheduled ingest, with verified signatures, typed outbound destinations, and deterministic replay, without building webhook plumbing.
Trigger your agent from HTTP, email, forms, or schedules. Route with rules, run versioned Automations before the agent sees the event, deliver to supported HTTP and cloud destinations, and replay deterministically when things break — without building webhook plumbing.
5,000 deliveries / month free. No credit card required.
Works with the tools your agents already use
Why agents need event infrastructure
Building the agent isn't the hard part.
You can demo an agent in an afternoon. Making it reliable — triggered from anywhere, recoverable when it fails, observable when it's quiet — is a quarter of work most teams don't have.
Customers email, forms submit, cron fires, providers webhook. Your agent needs one way in, not four pipelines.
LLM calls vary. Tool calls have side effects. Retries cost money. The event layer has to do more work to keep the input reproducible.
When an agent drops 500 events overnight, you need replay that uses the original input bytes. Not a re-run against today's config.
From trigger to result
Five steps. One pipeline.
HTTP, email, form, or scheduled cron. Hooksbase accepts it and persists the raw payload.
Provider packs verify signatures. Priority-ordered rules pick the right destination — your agent, a queue, object storage, or all three.
Automations run versioned Code Mode logic in the event path. Normalize or redact before the agent sees a persisted dispatch snapshot.
Your agent receives the verified, routed, transformed event. Runs its logic. Returns a response.
Lifecycle events stream to your observability stack. Failures land in DLQ with replay one click away.
Guided blueprints
Start with an agent workflow, not a blank page.
Six recipes covering the most common ways to wire an agent to the world. Each one picks source, destination, and validation settings for you.
Classic webhook-triggered agent. Starter+.
Each webhook gets a stable ingest address. Starter+.
Embeddable forms trigger your agent. Starter+.
Cron fires the agent with a custom payload. Starter+.
Events routed to SQS or Pub/Sub for async agent consumers. Pro+.
Archive every event to S3-compatible storage. Pro+.
Who it's for
Technical and non-technical agent teams alike.
You're writing the agent in code. You want a programmable event layer with an SDK, a CLI, cursor-safe reads, and idempotency helpers built in. Hooksbase ships a first-party TypeScript SDK and `hooksbase` CLI.
- • TypeScript SDK: `@hooksbase/sdk`
- • CLI with stable `--json` output
- • Cursor-safe pagination helpers
- • Signature verification helpers
You built the agent in OpenClaw or a comparable no-code agent builder. You need event plumbing that doesn't require code. Configure webhooks, verify providers, and wire up retries — all from the dashboard.
- • OpenClaw integration with a 10-minute recipe
- • Guided workflow blueprints
- • No code required to ship
- • Works with any webhook-based agent runtime
What's included
Built for every shape of agent workflow.
Frequently asked questions
- What is event infrastructure for an AI agent?
- Event infrastructure for an AI agent is the layer that gets reliable events in and out of the agent so you do not build webhook plumbing yourself. Hooksbase ingests events from HTTP, email, forms, and scheduled cron, verifies provider signatures, routes them with rules, runs versioned Automations in the event path, and delivers to your agent or downstream destinations with retries, replay, and DLQ recovery.
- How does an AI agent receive events from email or a schedule?
- Hooksbase gives every webhook a stable ingest address and a scheduled cron trigger, so an inbound email or a cron tick becomes a normal delivery to your agent. Email arrives at a hook_xxx@ingest.hooksbase.com address and scheduled triggers fire on a 1-minute minimum granularity, both flowing through the same delivery pipeline as HTTP and form ingest.
- How do I replay a failed agent event in Hooksbase?
- Hooksbase replays a failed agent event deterministically from the persisted dispatch snapshot, using the original input bytes rather than a re-run against today’s config. You can replay a single delivery from the dashboard or bulk re-drive a dead-letter queue, and replays reuse the same stored payload as the source delivery within the 30-day delivery-detail retention window.
- Do I need to write code to use Hooksbase?
- No — Hooksbase works without code. You can configure ingest channels, verify providers, set routing rules, and replay events entirely from the dashboard, and no-code agents built in OpenClaw or a comparable builder can wire up through guided blueprints. Code-first teams can also use the first-party TypeScript SDK (@hooksbase/sdk) and the hooksbase CLI when they want programmatic control.
- How is Hooksbase different from a message queue like AWS SQS?
- AWS SQS moves opaque messages between your own services; Hooksbase is the event layer in front of and around your agent. Hooksbase adds multi-channel ingest (HTTP, email, form, cron), Standard Webhooks-compatible signing with rotation overlap, verified provider packs for Stripe, GitHub, Clerk, Slack, and Resend, a replay UI over persisted snapshots, and DLQ recovery — and it can still deliver to SQS, EventBridge, GCP Pub/Sub, or S3-compatible storage as a typed outbound destination.
- Which providers and destinations does Hooksbase support for agents?
- Hooksbase verifies 5 provider packs (Stripe, GitHub, Clerk, Slack, Resend) and delivers to 5 typed outbound destinations (HTTP, AWS SQS, AWS EventBridge, GCP Pub/Sub, S3-compatible storage). It is 100% Cloudflare-native on Workers, D1, R2, and Durable Objects, with AES-GCM encryption at rest and a free tier of 5,000 deliveries per month with no credit card required.
Get started
Your agent's event layer,
ready in 10 minutes.
Free tier includes 5,000 deliveries/month, unlimited webhooks, and every ingest channel. Pick a blueprint, validate a first workflow, and keep your weekend.