Documentation Index
Fetch the complete documentation index at: https://mintlify.com/dallay/corvus/llms.txt
Use this file to discover all available pages before exploring further.
corvus gateway
Start the webhook server for HTTP-based integrations.Usage
Default Binding
127.0.0.1:8080 (localhost only).
Options
Port to listen on. Use
0 for random available port.Host to bind to. Defaults to config
gateway.host.Examples
Custom Port
Random Port (Security Hardened)
Public Binding (with Tunnel)
Endpoints
| Endpoint | Method | Auth | Description |
|---|---|---|---|
/health | GET | None | Health check |
/pair | POST | X-Pairing-Code | Exchange pairing code |
/webhook | POST | Bearer token | Send message |
/whatsapp | GET | Query params | WhatsApp verification |
/whatsapp | POST | Meta signature | WhatsApp webhook |
Pairing Flow
- Start gateway
- Note the 6-digit pairing code in logs
- Exchange code for token:
- Use token for webhook requests: