Available on Enterprise plans. An organization without an Enterprise plan is refused with HTTP 402 and the error code
enterprise_plan_required. Self-hosted deployments need an Enterprise license for the same endpoints. To enable it, reach out to enterprise@langwatch.ai.Intro
The Invites API creates the invitations people accept to join your organization, up to 50 in one call. Each invite carries the organization role the person gets and the teams they land on, so someone who accepts is immediately where they need to be. Accepting stays a browser step: the person opens the link, signs in or signs up, and joins. This API covers the other three quarters of the job, creating, listing, and revoking.Authentication
Requires an organization-level API key withorganization:manage. Pass it as a Bearer token:
Endpoints
The acceptance link is part of the response
Every invite comes back with itsinviteCode and a ready inviteUrl. A deployment with no email provider configured still has something to hand the person, and emailNotSent tells you, per invite, whether LangWatch managed to deliver the mail itself.