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

# Introduction

> API reference for the Satsuma AI Platform

<Callout icon="key" color="#FF6A00" iconType="regular">
  We are currently rolling out our new API in carefully managed phases to ensure a stable and reliable experience for our partners. To express your interest in trying the API and to be notified when more slots become available, please [sign up here](https://mealme.ai/).
</Callout>

## Welcome

The Satsuma AI Platform API provides secure, monetizable, and transparent access to merchant inventory and ordering systems. Our API enables AI-powered applications to access real-time inventory data and place orders on behalf of users.

## Key Features

* **Inventory Management**: Real-time access to merchant inventory with advanced filtering
* **Shopping Cart**: Complete cart lifecycle management with item operations
* **Order Processing**: Streamlined order placement with tokenized payments
* **Merchant Integration**: Secure connections to merchant systems

<Card title="Satsuma API Endpoints" icon="shopping-cart" href="/api-reference/openapi.json">
  View the OpenAPI specification file
</Card>

## Authentication

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

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