Overview
Sanas SDK uses secure credential-based authentication to protect access to SDK resources. Before you can use the SDK, you need to request access and receive your unique credentials.What you’ll receive:
- SDK Connector (native libraries and dependencies)
- Endpoint URL (for Sanas Cloud connection)
- Account ID (unique identifier)
- Account Secret (secure password)
Request SDK Access
Fill out the access request form to get started:Request SDK Access
What to expect:
- Fill out the form with your use case details
- Our team will review your request (typically within 1-2 business days)
- Receive SDK connector and credentials via email
- Start building!
Information Needed
When requesting access, be prepared to provide:- Company name and use case description
- Expected usage volume (concurrent streams, daily minutes)
- Deployment preference (Sanas Cloud or self-hosted)
- Technical contact information
- Preferred region (if available)
Understanding Your Credentials
Once approved, you’ll receive the following via email:1. SDK Connector
File:sanas_remote_sdk_<platform-arch>_<version>.tar.gz
File includes:
- Native Python libraries
- Required dependencies
2. Endpoint URL
Example: sip.sanas.ai What it is:- Network address to connect to the Sanas Cloud
- Region-specific endpoint for low latency
Self-hosted users: You’ll connect to your own infrastructure that hosts the AI models.
3. Account ID
What it is:- Unique identifier for your Sanas account
- Used to authenticate SDK requests.
4. Account Secret
What it is:- Secure password for SDK authentication
- Sensitive credential (keep confidential)
- Used to verify your identity
Complete Authentication Example
Here’s how to use your credentials to initialize the SDK:Self-Hosted Authentication
If you’re deploying Sanas SDK on your own infrastructure:Self-hosted differences:
- Setup requires consultation with the Sanas support team
- No external endpoint exposure.
Contact Support for Self-Hosting
Self-hosted deployment requires:
- Infrastructure requirements assessment
- Custom deployment package
- Architecture guidance
- Setup assistance
Next Steps
Received credentials? Great! You’re ready to install the SDK.Quickstart Guide
Instructions for installing libraries and dependencies to run your first audio stream.