Install the SDK
Requirements
- Node.js 18+ or Bun 1.0+
- TypeScript 5+ (optional, for types)
Verify Installation
Next Steps
Quickstart
Get started with your first execution
SDK Reference
Explore all SDK methods
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the buntime.sh TypeScript SDK
bun add buntime.sh
npm install buntime.sh
pnpm add buntime.sh
yarn 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!');