Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Agno API Reference A2A Health API
description: The all-in-one, private, secure agent platform that runs in your cloud.
version: 2.5.6
servers:
- url: https://api.agno.com
description: Base URL reconciled from apis.yml
tags:
- name: Health
paths:
/health:
get:
tags:
- Health
summary: Health Check
description: Check the health status of the AgentOS API. Returns a simple status indicator.
operationId: health_check
responses:
'200':
description: API is healthy and operational
content:
application/json:
schema:
$ref: '#/components/schemas/HealthResponse'
example:
status: ok
instantiated_at: '2025-06-10T12:00:00Z'
components:
schemas:
HealthResponse:
properties:
status:
type: string
title: Status
description: Health status of the service
instantiated_at:
type: string
format: date-time
title: Instantiated At
description: Timestamp when service was instantiated
type: object
required:
- status
- instantiated_at
title: HealthResponse
example:
instantiated_at: '2025-06-10T12:00:00Z'
status: ok
securitySchemes:
HTTPBearer:
type: http
scheme: bearer