Weavz
Pabau

Pabau

Clinic and medical-spa practice management API for patients, appointments, treatments, and invoices.

16 tools

Tools

Name
get_patient

Get one Pabau patient by ID. Use only when detail is needed.

create_patient

Create a Pabau patient using the documented request body.

update_patient

Patch a Pabau patient by ID using only fields that should change.

delete_patient

Delete a Pabau patient by ID.

get_appointment

Get one Pabau appointment by ID. Use only when detail is needed.

create_appointment

Create a Pabau appointment using the documented request body.

update_appointment

Patch a Pabau appointment by ID using only fields that should change.

delete_appointment

Delete a Pabau appointment by ID.

get_treatment

Get one Pabau treatment by ID. Use only when detail is needed.

create_treatment

Create a Pabau treatment using the documented request body.

update_treatment

Patch a Pabau treatment by ID using only fields that should change.

delete_treatment

Delete a Pabau treatment by ID.

get_invoice

Get one Pabau invoice by ID. Use only when detail is needed.

create_invoice

Create a Pabau invoice using the documented request body.

update_invoice

Patch a Pabau invoice by ID using only fields that should change.

delete_invoice

Delete a Pabau invoice by ID.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Pabau to my app?

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

What tools does Pabau support?

Pabau supports 16 tools including Get Patient, Create Patient, Update Patient, Delete Patient, Get Appointment, and more.

Can I use Pabau with AI agents?

Yes. Add Pabau 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 Pabau be used in stateful agent workflows?

Yes. Agents can combine Pabau 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 Pabau use?

Pabau uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Pabau integration cost?

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

Connect Pabau in minutes

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