Documentation
Everything you need to integrate EdgeDesk—API reference, guides, and legal.
Getting Started
Connect your inbox and handle your first ticket in under 10 minutes.
API Reference
Complete REST API reference for tickets, workspaces, and channels.
Widget SDK
Embed the EdgeDesk web chat widget on your site with Turnstile protection.
Architecture Guides
System architecture, Durable Objects, and integration patterns.
OpenAPI Spec
Machine-readable OpenAPI 3.1 specification for the EdgeDesk API.
Quick example
curl https://api.example.com/v1/tickets \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"channel":"email","subject":"Billing question","body":"..."}'