v2.5.13

March 31, 2026

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. 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