iii-node-sdk
Installation
SKILL.md
Node.js SDK
The TypeScript/JavaScript SDK for connecting workers to the iii engine.
Documentation
Full API reference: https://iii.dev/docs/api-reference/sdk-node
Install
npm install iii-sdk
Key Exports
| Export | Purpose |
|---|---|
registerWorker(url, { workerName }) |
Connect to the engine and return the client |
registerFunction({ id }, handler) |
Register an async function handler |
registerTrigger({ type, function_id, config }) |
Bind a trigger to a function |
Related skills