Skip to main content

Authentication & Connections

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 Authorization header:

Authorization: Bearer YOUR_API_KEY

Technical Configuration Table

Integration PointAuthentication MethodPrimary Use Case
Call APIBearer Token (API Key)Complex backend logic & scheduling.
Inbound WebhooksUnique URL IDNo-code tools & simple CRM triggers.
Outbound WebhooksHMAC-SHA256 SignatureReal-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.