Skip to main content

What is an Organization?

An organization is a hierarchical structure that supports multiple projects, each with their own database and branches. You can invite members to an organization and projects, and this is the entity you are billed on. Organization overview interface

Create an Organization

Set up your organization to start collaborating with your team and managing multiple projects. Create organization interface

From the CLI

Use the Xata CLI to create organizations programmatically:
# Create a new organization
xata organization create --name "My Company"
For more CLI commands, see the CLI Reference.

Invite Members

Add team members to your organization by sending invitation emails. Invite members interface

Managing Invitations

You can manage organization invitations through the Console, CLI and API:
  • Send invitations: Invite users by email to join your organization
  • List invitations: View all pending and expired invitations with filtering options
  • View invitation details: Get information about a specific invitation
  • Resend invitations: Send a fresh invitation email with an extended expiration time
  • Delete invitations: Cancel an existing invitation

Organization API Keys

Manage API keys at the organization level for team-wide access and permissions. Organization API keys interface Organization API keys provide centralized access control across all projects and branches within your organization. These keys can be scoped to specific projects, branches, or functionality levels. For more detailed information about API key management, see Account API Keys.

Billing

Manage billing and usage across your entire organization with centralized cost tracking and allocation. Organization billing interface Organization billing allows you to view both upcoming and historic invoices.