Documentation
Everything to run QEHS end to end.
Admin quickstarts, Composer authoring, compliance how-to, module library, mobile guides, migration, release notes. Structured for the people who have to ship.
API & developers
View all →GraphQL endpoint, authentication, the in-app console, and query basics.
Authenticating to the API
Every request to the GraphQL API is authenticated either by your logged-in session (in the browser) or by a Bearer token. Create and scope tokens on the API keys page.
5 min · api · authentication · api-key
The in-app GraphQL console
Explore and query your workspace data without writing a line of setup. The console at Settings → GraphQL gives you one-click queries per installed module, an editable query box, and friendly table results.
4 min · api · graphql · console
Querying your data with GraphQL
The schema is composed per tenant from your installed modules. Each module exposes list and get queries plus create/update/transition mutations, all over a consistent record shape.
7 min · api · graphql · query