# Inspect instance scale at a glance with the new AgentOS /info endpoint

> A new /info API endpoint returns a lightweight count of agents, teams, and workflows registered in the AgentOS instance.

- Published: 2026-03-31
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/inspect-instance-scale-at-a-glance-with-the-new-agentos-info-endpoint
- Markdown: https://agno-com-nine.vercel.app/articles/inspect-instance-scale-at-a-glance-with-the-new-agentos-info-endpoint.md

A new `/info` API endpoint returns a lightweight count of agents, teams, and workflows registered in the AgentOS instance. The endpoint is intentionally unauthenticated, making it suitable as a health or readiness signal for infrastructure tooling, status pages, and deployment pipelines that need a fast, low-cost way to verify instance state.

Details**:**

- Returns agent, team, and workflow counts for the current AgentOS instance
- Unauthenticated by design — no credentials required for lightweight infrastructure checks
- Useful for readiness probes, status dashboards, and deployment verification scripts
