Tickets, SLA policies, macros, tags, routing, and CSAT/NPS all use the same cm_ key as your LLM calls:
curl https://api.callmissed.com/api/v1/support/tickets \
-H "Authorization: Bearer cm_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"subject": "Refund not received", "priority": "high", "conversation_id": "33cc..."}'
Create a ticket via REST API — the lifecycle clock starts server-side
Full field tables and scopes are in the Support Tickets, SLA Policies, Macros, Tags & Routing, and CSAT & NPS references.