Install the buntime.sh TypeScript SDK
bun add buntime.sh
import { Buntime } from 'buntime.sh'; const client = new Buntime({ apiKey: process.env.BUNTIME_API_KEY }); console.log('buntime.sh SDK installed successfully!');