teams

Invite collaborators to your ClawEngine workspace and control what they can access.

Inviting Members

Navigate to Dashboard → Team and enter an email address and role for the new member.

Roles

Role
Permissions

Admin

Full access — create, edit, delete agents, manage team, view billing

Member

Create and edit agents, manage own connectors, view analytics

Viewer

Read-only access to agents, analytics, and exports

Custom Permissions

Beyond roles, the permissions field accepts a JSON object of boolean flags for fine-grained control:

{ "canExport": true, "canDelete": false, "canManageTeam": false }

Member Status

Status
Meaning

pending

Invitation sent, not yet accepted

active

Member has joined and is active

API

Was this helpful?