The ToeBox API lets you interact with your agents, chatbots, and analytics programmatically. Use it to send messages, manage agent configurations, and retrieve widget settings.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.
Base URL
All API requests are made to your ToeBox instance:your-store with your ToeBox subdomain (usually your Shopify shop name without .myshopify.com).
Authentication
All API endpoints require authentication using your ToeBox API key. Include it as a Bearer token in theAuthorization header:
Response format
All responses are returned as JSON. Successful responses include the data directly:error field:
Rate limits
API rate limits depend on your plan:| Plan | Requests per minute |
|---|---|
| Free | 20 |
| Starter | 60 |
| Pro | 200 |
| Enterprise | Custom |
429 Too Many Requests status code with a Retry-After header.
Available endpoints
Chat
Send messages to your agents and receive streaming responses.
Agents
List and create agent configurations.
Widget Config
Retrieve chatbot widget configuration for embedding.
Authentication
Learn how to authenticate and manage API keys.