Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
import { Buntime } from 'buntime.sh'; const client = new Buntime({ apiKey: process.env.BUNTIME_API_KEY }); console.log('buntime.sh SDK installed successfully!');