What Are API Keys?
An API key is a secret token that identifies your VozAgent account when making API requests. Think of it like a password for your applications — any system that has your API key can access your VozAgent data on your behalf. API keys are used for:- Zapier integration — when you connect VozAgent as an app in Zapier, you enter your API key to authenticate
- Custom automations — if you build your own tools that interact with VozAgent
- Third-party platforms — any service that integrates with VozAgent via its API
gw_ so you can easily identify them.
Getting to API Keys
- Go to Integrations in your sidebar
- Click the API Keys tab at the top of the page
Creating an API Key
- Click the Create API Key button (or Create New API Key if you already have existing keys)
- In the dialog that appears, fill in the following:
- Name (required) — a descriptive name so you can identify what this key is used for (for example, “Production API Key” or “Zapier Integration”)
- Description (optional) — additional details about what this key is used for
- Click Create API Key
After Creation
Once the key is created, a dialog appears showing your new API key. This is the only time you will see the full key. Important: Copy your API key immediately. For security reasons, VozAgent does not store the full key and you will not be able to view it again after closing this dialog. If you lose your key, you will need to create a new one. Click the copy button next to the key to copy it to your clipboard. A confirmation message appears when the copy is successful. When you’re done, click Done to close the dialog.Viewing Your API Keys
All your API keys are displayed in a table with the following columns:| Column | Description |
|---|---|
| Name | The name you gave the key, with the description shown below it (if provided) |
| Key | A masked preview of the key showing gw_ followed by dots and the last few characters |
| Created | The date the key was created |
| Actions | Copy and delete buttons |
Copying a Key Preview
Click the copy icon in the Actions column to copy the masked key preview to your clipboard. Note that this copies only the masked version (gw_ followed by dots and the last few characters) — not the full key. The full key is only available at the moment of creation.
Deleting an API Key
To delete an API key:- Click the trash icon in the Actions column next to the key you want to remove
- A confirmation dialog appears showing the key name
- Click Delete to confirm
Security Best Practices
Keep Your Keys Secret
- Never share API keys publicly — do not post them in public repositories, forums, or documentation
- Never include API keys in client-side code — keys should only be used in server-side applications or secure environments
- Store keys securely — use environment variables or a secrets manager, not plain text files
Use Descriptive Names
Give each key a clear name and description so you know exactly what it’s for. For example:- “Zapier Production” — for your live Zapier integration
- “Development Testing” — for testing during development
- “WordPress Plugin” — for a custom WordPress integration
Create Separate Keys for Different Uses
Create a separate API key for each application or integration. This way, if one key is compromised, you can revoke it without disrupting other integrations.Rotate Keys Periodically
Consider deleting old keys and creating new ones periodically, especially if team members who had access leave your organization.Using API Keys with Zapier
When setting up the VozAgent integration in Zapier:- Go to Zapier and create a new Zap
- Search for VozAgent as your trigger or action app
- When prompted to connect your account, enter your VozAgent API key
- Zapier will verify the key and connect to your account

