Run with API
Invoke an agent with the public API using your workspace API key, an agent ID, and a message
Authentication
Authorization: Bearer YOUR_API_KEYEndpoint
Request
Field
Type
Required
Description
{
"agent": "AGENT_UUID",
"message": "Your message here",
"streaming": true
}Basic example
Response
Streaming response
Non-streaming response
Next steps
Last updated