How it’s wired
docs.json points the Endpoints group at the backend’s live spec:
/openapi.json. Because we read it live, there’s no file to maintain — when
the API changes, the reference updates on the next docs build.
Prefer a versioned, in-repo copy instead? Export it and point
openapi at the
committed file:Authentication
All endpoints accept your API key in either theX-API-Key header or
Authorization: Bearer …. See Authentication.