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.

Overview

SageXAI exposes two core endpoints in the MVP:
  • POST /api/v1/guard — scan prompts or model outputs for risky patterns
  • GET /api/v1/guard/results — retrieve past scans for dashboards & analytics

Authentication

Send a Bearer token in the Authorization header for every request:
Authorization: Bearer <YOUR_TOKEN>
See the Authentication guide for environment details.