Skip to main content
POST
Invite member

Authorizations

Authorization
string
header
required

JWT authentication token

Body

application/json
email
string<email>
required

Email of the member to invite

billable
boolean
default:true

Whether this member consumes a paid subscription seat. false invites a non-premium member (no seat, zero credit access) - bypasses the seat limit but the member cannot run paid tasks until promoted.

project_access
enum<string>
default:all

Project access scope for the member. 'all' (default) grants access to every shared team project. 'restricted' grants access only to projects the member is explicitly added to. Ignored for admins (always 'all').

Available options:
all,
restricted
role
enum<string>
default:member

Role to assign to the member

Available options:
admin,
member,
viewer
spending_cap_credits
number<float> | null

Optional credit cap to apply at invite time, closing the gap until an admin can PATCH /cap.

Required range: x >= 0

Response

Invitation sent

member
object
required