Skip to main content
POST
Run Agent Stream

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Headers

x-team-id
string | null

Path Parameters

thread_id
string
required

Body

application/json

Request model for creating a run.

agent_id
string
default:default_agent
model_settings
ModelSettings · object

Settings to use when calling an LLM.

This class holds optional model configuration parameters (e.g. temperature, top_p, penalties, truncation, etc.).

Not all models/providers support all of these parameters, so please check the API documentation for the specific model and provider you are using.

response_format
ResponseFormat · object | null

Specifies a JSON schema for structured output.

When provided, the LLM will be constrained to return a JSON response that matches the specified schema.

group
string
default:default_group
metadata
Metadata · object | null

Response

Success

Last modified on July 31, 2026