Skip to main content

Organizations

An organization is the top-level container in Airbyte Agents. It represents a single account, maps to one billing subscription, and owns every workspace, connector, and credential beneath it.

What an organization contains

Each organization has:

  • Platform API credentials — A client_id, client_secret, and organization_id that authenticate programmatic access through the API, SDK, and MCP server. Find these on the Profile page.
  • Workspaces — Every organization starts with a default workspace, which is all most people need. If you need to isolate credentials across tenants or teams, you can create additional workspaces.
  • Context Store — The Context Store is enabled by default and operates at the organization level. It is always on and requires no configuration.
  • Billing — Plans, payment methods, usage limits, and invoices live at the organization level. See Billing and pricing.
  • Users — People who can sign in and interact with the organization through the web app.

One organization per account

When you sign up at app.airbyte.ai, Airbyte creates an organization for you automatically. Your account belongs to that organization. If you need to work across multiple organizations, your Airbyte account can be associated with more than one — pass the organization_id to the SDK or API to target a specific organization. See Multiple organizations.