Documentation Index
Fetch the complete documentation index at: https://docs.repixa.io/llms.txt
Use this file to discover all available pages before exploring further.
Repixa API
The Repixa API lets you programmatically interact with your agents, trigger demo sessions, retrieve session data, and integrate Repixa into your own workflows.Base URL
Authentication
All API requests require a Bearer token. You can generate an API key from your Repixa dashboard under Settings → API Keys. Pass your key in theAuthorization header on every request:
Response format
All responses are returned as JSON. Successful responses return a2xx status code. Errors follow a consistent structure:
Rate limits
| Plan | Requests per minute |
|---|---|
| Starter | 60 |
| Pro | 300 |
| Enterprise | Custom |
429 Too Many Requests response.
Versioning
The current API version is v1. Breaking changes will be released under a new version prefix (e.g./v2). The previous version will be supported for at least 6 months after a new version ships.