Tokens
SageXAI uses Bearer tokens for all API calls. Create a Personal Access Token in the dashboard and include it in yourAuthorization header:
Environments
- Production:
https://sagexai.com/api/(replace with your deployment URL)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use Bearer tokens to call SageXAI APIs.
Authorization header:
Authorization: Bearer <YOUR_TOKEN>
https://sagexai.com/api/ (replace with your deployment URL)