Skip to main content
b1e55ed exposes an HTTP API (typically on :5050) for health checks and programmatic integrations.
The most complete API documentation currently lives in the repo at docs/api-reference.md.

Authentication

Most deployments require a bearer token.
curl -H "Authorization: Bearer $B1E55ED_API__AUTH_TOKEN" \
  http://localhost:5050/api/v1/health