Skip to main content
GET
Get OS Info

Response

200 - application/json

Successful Response

Response schema for the /info endpoint returning lightweight OS metadata.

os_id
string
required

Unique identifier for the OS instance

agno_version
string
required

Version of the agno framework

name
string | null

Name of the OS instance

agent_count
integer
default:0

Number of agents registered in the OS

team_count
integer
default:0

Number of teams registered in the OS

workflow_count
integer
default:0

Number of workflows registered in the OS

mcp
McpInfo · object

MCP server availability for this OS instance

auth_mode
enum<string>
default:none

Authentication mode enforced on the REST/WS plane of this OS instance. MCP OAuth, when enabled, is described separately under mcp.oauth.

Available options:
none,
security_key,
jwt