Authentication errors
A missing, malformed, or revoked key returns HTTP401 with:
WWW-Authenticate: Bearer header. Check that the key is correct, not revoked, and sent as
Authorization: Bearer <key>. See Authentication.
Onboarding required
Audit tools need a completed sales profile for your org. If onboarding isn’t finished, the tool returns a markdown message instead of starting a run:Not found
get_run_status returns not found when:
- the run id doesn’t exist,
- the id belongs to a different organization, or
- the
kinddoesn’t match how the run was started.
Validation errors
Calling a tool with missing or invalid arguments (e.g. an emptytopic) returns a validation
error describing the problem. Supply the required fields documented on each tool’s page.