API reference
Endpoint documentation for the Labric API
The Labric API is a REST API served from:
Every endpoint authenticates with a Bearer API key (lbk_...) in the Authorization header. Keys are scoped to read, write, or admin — each endpoint’s documentation notes the scope it requires. See the Introduction for how to create a key.
The Python SDK wraps these endpoints one-to-one:
Inside a Labric Job, Labric() picks up the pre-provisioned LABRIC_API_KEY automatically.