Authentication

How to authenticate your requests against Chatmu API.

  • Chema Rodriguez
    Author
    by Chema Rodriguez
    17 days ago
  • API Keys and Headers

    To use the Chatmu API, you must authenticate your requests using an API Key generated from your dashboard.


    Authorization: Bearer YOUR_API_KEY

    Ensure that the API Key has the chatmu-api permission enabled in your entity settings.


    Tenant Context

    If your account manages multiple workspaces or tenants, you must pass the Tenant ID in the body of your POST requests, or it will evaluate based on your default workspace. This ensures credits are deducted correctly.




    Related Articles