Installing
Install @cavuno/board as a package, via CDN, or with version-matched agent instructions.
A
JInstall @cavuno/board as a package for typed imports and tree-shaking. Install via CDN when a static HTML page or CMS cannot use a package manager.
Install as package
Install the SDK with your package manager:
npm install @cavuno/board
Then follow Install as package to create a client and verify your board connection.
Install via CDN
Load the SDK from jsDelivr when you cannot install npm packages:
12345<scriptsrc="https://cdn.jsdelivr.net/npm/@cavuno/board@4.4.0/dist/browser/cavuno-board.global.min.js"integrity="sha384-tyurP0K/LUeaFZGfebA3Wv8pHpBocjLTv9O2v9ees5wLH4KnehfhaqUyL0YvG8w7"crossorigin="anonymous"></script>
See Install via CDN for initialization, UNPKG, CSP, storage, and browser compatibility.
Set up with an agent
After installing the package, copy its version-matched Agent Skills:
1npx @cavuno/board setup
Follow Set up with an agent for the review and verification workflow.
Install as package
Install the SDK with a package manager, create a client, and retrieve the first board context and jobs.
Install via CDN
Install the Cavuno Board SDK from a CDN in static HTML, a CMS, or another page without a package manager.
Set up with an agent
Install version-matched Cavuno SDK skills and give a coding agent a verifiable setup workflow.