Quickstart
Create your first booking via the Slatis API in three steps.
Get your API key
Create a secret key in Settings → API Keys. For this quickstart, grant at least the bookings:create and event-types:read scopes.
Use sk_test_* keys during development — they have the same API surface as live keys but are rate-limited to 100 req/min and won't trigger real notifications.
Create a booking
Bookings start as DRAFT while a team member is assigned by the routing engine (milliseconds to seconds). The response you get here is already SCHEDULED — the assignment happened synchronously in this case. If you need to poll, use the GET /bookings/{id} endpoint until status !== 'DRAFT'.