Pabau
Clinic and medical-spa practice management API for patients, appointments, treatments, and invoices.
Tools
| Name | Description |
|---|---|
get_patientGet one Pabau patient by ID. Use only when detail is needed. | Get one Pabau patient by ID. Use only when detail is needed. |
create_patientCreate a Pabau patient using the documented request body. | Create a Pabau patient using the documented request body. |
update_patientPatch a Pabau patient by ID using only fields that should change. | Patch a Pabau patient by ID using only fields that should change. |
delete_patientDelete a Pabau patient by ID. | Delete a Pabau patient by ID. |
get_appointmentGet one Pabau appointment by ID. Use only when detail is needed. | Get one Pabau appointment by ID. Use only when detail is needed. |
create_appointmentCreate a Pabau appointment using the documented request body. | Create a Pabau appointment using the documented request body. |
update_appointmentPatch a Pabau appointment by ID using only fields that should change. | Patch a Pabau appointment by ID using only fields that should change. |
delete_appointmentDelete a Pabau appointment by ID. | Delete a Pabau appointment by ID. |
get_treatmentGet one Pabau treatment by ID. Use only when detail is needed. | Get one Pabau treatment by ID. Use only when detail is needed. |
create_treatmentCreate a Pabau treatment using the documented request body. | Create a Pabau treatment using the documented request body. |
update_treatmentPatch a Pabau treatment by ID using only fields that should change. | Patch a Pabau treatment by ID using only fields that should change. |
delete_treatmentDelete a Pabau treatment by ID. | Delete a Pabau treatment by ID. |
get_invoiceGet one Pabau invoice by ID. Use only when detail is needed. | Get one Pabau invoice by ID. Use only when detail is needed. |
create_invoiceCreate a Pabau invoice using the documented request body. | Create a Pabau invoice using the documented request body. |
update_invoicePatch a Pabau invoice by ID using only fields that should change. | Patch a Pabau invoice by ID using only fields that should change. |
delete_invoiceDelete a Pabau invoice by ID. | Delete a Pabau invoice by ID. |
Quick Start
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.