Skip to main content
POST
/
agents
/
{identifier}
/
stream
Stream any agent dynamically
curl --request POST \
  --url https://api.flipsidecrypto.xyz/public/v3/agents/{identifier}/stream \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '"<unknown>"'
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

identifier
string
required

Agent UUID or slug

Minimum string length: 1

Body

application/json

Agent-specific input (varies by agent)

Response

Agent stream started successfully

Server-sent events stream of agent execution