BagsBags Docs

Liveness probe

Cheap check that the worker is alive. Does NOT touch the database — use /api/ready for that.

GET
/api/health
AuthorizationBearer <token>

BAGS Agent API key from the dashboard. Standalone agentic keys manage products, payment links, and transaction reads.

In: header

curl -X GET "https://www.getbags.app/api/health"
{
  "status": "ok",
  "sha": "c866862e",
  "env": "production",
  "timestamp": "2026-04-16T12:34:56.000Z"
}