API Guide
The Command AI API uses token-based authentication. If you do not have an API key, please reach out to our team. You can contact us via email (support[at]commandbar[dot]com), Slack, or chat.
Base domain
The base domain for all API endpoints is https://api.commandbar.com/api/{your_org_id}.
Authentication headers
{
   "X-API-KEY": {YOUR_API_KEY},
   "Content-Type": "application/json"
}