Client library for epilot automation API
npm install @epilot/automation-client



Client library for epilot Workflow API
Uses openapi-client-axios
``bash`
npm install --save @epilot/automation-client
`typescript
import { getClient } from "@epilot/automation-client";
const automationClient = getClient();
const res = await automationClient.searchFlows(null, {
schema: "mySchema",
});
``
https://docs.epilot.io/docs/automation/intro