Getting Started
Set up your ComsWise account
1. Create an Account
Visit ComsWise Console and sign up for an account.
2. Create an Organization
Once logged in, you will be prompted to create an Organization. This acts as a workspace for your team.
- Enter your Organization Name.
- Select your Region.
- Click Create Organization.
3. Invite Team Members (Optional)
You can invite your colleagues to join your organization.
- Navigate to Team.
- Click Invite Member.
- Enter their email address and select a role:
- Admin: Full access to all settings, billing, and team management.
- User: Can view calls and analytics but cannot change organization settings.
- Click Send Invitation.
4. Get your API Key
To interact with the ComsWise API, you need an API Key.
- Navigate to Settings > API Keys.
- Click Generate New Key.
- Select the required Scopes (permissions) for this key.
- Copy the key and store it securely. You will not be able to see it again.
API Key Scopes
It is best practice to grant only the permissions necessary for your use case.
| Scope | Description |
|---|---|
read:calls | View call logs, transcripts, and summaries. |
write:calls | Create new calls and upload recordings. |
read:staff | View the list of staff members. |
write:staff | Add, update, or remove staff members. |
[!WARNING] Do not expose your API Key in client-side code (browsers, mobile apps). Always use it from a secure server.