Overview
Organizations group connections, members and billing for a team or a client. On the API, organizations aren’t managed through a public CRUD endpoint — instead, your API key’s scope determines which organization’s data you see, and every request is filtered automatically.Creating organizations, inviting members and changing roles is done in the dashboard (or the internal app API), not the public
/v1 API. See Managing members and Permissions.How Scoping Works
There are two kinds of keys (see Authentication):Personal key
Sees your own connections plus connections in every organization you’re a member of.
Organization key
Bound to a single organization — only ever sees that organization’s connections and data.
Filtering by Organization
When a personal key can see multiple organizations, several endpoints accept anorganization_id filter to narrow results to one of them:
Creating Connections in an Organization
When creating a connection, setorganization_id to place it in an organization you belong to (omit it, or use "personal", for a personal connection):
member, admin or owner role in that organization, or the request returns 403. An organization-scoped key can only ever create in its own organization.
Managing Organizations & Members
Creating organizations
Set up a new organization for a team or client
Managing members
Invite, remove and re-role teammates
Permissions
What each role can do
Authentication
Personal vs. organization API keys

