This folder contains runnable scripts that show common SDK workflows.
- Node.js 16+
npm installrun frombundleup-sdk-js/BUNDLEUP_API_KEYset in your environment
For examples that use a connected integration, also set:
BUNDLEUP_CONNECTION_ID
From bundleup-sdk-js/:
node examples/basic_usage.js
node examples/proxy_api.js
node examples/unify_api.jsbasic_usage.js— initialize the SDK and list connections, integrations, and webhooksproxy_api.js— send a GET request through the Proxy APIunify_api.js— call Unify Chat, Git, and PM endpoints