Learn how to integrate and use Jibu AI voice agents in your applications
Complete API documentation for integrating Jibu AI into your applications
View API docs →// Install the Jibu AI SDK
npm install jibu-sdk
// Initialize your AI voice agent
import { JibuClient } from 'jibu-sdk';
const jibu = new JibuClient({
apiKey: 'your-api-key'
});
// Create a voice agent
const agent = await jibu.createAgent({
name: 'Customer Support Agent',
voice: 'professional',
language: 'en-US',
instructions: 'You are a helpful customer support agent...'
});
// Start a conversation
const call = await jibu.startCall({
agentId: agent.id,
phoneNumber: '+1234567890'
});Contact our team to learn more about implementing Jibu AI in your business
Contact Sales