AgentWebhooks

Stream your agent's events in real time

Real-time events from every primitive, pushed to your backend.

audit log$250 cap
  • 10:14cards.createAllowed
  • 10:19email.sendAllowed
  • 10:22payment.chargeAllowed
  • 10:23payment.chargeRevoked
  • 10:31formation.submitAllowed
  • 10:38trading.orderRevoked
  • 10:44vault.revealAllowed

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: POST /v1/webhooks (REST — no CLI command yet)

What you get

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

One call to AgentWebhooks

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

POST /v1/webhooks

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.
# No CLI command for this primitive — call it over HTTP
$ curl -X POST https://api.usenaive.ai/v1/webhooks \
    -H "Authorization: Bearer $NAIVE_API_KEY"

Start building with AgentWebhooks

One API key. One credit balance. Every primitive.