API reference
The Longbridge API
One OpenAPI surface at /api/v1, 163 endpoints across every product.
Everything the Console does, you can automate with the same key.
Base URL
https://console.lngbrdg.com/api/v1 Authentication
Authenticate every request with a lngbr_ API key in the x-api-key
header. Mint one from the Console, or with lbr login. A personal key acts in
your active org; a machine-user key carries exactly its grants.
curl https://console.lngbrdg.com/api/v1/clusters \
-H "x-api-key: $LB_KEY"