Recommended Setup
- Create or select a workspace used only for testing.
- Generate an API key from Settings in that workspace.
- Name the key after the integration, for example
stripe-review. - Store the key as
ORGX_API_KEYin your local environment or CI secret store. - Use deterministic test data and idempotency keys for write requests.
Smoke Test
Data Safety
Sandbox workspaces still use real authentication and real authorization. The difference is operational: the workspace is dedicated to test data, reviewers, and automated checks. Do not use a production workspace API key in public demos, external review forms, or CI logs.Reviewer Notes
For API review submissions, provide:- documentation URL:
https://docs.useorgx.com/docs/api/overview - base REST URL:
https://useorgx.com/api/client - hosted MCP URL:
https://mcp.useorgx.com/mcp - a sandbox workspace or reviewer login if hands-on testing is required
