Beetl Docs
MCP and programmatic accessREST API

Status and health

GET/health

Response Body

application/json

application/json

curl -X GET "https://example.com/health"
{  "checks": [    {      "healthy": true,      "name": "string"    }  ],  "status": "string"}
curl -X GET "https://example.com/live"
Empty
GET/metrics

Response Body

text/plain

curl -X GET "https://example.com/metrics"
Empty