Documentation

Learn how to integrate and use Jibu AI voice agents in your applications

Getting Started

Quick start guide to set up your first AI voice agent with Jibu AI

Learn more →

API Reference

Complete API documentation for integrating Jibu AI into your applications

View API docs →

SDK Guide

Learn how to use the Jibu AI SDK for seamless integration

SDK documentation →

Use Cases

Explore real-world examples and implementation patterns

View examples →

Deployment

Deploy your AI voice agents to production environments

Deployment guide →

Support

Get help from our team and community resources

Get support →

Quick Start Example

// 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'
});

Ready to get started?

Contact our team to learn more about implementing Jibu AI in your business

Contact Sales