Skip to main content
GET
/
health
Liveness + readiness probe
curl --request GET \
  --url http://localhost:3773/health
{
  "version": "2026.12.6.dev224+gbf39a0530",
  "health": "healthy",
  "runtime": {
    "storage_backend": "InMemoryStorage",
    "scheduler_backend": "InMemoryScheduler",
    "task_manager_running": true,
    "strict_ready": true
  },
  "application": {
    "penguin_id": "8faa865e-d8ec-8b2f-f000-598e8e463d60",
    "agent_did": "did:bindu:bindu_builder_at_getbindu_com:agent:8faa865e-d8ec-8b2f-f000-598e8e463d60"
  },
  "system": {
    "python_version": "3.12.9",
    "platform": "Windows",
    "environment": "development"
  },
  "status": "ok",
  "ready": true,
  "uptime_seconds": 541
}

Documentation Index

Fetch the complete documentation index at: https://docs.getbindu.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Healthy

version
string
required

Application version with build information

health
enum<string>
required

Overall health status

Available options:
healthy,
degraded
runtime
object
required
application
object
required
system
object
required
status
enum<string>
required

Detailed status

Available options:
ok,
error
ready
boolean
required

Whether the service is ready to accept requests

uptime_seconds
number<float>
required

Service uptime in seconds