Skip to main content
POST
Create Thread

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 creating an agent thread.

name
string
default:Thread
Maximum string length: 255

Response

Successful Response

Data transfer object for an agent thread.

id
string
required
user_id
string
required
thread_name
string
required
state
State · object | null
guide_content
string | null
research_context_content
string | null
is_deleted
boolean
default:false
created_at
string<date-time> | null
updated_at
string<date-time> | null
message_count
integer
default:0