Stream your agent's events in real time

Event delivery for primitive lifecycle.

audit log$250 cap
  • 10:14cards.createAllowed
  • 10:22payment.chargeAllowed
  • 10:23payment.chargeRevoked

Paste and ship

Drop this into Cursor, Claude Code, or any agent. It reads the skill manifest and wires up Webhooks for you.

Agent prompt

Read https://usenaive.ai/skill.md and use the Naïve Webhooks primitive in my project. Start with: naive webhooks create

What you get

Event typesSubscribe per primitive.
Signed payloadsVerify authenticity.
RetriesDelivery guarantees.
Per-user routingTenant-specific endpoints.

One call to webhooks

CLI, SDK, or REST — one bearer token, one credit balance.

CLI

Webhooks

Subscribe to events across primitives — inbound email, job completion, approval requests — and push to your backend.

Event types
Subscribe per primitive.
Signed payloads
Verify authenticity.
Retries
Delivery guarantees.
Per-user routing
Tenant-specific endpoints.
# Run with your API key exported
$ naive webhooks create

Start building with Webhooks