# Tide Slot > Tide Slot is a professional scheduling platform with flat, predictable pricing. No per-seat fees. Calendar sync, video meetings, team scheduling, and payments — all in one platform. ## Overview Tide Slot helps professionals and small teams launch booking pages without per-seat pricing. Create a workspace, set your availability, and publish your first scheduling link in minutes. - **Website**: https://tideslot.com - **API Documentation**: https://tideslot.com/docs/api - **OpenAPI Spec**: https://tideslot.com/docs/openapi.json ## Key Features - **Calendar Sync**: Connect Google Calendar, Outlook, or Apple Calendar. Real-time availability, no double bookings. - **Video Meetings**: Auto-create Zoom, Google Meet, or Microsoft Teams links with every booking. - **Team Scheduling**: Round-robin assignments, collective availability, and team booking pages. - **Payments**: Accept payments via Stripe for consultations, classes, or coaching sessions. - **Analytics**: Track booking trends, popular time slots, and team performance. - **Developer API**: RESTful API with 19 endpoints, webhooks, and embeddable widgets. ## Pricing - **Free**: $0/forever — 1 user, unlimited event types, basic integrations - **Pro**: $12/month — 1 user, team scheduling, custom branding, priority support - **Team**: $29/month — up to 5 users, round-robin, collective scheduling, API access - **Business**: $79/month — up to 20 users, advanced workflows, audit logs, SSO No per-seat fees. All plans include unlimited event types and booking links. ## API Tide Slot provides a RESTful API at `/api/v1` authenticated with Bearer tokens (`psc_*` prefix). ### Endpoints - `GET /api/v1/event-types` — List event types - `POST /api/v1/event-types` — Create event type - `GET /api/v1/bookings` — List bookings - `POST /api/v1/bookings/{id}/cancel` — Cancel a booking - `GET /api/v1/availability/weekly` — Get weekly availability schedule - `GET /api/v1/teams` — List teams - See full spec: https://tideslot.com/docs/openapi.json ## Integrations - Google Calendar (OAuth 2.0) - Microsoft Outlook / Microsoft Teams - Zoom - Stripe (payments) - HubSpot (CRM) - Salesforce (CRM) - Webhooks (custom integrations) ## Contact - Support: support@tideslot.com - Privacy Policy: https://tideslot.com/privacy - Terms of Service: https://tideslot.com/terms ## Optional - [API Documentation](https://tideslot.com/docs/api) - [Webhook Documentation](https://tideslot.com/docs/webhooks) - [Code Examples](https://tideslot.com/docs/examples) - [Error Reference](https://tideslot.com/docs/errors) - [OpenAPI Specification](https://tideslot.com/docs/openapi.json)