Skip to main content
POST
Add an agent

Authorizations

Authorization
string
header
required

Workspace API token created in Settings → API. Tokens start with adraa_.

Body

application/json
email
string<email>
required

The agent's sign-in email.

nickname
string

Display name, unique across Adraa Inbox. Generated from the email when omitted. Ignored if the email already has an account.

Maximum string length: 60
Example:

"sara"

role
enum<string>
default:agent

Workspace role. agent members start with the default zero-permission "Agent" custom role (own conversations only).

Available options:
agent,
admin

Response

Agent added to the workspace

agent
object