Install
Install the Volcano CLI and the JavaScript SDK.
CLI
Install globally with your package manager of choice:
npm install -g @volcano.dev/cli
# or: pnpm add -g @volcano.dev/cli
# or: bun add -g @volcano.dev/cli
# or: brew install Kong/volcano/volcano
volcano --helpSee the CLI docs for the full command reference and other install methods.
JavaScript SDK
Add the SDK to your project:
npm install @volcano.dev/sdk
# or: pnpm add @volcano.dev/sdkSee the SDK docs for configuration and your first request.
Next: quickstart.