API Reference
Run tool
Invokes a specific tool / function on the xpander.ai agent with given parameters.
POST
/
{agentId}
/
operations
/
{toolName}
Authorizations
x-api-key
string
headerrequiredPath Parameters
agentId
string
requiredThe Agent ID configured in xpander with permissions to invoke the tool
toolName
string
requiredThe specific name of the tool to be invoked. This should match one of the tool names returned by the /tools endpoint. The LLM agent should select an appropriate tool based on the current task or query.
Body
application/json ยท object
The body is of type object
.
Response
200 - application/json
The response is of type object
.