> ## 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 REST API overview, auth, and schema download.

## 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:

```http theme={null}
Authorization: Bearer <YOUR_TOKEN>
```

See the <a href="/guides/authentication">Authentication guide</a> for environment details.
