AI Agents for

Scheduling

Your AI assistant can check availability and book meetings in natural conversation. Meet.bot is built AI-first with an API and MCP server designed for agents.

Scheduling Through Conversation

No more sending links back and forth. Your AI agent handles the entire scheduling flow in a natural conversation.

You: Hey, when can I meet with Sarah next week?
AI Agent: Let me check Sarah's availability. She has openings on:
  • Thursday at 2:00 PM
  • Friday at 11:00 AM
  • Friday at 3:30 PM
You: Thursday works. Book that one.
AI Agent: Done! I've booked a meeting with Sarah for Thursday at 2:00 PM. You'll both get a calendar invite and confirmation email.

How It Works

Three API calls is all it takes to go from "when are you free?" to "meeting booked."

1

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.

2

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
3

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"
}


Example Prompts

Here are real prompts you can give your AI assistant once connected to Meet.bot:

Book a 30-minute call with john@example.com next Tuesday afternoon
What does my availability look like this week?
Set up a new scheduling page for product demos - 45 minutes, available Monday through Thursday
Cancel my meeting with Sarah on Friday
Show me all my scheduling pages and their links
Do I have any openings tomorrow for a quick 15-minute chat?

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 →

Pay Per Meeting, Not Per User

Unlike Calendly and Cal.com that charge per user seat, Meet.bot charges per meeting booked. Your entire team gets unlimited access, and you only pay when meetings actually happen. No wasted seats, no surprises.

View Pricing

Frequently Asked Questions

How do I let my AI agent book meetings?
Get your API token at meet.bot/automation, then use the REST API or MCP server. Your AI agent can call 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.
What AI platforms work with Meet.bot?
Meet.bot works with any AI platform. Use the MCP server with Claude Desktop, ChatGPT, Cursor, Windsurf and other MCP-compatible assistants. Use the REST API with any AI agent framework like LangChain, CrewAI, or custom agents. Use n8n, Zapier, or Make for no-code AI workflows.
What authentication does the API use?
The Meet.bot API uses Bearer token authentication. Include your API token in the Authorization header of every request: Authorization: Bearer YOUR_TOKEN. Get your token at meet.bot/automation.
How do I get available time slots?
Call 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).
What happens when a meeting is booked via API?
When a meeting is booked via the API, Meet.bot creates calendar events for both parties, sends confirmation emails, and syncs with connected calendars (Google Calendar, Microsoft Outlook). Partners also receive webhook notifications for booking_received events.
How is Meet.bot different from Calendly for AI?
Meet.bot is built AI-first. The API and MCP server are core features, not afterthoughts. You also only pay per meeting booked, not per user seat, so your entire team can use Meet.bot and you only pay when meetings actually happen. There are no per-seat fees even on team plans.
Do I need a paid plan to use the API?
You can get started with a free account. Create your account at meet.bot/signup, set up your scheduling pages, and get your API token at meet.bot/automation. You only pay when meetings are booked.