Documentation Index
Fetch the complete documentation index at: https://docs.runblob.io/llms.txt
Use this file to discover all available pages before exploring further.
All RunBlob API requests require a Bearer token. Never expose API keys in client-side code.
Getting Your API Key
Using Your API Key
Required Headers
Bearer token with your API key:
Bearer YOUR_API_KEYAlways set to
application/json for POST requestsExample Request
Security Best Practices
Server-Side Only
Server-Side Only
Never expose API keys in:
- Frontend JavaScript code
- Mobile app source code
- Public repositories
- URL parameters
Environment Variables
Environment Variables
Store API keys in environment variables:
Key Rotation
Key Rotation
Regularly rotate your API keys:
- Generate new keys periodically
- Revoke old keys after updating your applications
- Monitor key usage in your dashboard
Monitor Usage
Monitor Usage
Track your API usage:
- Monitor request patterns in your dashboard
- Set up alerts for unusual activity
- Review logs regularly
Error Responses
Invalid API Key
Missing Authorization Header
Malformed Authorization Header
Need help? Contact our support team via Telegram if you have issues with authentication.