Now in Public Beta
The developer platform
for modern pet care
Build powerful pet management applications with our APIs, SDKs, and developer tools. From veterinary clinics to pet stores.
api-example.ts
// Register a new patient in seconds
const patient = await petkit.animals.create({
name: "Luna",
species: "dog",
breed: "Golden Retriever",
customerId: "cus_abc123"
});