Additional AI Integrations
Authorizations
AuthorizationstringRequired
API token passed as Authorization: Bearer <token>.
The token must have the entityQuery scope enabled.
Tokens can be provisioned at https://app.swarmia.com/settings/api-tokens.
Body
aiServicestringRequiredExample:
AI tool identifier (e.g. Kiro). Alphanumeric, preferably PascalCase.
Created automatically if new. Visible in reports.
KiroPattern: ^[A-Za-z0-9]+$Responses
200
Report accepted successfully.
application/json
objectOptional
400
Validation error.
application/json
401
Missing or invalid API token.
403
Token lacks aiUsage scope.
post/ingest/ai-usage
Last updated
Was this helpful?