Skip to main content

Auth Setup

Configure your HuskyVoice AI environment by accessing your credentials and setting up communication channels. All settings mentioned below can be managed on the Integrations page of your Dashboard.


API Key Setup

API keys grant programmatic access to HuskyVoice services.

  1. Go to Integrations > API Key tab.
  2. Click Generate New Key.
  3. Copy the secret key immediately — it will not be shown again.

Usage: Pass the key in the x-api-key header:

x-api-key: YOUR_API_KEY

Technical Configuration Table

Integration PointAuthentication MethodPrimary Use Case
Call APIx-api-key HeaderComplex backend logic & scheduling.
Inbound WebhooksUnique URL IDNo-code tools & simple CRM triggers.
Outbound WebhooksX-Webhook-Signature (HMAC-SHA256)Real-time status sync & outcome logging.

Security

Never share your API keys or Webhook secrets in public repositories or client-side code. Always use environment variables on your server.