Overview
All API requests require authentication via Bearer token in the Authorization header.Header Format
Getting an API Key
- Sign up at buntime.sh/dashboard
- Navigate to API Keys
- Click “Create New Key”
- Copy and store securely
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticating API requests
Authorization: Bearer your_api_key_here
curl https://api.buntime.sh/sessions/create \
-H "Authorization: Bearer $BUNTIME_API_KEY" \
-H "Content-Type: application/json"