Official SDKs
Integrate Wiil into your applications with our official SDKs
TypeScript / JavaScript
Full-featured SDK for Node.js server environments.
npm install wiil-js- TypeScript support
- Promise-based async API
- Node.js 18+
Python
Pythonic SDK for backend integrations and automation.
pip install wiil-python- Pydantic models
- Sync & async support
- Python 3.9+
Deploy AI Agents in Seconds
One API call. That's all it takes to deploy a fully functional AI assistant.
Phone Agent
Deploy a voice AI that answers calls, books appointments, and handles customer inquiries.
const result = await client.dynamicPhoneAgent.create({
assistantName: 'Sarah',
capabilities: [BusinessSupportServices.APPOINTMENT_MANAGEMENT],
});
console.log('Phone number:', result.phoneNumber);Web Agent
Embed an AI chat widget on your website with text, voice, or unified communication.
const result = await client.dynamicWebAgent.create({
assistantName: 'Emma',
websiteUrl: 'https://example.com',
capabilities: [BusinessSupportServices.APPOINTMENT_MANAGEMENT],
});
console.log('Widget ready:', result.integrationSnippets);Documentation Overview
Everything you need to build, deploy, and scale AI assistants with Wiil
Interactive Guides
Step-by-step tutorials with live demonstrations to get you started with Wiil's AI assistant platform.
- Create production-ready assistants
- Configure roles and behaviors
- Deploy across multiple channels
Developer API
Comprehensive REST API documentation with code examples for seamless integration into your applications.
- Complete endpoint reference
- Authentication & security
- SDKs and code examples
Platform Overview
Learn about Wiil's capabilities, architecture, and best practices for building conversational AI solutions.
- Voice and chat capabilities
- Enterprise-grade features
- Scalability and performance