Sonny Labs Docs
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 auth.organizations row to a user who already has one. SaaS today supports a single org per user; multi-org follows in a later release.

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.

On this page