Error
A valid request URL is required to generate request examples{
"run": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"input": "<string>",
"output": "<string>",
"input_tokens": 123,
"output_tokens": 123
}
}{
"error": true,
"message": "<string>"
}Agents
Run an agent
Execute the agent with a message and get a response. This creates a new run record and returns the agent’s response.
POST
/
agents
/
{id}
/
run
Error
A valid request URL is required to generate request examples{
"run": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"input": "<string>",
"output": "<string>",
"input_tokens": 123,
"output_tokens": 123
}
}{
"error": true,
"message": "<string>"
}Authorizations
Enter token in format (Bearer )
Path Parameters
Agent ID
Body
application/json
Response
Agent run completed successfully
Show child attributes
Show child attributes