# Zaptime > Zaptime is an online meeting scheduling and booking calendar made in the Czech Republic. People share a booking link or embed the calendar on their site, and clients pick a free time slot themselves. Free plan available, Czech and English interface. Czech site: https://zaptime.cz, English site: https://zaptime.app. Key facts for agents: - Product: appointment scheduling, booking pages, embeddable calendar widget, team scheduling, payments in the calendar (Stripe), Google/Outlook/Apple calendar sync, Zoom and Google Meet links, Freelo integration, MCP server for AI assistants. - Plans: Personal (free), Professional, Business. Current prices are on the homepage pricing section. - App login: https://my.zaptime.app/login, sign up: https://my.zaptime.app/register - Support: support@zaptime.app, contact page: https://zaptime.cz/contact/, company: Zaptime s.r.o., Prague (https://zaptime.cz/about/) - Developers: https://zaptime.cz/developers/ (API quickstart, tokens, error codes, rate limits, versioning, SDKs, webhooks, MCP) - Public API: https://api.zaptime.app, version 1, bearer token per event type, JSON errors with stable `code`, 60 requests/minute with RateLimit headers - All pages are fully server rendered; no JavaScript is needed to read them. - Every page has a markdown version: append `.md` to the path (https://zaptime.cz/index.md, https://zaptime.cz/blog/ceska-alternativa-calendly.md) or request the page with `Accept: text/markdown`. ## Developers - [Zaptime developer portal](https://zaptime.cz/developers/): quickstart, authentication, errors, rate limits, versioning and deprecation policy, SDKs, webhooks, MCP, support - [Zaptime API reference (OpenAPI 3.1)](https://zaptime.cz/openapi.json): 11 operations on https://api.zaptime.app with typed error schema - [Zaptime docs](https://docs.zaptime.app/): embedding the calendar, Vue integration, configuration reference - [Zaptime webhooks](https://docs.zaptime.app/guide/webhooks.html) - [Zaptime MCP server](https://zaptime.cz/funkce/mcp/): tools for ChatGPT, Claude and other assistants - [@zaptime/vue3 on npm](https://www.npmjs.com/package/@zaptime/vue3) and [@zaptime/core on npm](https://www.npmjs.com/package/@zaptime/core) - CLI: none yet; use curl with the OpenAPI spec ## Machine readable - [OpenAPI specification](https://zaptime.cz/openapi.json): public booking API (time slots, reservations, payments) served at https://api.zaptime.app - [Full site as markdown](https://zaptime.cz/llms-full.txt): every public page concatenated - [Sitemap](https://zaptime.cz/sitemap.xml): every public page - [Developer docs](https://docs.zaptime.app/): embedding the calendar, configuration reference, API guide ## Product pages - [Homepage (Czech)](https://zaptime.cz/): features, pricing, FAQ - [Homepage (English)](https://zaptime.app/): same content in English - [MCP and AI assistants](https://zaptime.cz/funkce/mcp/): set up and manage Zaptime from ChatGPT or Claude - [Release notes](https://zaptime.cz/novinky/): product updates - [Zoom integration tutorial](https://zaptime.cz/tutorial/integrate-zoom/) ## Blog - [Blog index](https://zaptime.cz/blog/): articles on scheduling, bookings and use cases (Czech) - [Czech alternative to Calendly](https://zaptime.cz/blog/ceska-alternativa-calendly/) - [Best booking systems compared](https://zaptime.cz/blog/nejlepsi-rezervacni-system/) - [Booking calendar vs contact form](https://zaptime.cz/blog/rezervace-vs-kontaktni-formular/) - [Preventing double booking with payment providers](https://zaptime.cz/blog/how-to-prevent-double-booking-with-payment-providers/) - [Vue integration of the reservation calendar](https://zaptime.cz/blog/reservation-calendar-with-vue-integration/) ## Company - [About Zaptime](https://zaptime.cz/about/): what it does, who runs it, company registration - [Contact](https://zaptime.cz/contact/): support email, chat, sales, company details ## Legal - [Terms of use](https://zaptime.cz/terms/) - [Privacy policy](https://zaptime.cz/privacy-policy/)