> ## Documentation Index
> Fetch the complete documentation index at: https://docs.terang.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Terang AI API reference documentation

## Welcome

The Terang AI API allows you to integrate SSO, manage users, enrollments, and more. This documentation is auto-generated from our OpenAPI specification.

## Base URL

<CodeGroup>
  ```bash Production theme={null}
  https://api.terang.ai
  ```

  ```bash Development theme={null}
  https://api.dev.terang.ai
  ```
</CodeGroup>

## Authentication

All API endpoints are authenticated using Bearer tokens.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```
