Creating your organization
Portal onboarding has four steps: Organization, Persona, Plan, and Review.
- Enter the organization name.
- Choose the persona that best matches the business.
- Choose Core, Growth, or Scale.
- Review and create the organization.
Creation calls Portal’s authenticated createOrganization mutation with name and persona. The new organization becomes the active tenant. Portal then attempts to create a billing checkout session for the selected tier and redirects to the returned URL; if checkout is unavailable, it falls back to Portal Billing.
This ordering matters: the tenant may exist even when checkout redirect fails. If that happens, open Billing for the newly active tenant rather than creating a duplicate organization.
Cancelling onboarding returns to an existing organization when one is available. The current MCP catalog does not expose organization creation as a public tool.
Related
Loading index…