workspace_id unless an operation explicitly supports choosing among multiple
workspaces.
Create a key
- Sign in to OrgX Settings.
- Open OrgX API keys.
- Create a key and store the full value when it is shown.
Send the key
Every shell example in these docs reads the key from an environment variable so that no page invites you to paste a literal secret:401 with the standard
error envelope:
Use the API playground
Open an operation page, select Authorize, and paste the API key. Playground requests call the production API and can create real workspace data, so use a dedicated test workspace for exploratory writes. Account-free receipt validation, workload diagnosis, and showcase reads do not need a key. Stripe authenticates its callback withstripe-signature.
Conventions used across these docs
Base URLs are always spelled
useorgx.com — never www.useorgx.com.
AI clients use MCP OAuth with PKCE instead of REST API keys.
The older
/api/entities route remains available as a compatibility adapter
for existing workspace and MCP clients. It is not the v1 contract; new
integrations should not depend on it.