Seriously Simple Integration
Install the SDK, write 2 callback functions, and deploy. Done.
1. Install SDK
npm install agentic-booking
2. Write Callbacks
async function onCheckAvailability({ date, time }) {
return { available: true, capacity: 10 }
}3. Deploy to Telegram
const agent = new AgenticBooking({
apiKey: 'pk_live_...',
onCheckAvailability,
onCreateBooking
})
agent.deployToTelegram(botToken) // ONE LINE!Everything You Need
🤖
AI-Powered
Claude AI understands natural language and handles complex booking logic automatically
🔒
Privacy-First
Your booking data never leaves your system. We just orchestrate the conversation
📱
Multi-Platform
Deploy to Telegram, WhatsApp, SMS, or embed in your website with the same code
âš¡
10-Min Setup
From zero to production in less time than it takes to make coffee
📊
Analytics
Track conversations, success rates, and optimize your booking flow
💰
Free to Start
100 messages/month free. Paid plans launching soon — join the waitlist