v1

latestOpenAPI 3.1.02026-07-26142186376.1 KB
Health

Health Check

Check the health status of the AgentOS API. Returns a simple status indicator.

get/health

Response

API is healthy and operational

statusstring required

Health status of the service

instantiated_atstring date-time required

Timestamp when service was instantiated

Example response

{
  "instantiated_at": "2025-06-10T12:00:00Z",
  "status": "ok"
}