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

# Introduction

> Acme Corporation Product Catalog API

<Note>
  Welcome to the Acme Corporation API! All endpoints are guaranteed to work... most of the time. Results may vary and explosions are not covered under warranty.
</Note>

## Welcome

The Acme Corporation API allows you to manage our wacky product catalog programmatically. Use our endpoints to browse, order, and track your favorite ACME contraptions!

<Card title="Acme Product Catalog API" icon="rocket" href="https://github.com/mintlify/starter/blob/main/api-reference/openapi.json">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints require an ACME Bearer token. Tokens can be obtained by purchasing any ACME product (tokens included free with every order, or sold separately for \$99.99).

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

<Warning>
  Keep your tokens secure! Lost tokens cannot be recovered, but new ones can be purchased at any time.
</Warning>
