Skip to main content
POST
Create Team Run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Body

multipart/form-data
message
string
required

The input message or prompt to send to the team

stream
boolean
default:true

Enable streaming responses via Server-Sent Events (SSE)

monitor
boolean
default:true

Enable monitoring and logging for this run

session_id
string | null

Session ID for conversation continuity. If not provided, a new session is created

user_id
string | null

User identifier for tracking and personalization

files
string[] | null

Files to upload (images, audio, video, or documents)

version
integer | null

Team version to use for this run

background
boolean
default:false

Run in background and return immediately with run metadata (requires database)

factory_input
string | null

JSON object with factory-specific parameters for dynamic team construction

Response

Team run executed successfully