Getting Started
Organizations
Isolate resources between projects and teams with organizations.
Organizations group all your resources — domains, phone numbers, contacts, templates, and messages — into isolated workspaces.
Creating an organization
Create organizations from the dashboard. Each organization gets its own workspace with separate resources.
API keys and organizations
Every API key is scoped to the organization it was created in. When you make an API request, Connect automatically resolves the organization from your key — you don't need to pass it separately.
// The API key already knows which organization it belongs to
const connect = createClient({
apiKey: "sk_live_...",
});If you have multiple organizations, create a separate API key in each one.
Teams
Organizations support multiple members. Invite team members from Settings → Members in the dashboard. All members share access to the organization's resources.