Skip to main content
POST
Preview Agent

Authorizations

Authorization
string
header
required

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

Body

application/json

Request model for agent preview.

message
string
required

User message to preview

instructions
string | null

System instructions/prompt

execution_mode
string | null
default:balanced

Execution mode: flash, balanced, think, or auto

models
Models · object | null

Model config: {general, small_fast, visual, compact}

knowledge_bases
string[]

Knowledge base names

skills
string[]

Skill names

tool_categories
string[]

Tool category names

Response

Successful Response

Response model for agent preview.

response
string
required
status
string
required