Skip to main content

createOrganization

form schema

Create a new organization. You become the owner and first admin.

createOrganization(
input: CreateOrganizationInput!
): OrganizationPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

createOrganization.input ● CreateOrganizationInput! non-null input {#input}

Create a new organization. An organization is the top-level container for all your projects, environments, and infrastructure resources.

Type

OrganizationPayload object