BagsBags Docs

Build metadata

Returns build metadata (SHA, build time, deployment tier). Useful for support and for verifying which build is serving traffic.

GET
/api/version
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/version"
{
  "name": "bags-api",
  "apiVersion": "v1",
  "sha": "c866862e",
  "buildTime": "2026-04-16T12:34:56.000Z",
  "env": "production",
  "releaseId": "production@c866862e"
}