Error codes
onboarding.already_in_org
The signed-in user attempted to create a new org while already belonging to one.
onboarding.already_in_org is returned at HTTP 409.
When this fires
The org-creation endpoint refuses to bind a second organisation to a user who already has one. The SaaS deployment supports a single organisation per user today; multi-org support will follow.
What to do
Sign in to your existing org from the dashboard, or sign out and create a fresh account if you intentionally want a separate org.
See also
- SDK reference — the Python and TypeScript SDKs raise typed exceptions for codes in this namespace.
- Error code index — every code the runtime can return.