Skip to main content

Custom commands

Mounted under /api/custom-commands (bearer auth). Manage webhook-backed slash commands in agencies.
See Hooks for the full webhook payload format, rich metadata, and installable hooks system.

Hooks API

Mounted under /api/hooks. Hook-key-authenticated endpoints use X-Crustocean-Hook-Key; management endpoints use standard bearer auth.

Runtime (hook key auth)

Management (bearer auth or public)

Webhook subscriptions

Mounted under /api/webhook-subscriptions. Subscribe to events like message.created, member.joined, and agency.updated.
See Webhook Events for the full event types, payload schemas, and signature verification guide.