Provet Cloud
Nordhealth Provet REST API for veterinary clients, patients, appointments, consultations, invoices, and webhooks.
Tools
| Name | Description |
|---|---|
list_clientsList Provet client records with changed-since or identity filters. | List Provet client records with changed-since or identity filters. |
get_clientGet one Provet client by ID. | Get one Provet client by ID. |
create_clientCreate a Provet client using the documented API body. | Create a Provet client using the documented API body. |
update_clientPatch a Provet client by ID. | Patch a Provet client by ID. |
list_patientsList Provet patient records with changed-since or identity filters. | List Provet patient records with changed-since or identity filters. |
get_patientGet one Provet patient by ID. | Get one Provet patient by ID. |
create_patientCreate a Provet patient using the documented API body. | Create a Provet patient using the documented API body. |
update_patientPatch a Provet patient by ID. | Patch a Provet patient by ID. |
list_appointmentsList Provet appointment records with changed-since or identity filters. | List Provet appointment records with changed-since or identity filters. |
get_appointmentGet one Provet appointment by ID. | Get one Provet appointment by ID. |
create_appointmentCreate a Provet appointment using the documented API body. | Create a Provet appointment using the documented API body. |
update_appointmentPatch a Provet appointment by ID. | Patch a Provet appointment by ID. |
list_consultationsList Provet consultation records with changed-since or identity filters. | List Provet consultation records with changed-since or identity filters. |
get_consultationGet one Provet consultation by ID. | Get one Provet consultation by ID. |
create_consultationCreate a Provet consultation using the documented API body. | Create a Provet consultation using the documented API body. |
update_consultationPatch a Provet consultation by ID. | Patch a Provet consultation by ID. |
list_invoicesList Provet invoice records with changed-since or identity filters. | List Provet invoice records with changed-since or identity filters. |
get_invoiceGet one Provet invoice by ID. | Get one Provet invoice by ID. |
create_invoiceCreate a Provet invoice using the documented API body. | Create a Provet invoice using the documented API body. |
update_invoicePatch a Provet invoice by ID. | Patch a Provet invoice by ID. |
Quick Start
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.