Slotflow Documentation
Slotflow is a scheduling infrastructure for AI agents. A REST API that lets your AI agent check availability, book appointments, and manage the full booking lifecycle for real humans.
Get started
Quickstart
Go from zero to your first booking in 5 minutes.
Node.js SDK
Install the SDK and start booking in 3 lines of code.
Agent Onboarding
Give your AI agent scheduling superpowers.
API Reference
All 14 endpoints with request/response examples.
How it works
Every integration follows the same pattern:
- Create humans — represent each person whose time can be booked
- Set availability — define working days, hours, and meeting durations
- Query slots — your agent calls
GET /v1/humans/:id/slotsto find available times - Book a slot — your agent calls
POST /v1/bookingsto confirm the appointment - Get notified — webhooks fire on
booking.confirmedandbooking.cancelledevents
Need help?
- Email us at hello@slotflow.dev
- Slotflow Dashboard
- Status page