All ToeBox API endpoints require authentication. ToeBox uses API keys for authentication.Documentation Index
Fetch the complete documentation index at: https://docs.toebox.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Getting your API key
Using your API key
Include your API key in theAuthorization header of every request:
Example request
MCP endpoint authentication
The MCP endpoint uses the same API key but passes it as a query parameter:MCP configuration example
Security best practices
- Do not commit keys to version control — Use environment variables instead
- Do not expose keys in client-side code — API calls should be made from your server
- Rotate keys if compromised — Contact support@toebox.ai to regenerate your API key
- Use HTTPS — All ToeBox API endpoints require HTTPS. HTTP requests are rejected.
Key format
| Component | Format |
|---|---|
| Prefix | tb_ |
| Key body | 32-character alphanumeric string |
| Full example | tb_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6 |