v2

latestOpenAPI 3.0.3AGPL-3.0 license2026-07-2613501.9 MB
workspace

Create or list workspace invites

Create a workspace invitation (action: "create") or list existing ones (action: "list"). Sends an email if provided. Codes expire in 14 days..

post/workspace/invites

Request body

action'create' | 'list' required

"create" to make a new invite, "list" to get existing

emailstring

Invitee email (sends invite email)

namestring

Invitee name

maxUsesinteger

Max times code can be used

Response

Invite created or listed

OR