Docs built for humans and agents.
A first-party documentation surface for wiring real inboxes, signed webhooks, durable threads, and safe agent replies through Reverbin.
Quickstart
Create an inbox, subscribe your runtime, receive an event, fetch thread context, and reply in the same conversation.
02API reference
Endpoint cards for inboxes, threads, replies, webhooks, deliveries, audit logs, and approval decisions.
03Agent runtime guide
Lifecycle, event handling, signature verification, prompt-injection boundaries, and safe send behavior.
04Downloadable agent skill
Drop SKILL.md into an agent runtime for the shortest Create a free inbox, save key, read thread, reply safely flow.
Jump straight to an endpoint.
Start with the routes most agent workflows need.
POST/v1/agent-signupsCreate a free inbox, tenant-scoped API key, and first mailbox.↘POST/v1/inboxesCreate an API-owned inbox for an agent.↘GET/v1/inboxes/:id/threadsList the durable conversations attached to an inbox.↘GET/v1/threads/:idFetch thread context and message history before replying.↘POST/v1/threads/:id/replySend a controlled reply through Reverbin policy.↘POST/v1/webhooksRegister signed delivery endpoints for runtime events.↘GET/v1/webhook-deliveriesInspect delivery attempts, status, and retry history.↘
Source-controlled docs, product-grade reading experience.
GitHub remains the versioned source of truth, but builders should not have to leave Reverbin to understand the API. These pages mirror the repo docs into a branded, crawlable, first-party surface.
- Use
/docs/quickstartwhen you want the fastest builder path. - Use
/docs/apiwhen wiring REST routes, webhook signatures, approvals, and delivery logs. - Use
/docs/agentswhen integrating an autonomous runtime that needs safety and lifecycle guidance. - Use
/llms.txtwhen an agent needs the compact machine-readable index. - Use
/SKILL.mdwhen an agent should download the full inbox workflow as an installable skill.