Weavz
Provet Cloud

Provet Cloud

Nordhealth Provet REST API for veterinary clients, patients, appointments, consultations, invoices, and webhooks.

20 tools

Tools

Name
list_clients

List Provet client records with changed-since or identity filters.

get_client

Get one Provet client by ID.

create_client

Create a Provet client using the documented API body.

update_client

Patch a Provet client by ID.

list_patients

List Provet patient records with changed-since or identity filters.

get_patient

Get one Provet patient by ID.

create_patient

Create a Provet patient using the documented API body.

update_patient

Patch a Provet patient by ID.

list_appointments

List Provet appointment records with changed-since or identity filters.

get_appointment

Get one Provet appointment by ID.

create_appointment

Create a Provet appointment using the documented API body.

update_appointment

Patch a Provet appointment by ID.

list_consultations

List Provet consultation records with changed-since or identity filters.

get_consultation

Get one Provet consultation by ID.

create_consultation

Create a Provet consultation using the documented API body.

update_consultation

Patch a Provet consultation by ID.

list_invoices

List Provet invoice records with changed-since or identity filters.

get_invoice

Get one Provet invoice by ID.

create_invoice

Create a Provet invoice using the documented API body.

update_invoice

Patch a Provet invoice by ID.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Provet Cloud 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 Provet Cloud support?

Provet Cloud supports 20 tools including List Clients, Get Client, Create Client, Update Client, List Patients, and more.

Can I use Provet Cloud with AI agents?

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

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

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

How much does the Provet Cloud integration cost?

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

Connect Provet Cloud in minutes

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