Tools reference

Every Intelligence tool, its REST path, and whether it bills.

Tools

ToolREST pathBillable
search_knowledgePOST /api/v1/intelligence/retrieveYes
match_runbookPOST /api/v1/intelligence/match-runbookYes
create_ticketPOST /api/v1/intelligence/create-ticketYes
remember_factPOST /api/v1/intelligence/rememberYes
get_visitor_memoryPOST /api/v1/intelligence/memoryYes
identify_visitorPOST /api/v1/intelligence/identifyNo
check_escalation_signalPOST /api/v1/intelligence/escalationNo

You can also POST /api/v1/intelligence with a tool field to invoke any catalog tool through one endpoint. Billable tools count toward Custom message usage.

Common errors

StatusMeaningFix
400Invalid JSON, missing agentId, or tool rejected inputCheck the request body against the tool schema
401Missing, invalid, or wrong-organization keyRe-issue the key and confirm the agent belongs to it
403Key missing the required scope, or plan lacks API accessAdd the scope, or confirm you are on Custom
404Agent not found or pausedCheck the public ID and unpause the agent

Next