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

# Introduction

> Example section for showcasing API endpoints

<Note>
  You need access to Paradigm Shift AI platform to use any of the API endpoints
</Note>

## Welcome

Paradigm Shift AI is a end to end solution for developing AI agents and document contains the api endpoint references to all tools that are available via Paradigm Shift Platform

<Card title="Paradigm Shift AI" icon="leaf" iconType="regular" href="https://www.paradigm-shift.ai">
  View Paradigm Shift AI
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

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