Skip to main content

Install the SDK

bun add buntime.sh

Requirements

  • Node.js 18+ or Bun 1.0+
  • TypeScript 5+ (optional, for types)

Verify Installation

import { Buntime } from 'buntime.sh';

const client = new Buntime({
  apiKey: process.env.BUNTIME_API_KEY
});

console.log('buntime.sh SDK installed successfully!');

Next Steps