For full details, see the Node SDK on GitHub.
1. Installation
Install the SDK using npm:2. Get Your API Key
- Go to the Smallest AI Console and sign up or log in.
- Navigate to the API Keys tab and create a new API key.
- Store your key securely (e.g., as
SMALLEST_API_KEY
in your environment).
3. Create Your First Agent
Create an agent with a display name, voice, and language:4. Place an Outbound Call
Place a call using your agent to a phone number:5. Provide Context to the Agent
Optionally, provide context to your agent for personalized conversations:6. Bulk Calling / Campaigns
Provision bulk calling using campaigns:For more details and advanced usage, see the Node SDK Repository.