Skip to main content
GET
Get OS Configuration

Authorizations

Authorization
string
header
required

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

Response

OS configuration retrieved successfully

Response schema for the general config endpoint

os_id
string
required
databases
string[]
required
agents
AgentSummaryResponse · object[]
required
teams
TeamSummaryResponse · object[]
required
workflows
WorkflowSummaryResponse · object[]
required
interfaces
InterfaceResponse · object[]
required
name
string | null
description
string | null
available_models
string[] | null
chat
ChatConfig · object | null

Configuration for the Chat page of the AgentOS

session
SessionConfig · object | null

Configuration for the Session domain of the AgentOS

metrics
MetricsConfig · object | null

Configuration for the Metrics domain of the AgentOS

memory
MemoryConfig · object | null

Configuration for the Memory domain of the AgentOS

knowledge
KnowledgeConfig · object | null

Configuration for the Knowledge domain of the AgentOS

evals
EvalsConfig · object | null

Configuration for the Evals domain of the AgentOS