FruxonDocs
AgentsExecution

Executes an agent using its currently deployed revision with streaming output.

Returns results as Server-Sent Events (SSE) for real-time progress updates.

POST
/v1/tenants/{tenant}/agents/{agent}:stream

Path Parameters

agent*string

The unique identifier of the agent.

tenant*string

The tenant identifier

The execution parameters and inputs.

parameters?|null
attachments?|null
chatUser?
sessionId?string|null
environmentSlug?string|null
[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string:stream" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty