End-to-end walkthroughs for the common flows, with curl, JavaScript, C# and Python. For per-endpoint details and a live "Try It", see the reference.
| Guide | What you'll do |
|---|---|
| Authenticate & verify | Create a key, send it as a Bearer token, confirm with GET /me. |
| Create a task | Walk team → board → list, then create a task (e.g. to follow up an email). |
| Classify a thread with AI | Request a classification, handle the cached-or-202 flow, poll for the result. |
| Receive webhooks | Subscribe to events and verify the signed delivery (HMAC-SHA256). |
Every request needs Authorization: Bearer sk_live_…. All examples use https://api.sortd.com/v2; replace placeholders in <angle brackets> with your own values.