Start Thread
Start Thread
Starts an AI analysis in the background and returns immediately with thread metadata. This endpoint enables polling-based UI updates by starting agent execution in the background and returning thread information immediately.
Supports model configuration via the llm_config parameter (defaults to “deep” if not provided).
POST
Start Thread
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Override user ID for system operations (optional)
Body
application/json
Request model for async chat endpoint.
Configuration for model selection and reasoning effort.
Available options:
monolith, sandbox, deepagents Available options:
typed, suggestion Response
Successful Response