/{orgSlug}/agents. Switching organizations changes the slug and the data you see.
How org context works
Every authenticated request resolves to a single organization:- In the dashboard, the org slug in the URL selects the active organization. Switching orgs changes the slug.
- With a user PAT (
pat_), you pass the organization explicitly with theX-Anyreach-Org: <organization_id>header, because the same user can belong to multiple orgs. - With an org API key (
ak_), the organization is implicit — the key already belongs to one org, so no extra header is needed.
Creating an organization
Anyone with an authenticated session can create an organization — it is the entry point for a new account. You provide a name and a slug; the slug must be unique and is checked for availability before creation. When you create an organization, Anyreach provisions everything needed to start using the platform:Create the organization
The org is created in the identity provider and you are assigned as its admin.
Provision billing on the free plan
A Stripe customer and subscription are created on the free plan, using your account email as the billing email unless you provide one.
Set up telephony
A default telephony trunk and a concurrency counter are created, and a phone number is assigned so the org can place and receive calls immediately.
The slug is set at creation time and identifies the organization in the URL. Pick a slug that is unique across Anyreach.
What you can manage
Each organization has its own members, roles, credentials, billing, and branding. Use the pages below to manage each area.Members and invitations
Invite people to the organization and manage who has access.
Roles and permissions
Control what members can do with organization roles and scopes.
API keys and tokens
Create org API keys and user PATs to call the API.
Plans and billing
Manage your plan, payment method, and subscription.
Usage and metering
Track usage and metered consumption for the organization.
Partner console
Manage child organizations under an agency account.
Branding and custom domain
Set logos, colors, and a custom domain for the organization.

