- Create or select a test workspace.
- Create a named API key in Settings.
- Store it as
ORGX_API_KEYin your secret manager. - Use deterministic
Idempotency-Keyvalues for retry tests. - Revoke the key when the integration is retired.
Build with the API
Testing safely
Use a dedicated OrgX workspace and key for development, CI, and integration review.
Create a workspace used only for development and automated checks. Its API key
uses the production API contract while keeping test work separate from your
operating workspace.
Use account-free receipt validation for conformance checks that should not
write workspace state. Never place a workspace key in a public review form,
browser bundle, test snapshot, or CI log.
