@apipass-dev/workflow-canvas
Apipass-first workflow canvas components, built-in nodes, and runtime helpers for building node-based AI products with @apipass-dev/apipass-sdk.
We use cookies to personalize content and analyze traffic. See our Cookie Policy.
Browse open-source project entries that use ApiPass SDK patterns, from installable packages to app starters and reusable integration modules.
SDK entry point
import { Apipass } from "@apipass-dev/apipass-sdk";
const client = new Apipass({ apiKey });
client.jobs.createTask({ model, input });
client.jobs.recordInfo(taskId);
Learn the ApiPass SDK patterns used behind workflow runtime execution.
Open guide
Create and manage the server-side credentials workflow apps need.
Manage keys
Check the public @apipass-dev/apipass-sdk package and version history.
Open NPM
A curated entry list for open-source projects built around @apipass-dev/apipass-sdk.
Apipass-first workflow canvas components, built-in nodes, and runtime helpers for building node-based AI products with @apipass-dev/apipass-sdk.
Deployable Next.js workflow workspace for building, saving, and running media and LLM generation flows with ApiPass services.