Build & automate scheduling with precision APIs.
Integrate real-time appointment booking, listen to webhook events, or connect AI agents to your scheduling calendar using our Model Context Protocol (MCP) server.
import { PynathClient } from '@pynath/sdk';
const pynath = new PynathClient({
apiKey: process.env.PYNATH_API_KEY
});
// Create a new booking programmatically
const booking = await pynath.bookings.create({
serviceId: 'srv_haircut_luxe',
customerName: 'Elena Rostova',
customerEmail: '[email protected]',
startIso: '2026-08-10T14:00:00Z',
});
console.log('Booking confirmed:', booking.id);Developer Capabilities
Everything you need to build custom integrations.
REST API v1.0
Full CRUD endpoints for appointments, services, team schedules, and customer CRM.
Explore Endpoints
Webhooks Engine
Real-time HMAC signed callbacks for appointment creation, updates, and cancellations.
Configure Webhooks
MCP Server (AI Agents)
Native Model Context Protocol integration for Claude Desktop, Cursor, and custom LLM agents.
View MCP Setup
Auth & API Keys
Manage secret API keys, set granular scope permissions, and monitor API request quotas.
View Security Docs
High Availability
99.99% Uptime
Hosted across globally distributed edge nodes with low-latency execution.
Standards Compliant
OpenAPI 3.0 Spec
Compatible with Postman, Swagger, and automated SDK code generators.
Webhooks Security
Secret Signing
Webhook payloads include cryptographic signature headers for source verification.