iii-browser-sdk
Installation
SKILL.md
Browser SDK
The browser-optimized SDK for connecting web applications to the iii engine.
Documentation
Full API reference: https://iii.dev/docs/api-reference/sdk-browser
Install
npm install iii-browser-sdk
Key Exports
| Export | Purpose |
|---|---|
registerWorker(address, options?) |
Connect to the engine via WebSocket |
registerFunction(id, handler) |
Register a browser-side function handler |
registerTrigger({ type, function_id, config, metadata? }) |
Bind a trigger to a function |
Related skills