Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sagexai.com/llms.txt

Use this file to discover all available pages before exploring further.

Tokens

SageXAI uses Bearer tokens for all API calls. Create a Personal Access Token in the dashboard and include it in your Authorization header:
Authorization: Bearer <YOUR_TOKEN>

Environments

  • Production: https://sagexai.com/api/ (replace with your deployment URL)
Keep tokens secret. We recommend storing credentials in a secrets manager (e.g., AWS Secrets Manager) and injecting them at runtime.