Scheduling Through Conversation
No more sending links back and forth. Your AI agent handles the entire scheduling flow in a natural conversation.
- Thursday at 2:00 PM
- Friday at 11:00 AM
- Friday at 3:30 PM
How It Works
Three API calls is all it takes to go from "when are you free?" to "meeting booked."
Get Your API Token
Create a free account and get your API token at meet.bot/automation. Or install the MCP server for direct AI assistant integration.
Check Available Slots
Your AI agent calls the API to get real-time availability from your connected calendars.
GET /v1/slots?slug=product-demo
&start_date=2025-01-20
&end_date=2025-01-24
Book the Meeting
Once the person picks a slot, your agent books it with one API call. Calendar events and emails are sent automatically.
POST /v1/book
{
"slug": "product-demo",
"slot": "2025-01-22T14:00:00Z",
"name": "Jane Smith",
"email": "jane@example.com"
}
Use Cases
AI-powered scheduling works across every team and workflow.
AI Sales Agent
Your sales AI qualifies leads and books demos automatically. No more waiting for reps to respond. Meetings get booked while leads are still engaged.
Learn more →AI Support Agent
Support bots that offer to schedule callbacks and escalation meetings. Resolve complex issues faster by booking time with the right specialist.
Learn more →Personal AI Assistant
Use Claude, ChatGPT, or any MCP-compatible AI to manage your calendar. Ask in plain language and your assistant handles the rest.
MCPEmbed in Your Product
Add scheduling capabilities to your own application. Create scheduling pages for your users via API and receive webhooks when meetings are booked.
Partner APIExample Prompts
Here are real prompts you can give your AI assistant once connected to Meet.bot:
Connect Your Way
Multiple integration paths so you can use Meet.bot however it fits your stack.
MCP Server MCP
Model Context Protocol for Claude Desktop, ChatGPT, Cursor, Windsurf, and any MCP-compatible AI assistant. Your AI gets direct access to scheduling tools.
Setup guide →REST API API
Full programmatic access to scheduling pages, time slots, and booking. Bearer token authentication, JSON responses, OpenAPI spec available.
API documentation →n8n
Native Meet.bot node for n8n workflow automation. Build scheduling workflows with triggers and actions without writing any code.
n8n guide →Zapier & Make
Connect Meet.bot to thousands of other apps through Zapier and Make.com. Automate workflows when meetings are booked or scheduling pages are created.
All integrations →Frequently Asked Questions
GET /v1/slots to check availability and POST /v1/book to book meetings. The MCP server works directly with Claude Desktop, ChatGPT, Cursor, Windsurf and other MCP-compatible assistants.Authorization: Bearer YOUR_TOKEN. Get your token at meet.bot/automation.GET /v1/slots with a scheduling page slug and optional date range. The API returns available time slots based on your connected calendars, existing events, and scheduling page settings (duration, buffer time, availability windows).booking_received events.