Skip to main content

CreateOrganizationInput

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

input CreateOrganizationInput {
id: String!
name: String!
}

Fields

CreateOrganizationInput.id ● String! non-null scalar {#id}

A short, memorable identifier for looking up this organization in the API and CLI. Choose something concise and meaningful—human-readable, not a UUID. Max 20 characters, lowercase alphanumeric only (a-z, 0-9). Immutable after creation.

CreateOrganizationInput.name ● String! non-null scalar {#name}

A human-readable name for the organization

Member Of

createOrganization mutation