Skip to main content

Overview

Havoc organizations support multiple team members with role-based access control.

Roles

RolePermissions
OwnerFull access — billing, members, agents, settings
AdminManage agents, channels, providers, and team members
MemberView and interact with agents, view analytics

Invite Team Members

1

Open Organization Settings

Go to Settings > Organization > Members.
2

Invite

Click Invite Member, enter their email address, and select a role.
3

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:
1

Navigate to API Keys

Go to Settings > API Keys.
2

Generate Key

Click Generate API Key. The key starts with agx_ and is shown only once.
3

Use the Key

Include the key in the Authorization header:
curl https://usehavoc.com/api/agents \
  -H "Authorization: Bearer agx_your_api_key"
API keys require a Professional plan or higher. Store keys securely — they provide full API access.

Next: Billing

Understand plans, usage, and billing.