Installation
Get started with ComputeSDK in your project.
Installation
npm install computesdk
pnpm add computesdk
yarn add computesdk
Environment Setup
Add your ComputeSDK API keys to your .env
file:
COMPUTE_SDK_PUBLIC_KEY=pk_...
COMPUTE_SDK_PRIVATE_KEY=sk_...
These keys can be found in your ComputeSDK dashboard after creating a project.