Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Productivity / Acuity Scheduling API
Acuity Scheduling API logo

Acuity Scheduling API

★ Only Publicly Available OpenAPI DocumentProductivityCalendar Schedulingbasic33 EndpointsREST

For Agents

Book, cancel, and reschedule appointments and check availability through Acuity Scheduling's API.

Use for: I need to book a 30-minute consultation, Cancel an appointment that the client just emailed about, Reschedule an existing booking to next Tuesday, List available times for service id 123 on Friday

Not supported: Does not handle video conferencing, payment processing, or marketing automation - use for Acuity appointments, availability, calendars, clients, and blocks only.

Jentic publishes the only available OpenAPI specification for Acuity Scheduling API, keeping it validated and agent-ready. Acuity Scheduling is an appointment-booking platform whose API exposes appointments, appointment types, availability, calendars, clients, blocks, forms, and orders. The spec covers 33 operations under 12 tags and is authenticated via HTTP basic auth using a User ID and API key. Endpoints under /appointments support cancel, reschedule, and payment look-up alongside standard listing and creation.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Acuity Scheduling API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Acuity Scheduling API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Facuityscheduling.com%2Facuityscheduling" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Facuityscheduling.com%2Facuityscheduling" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Acuity Scheduling API.

Book and look up appointments via /appointments and /appointments/{id}

Cancel or reschedule appointments through /appointments/{id}/cancel and /appointments/{id}/reschedule

Check open availability across calendars with /availability/dates, /availability/times, and /availability/check-times

Manage client records through the /clients resource

Block off staff calendars by adding entries to /blocks

List and configure appointment types and add-ons via /appointment-types and /appointment-addons

Pull intake form definitions and submitted answers through /forms

Use Cases

Patterns agents use Acuity Scheduling API for, with concrete tasks.

★ AI-driven appointment booking

Service businesses (clinics, coaches, salons) want chat or voice agents to book appointments without a human dispatcher. An agent calls /availability/dates and /availability/times for the chosen appointment type, picks a slot, and POSTs to /appointments with client details. Acuity handles the calendar collision checks and confirmation email automatically.

Get available times for appointment type 123 on 2026-06-12 from /availability/times, then POST to /appointments with chosen time and client details

Cancellation and reschedule self-service

Customers cancel or reschedule via email, SMS, or chat. An agent looks up the appointment by id, calls /appointments/{id}/cancel or /appointments/{id}/reschedule with a new datetime, and confirms the change to the customer. This avoids the manual reschedule loop that typically eats receptionist time.

Call POST /appointments/456/reschedule with the new datetime and notify the client via the existing channel

Calendar block-off automation

Owners block staff calendars when team members are off, training, or in internal meetings. An agent can POST to /blocks with the calendar id and time range to prevent new bookings during that window, and remove the block when the period ends. This avoids double-booking when staff schedules change last minute.

POST a block to /blocks for calendar 7 covering 2026-06-15 14:00-18:00 with reason 'team training'

AI agent integration

Service businesses building agent assistants expose Acuity through Jentic alongside payment and SMS APIs. Through Jentic, basic auth credentials live in the vault, and the agent searches by intent - e.g. 'book an Acuity appointment' - without juggling raw user IDs and API keys.

Search Jentic for 'book an Acuity appointment', load the schema, and execute it with appointment_type, datetime, and client info

Key Endpoints

33 endpoints — jentic publishes the only available openapi specification for acuity scheduling api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/appointments

List appointments

POST

/appointments

Book an appointment

POST

/appointments/{id}/cancel

Cancel an appointment

POST

/appointments/{id}/reschedule

Reschedule an appointment

GET

/availability/times

Get available times

GET

/availability/dates

Get available dates

GET

/clients

List clients

POST

/blocks

Block calendar time

GET

/appointments

List appointments

POST

/appointments

Book an appointment

POST

/appointments/{id}/cancel

Cancel an appointment

POST

/appointments/{id}/reschedule

Reschedule an appointment

GET

/availability/times

Get available times

GET

/availability/dates

Get available dates

GET

/clients

List clients

POST

/blocks

Block calendar time

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Acuity Scheduling API by hand means base64-building its Basic auth header from a User ID and API key pair and attaching it on every appointment and availability call. Through Jentic you install once, import the Acuity Scheduling API from the API Directory, store the Basic credentials once, and your agent calls it.

Permission scoping

Permission scoping

Acuity puts the appointment id in the URL path (/appointments/{id}/...), so a rule can pin your agent to one appointment: it can reschedule that appointment and nothing else. You choose the operations it may call, so cancelling appointments or creating blocks is not included unless you add it.

Credential management

Credential isolation

Your Acuity User ID and API key are stored once, encrypted, by your own Jentic One instance and injected as the Basic auth header at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'book an Acuity appointment' or 'check availability', and Jentic returns the matching operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Calendly API

→

Round-robin scheduling product popular with sales and recruiting teams.

Choose Calendly when the use case is sales-cycle scheduling rather than service appointments with payments.

Complementary

Google Calendar API

→

Sync Acuity bookings into staff Google Calendars or read free/busy from Google.

Use Google Calendar when staff already manage availability there and Acuity is the customer-facing booking layer.

Complementary

Stripe API

Capture deposits or full payment for Acuity appointments via Stripe.

Use Stripe when you need refundable deposits, subscriptions for memberships, or payment flows beyond what Acuity orders provide.

FAQs

Specific to using Acuity Scheduling API through Jentic.

Why is there no official OpenAPI spec for Acuity Scheduling API?

Acuity Scheduling does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Acuity Scheduling API via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the Acuity Scheduling API use?

Acuity uses HTTP basic auth with a User ID as username and an API key as password, both available in the Acuity Integrations settings. Through Jentic, the credential pair is stored encrypted in your Jentic One instance and never appears in the agent's prompt context.

Can I book and reschedule appointments with the Acuity Scheduling API?

Yes. POST /appointments creates a booking with appointment_type_id, datetime, and client fields. POST /appointments/{id}/cancel and POST /appointments/{id}/reschedule handle the cancellation and reschedule paths, with Acuity sending confirmation emails to the client automatically.

What are the rate limits for the Acuity Scheduling API?

The OpenAPI spec does not declare explicit rate limits, so check Acuity's developer docs for the current ceiling. Use availability endpoints (/availability/times, /availability/check-times) before posting a booking to reduce 409-style collision retries.

How do I check availability and book through Jentic?

Run pip install jentic, search Jentic for 'check Acuity availability', load GET /availability/times, then chain a search for 'book an Acuity appointment' to load POST /appointments. Jentic injects basic auth from the vault, so the agent only supplies appointment_type_id, datetime, and client details.

Does the Acuity Scheduling API support intake forms?

Yes. The /forms endpoint lists the intake forms configured in the account, and form answers are returned alongside an appointment record. That lets an agent pull a client's intake responses at the same time it confirms the booking.

Can I limit what my agent is allowed to do with the Acuity Scheduling API?

Yes. Jentic One is self-hosted, so your own rules decide which Acuity operations and credentials the agent may use. Because Acuity puts the appointment id in the URL path (/appointments/{id}/reschedule, /appointments/{id}/cancel), you can pin the agent to a single appointment and to a single action, for example allowing it to reschedule that booking while cancelling and creating blocks on /blocks stay off. Only the operations you explicitly allow are callable, and the User ID and API key are injected at execution time rather than exposed to the agent.

GET STARTED

Start building with Acuity Scheduling API

Explore with Jentic One
View OpenAPI Document