---
title: "Get OS Info"
method: GET
path: "/info"
tags: ["Core"]
---

# Get OS Info

`GET /info`

Return lightweight, unauthenticated metadata about this AgentOS instance.

## Response `200`

Successful Response

- InfoResponse — Response schema for the /info endpoint returning lightweight OS metadata.
  - `os_id` string, required — Unique identifier for the OS instance
  - `name` string, nullable — Name of the OS instance
  - `agno_version` string, required — Version of the agno framework
  - `agent_count` integer — Number of agents registered in the OS
  - `team_count` integer — Number of teams registered in the OS
  - `workflow_count` integer — Number of workflows registered in the OS
  - `mcp` McpInfo — MCP server availability for the /info endpoint.
    - `enabled` boolean — Whether the MCP server is enabled on this OS instance
    - `path` string, nullable — Path where the MCP server is mounted, null when disabled
    - `oauth` McpOAuthInfo — OAuth discovery details for an MCP endpoint protected by ``AgentOS(mcp_auth=...)``.
      - `authorization_servers` string[], nullable — Issuer URL(s) of the authorization server(s) protecting the MCP endpoint
      - `resource` string, nullable — RFC 9728 resource URL advertised for the MCP endpoint
  - `auth_mode` 'none' | 'security_key' | 'jwt' — Authentication mode enforced on the REST/WS plane of this OS instance. MCP OAuth, when enabled, is described separately under `mcp.oauth`.

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
