Overview
Havoc organizations support multiple team members with role-based access control.
Roles
| Role | Permissions |
|---|
| Owner | Full access — billing, members, agents, settings |
| Admin | Manage agents, channels, providers, and team members |
| Member | View and interact with agents, view analytics |
Invite Team Members
Open Organization
Go to Team in the sidebar (or Organization), then Members.
Invite
Click Invite Member, enter their email address, and select a role.
Accept Invitation
The invited member receives an email with a link to join the organization.
Manage Members
From the Members page, you can:
- Change roles — Promote or demote team members
- Remove members — Revoke access immediately
- Transfer ownership — Transfer the owner role to another admin
API Keys
Team members can generate personal API keys for programmatic access:
Navigate to API Keys
Go to Settings and open the API Keys section.
Generate Key
Click Generate API Key. The key starts with agx_ and is shown only once.
Use the Key
Include the key in the Authorization header:curl https://api.usehavoc.com/agents \
-H "Authorization: Bearer agx_your_api_key"
API keys are available on the Professional plan (€75/agent/month). Store keys securely — they provide full API access.
Next: Billing
Understand plans, usage, and billing.