Acuity Scheduling

Acuity Scheduling

Schedule appointments, manage calendars, and automate client booking workflows with Acuity Scheduling.

8 tools
2 triggers

Tools

Name
add_blocked_time

Block off a specific time range on a calendar.

create_appointment

Creates a new appointment.

create_client

Creates a new client.

reschedule_appointment

Reschedules an existing appointment to a new date/time.

update_client

Updates an existing client.

find_appointment

Find appointments based on various criteria, including client information.

find_client

Finds client based on seach term.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
appointment_canceled

Triggers when an appointment is canceled.

new_appointment

Triggers when a new appointment is scheduled.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('acuity-scheduling', 'add_blocked_time', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'acuity-scheduling',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Acuity Scheduling to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Acuity Scheduling support?

Acuity Scheduling supports 8 tools including Add Blocked Off Time, Create Appointment, Create Client, Reschedule Appointment, Update Client, and more.

Can I use Acuity Scheduling with AI agents?

Yes. Add Acuity Scheduling to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Acuity Scheduling be used in stateful agent workflows?

Yes. Agents can combine Acuity Scheduling tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Acuity Scheduling use?

Acuity Scheduling uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Acuity Scheduling integration cost?

The Acuity Scheduling integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Acuity Scheduling support?

Acuity Scheduling supports 2 triggers including Appointment Canceled, New Appointment.

Connect Acuity Scheduling in minutes

Get 20,000 free action executions every month. No credit card required.