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

# Introduction

> Example section for showcasing API endpoints

<Note>
  This is an example section for showcasing API endpoints. You can customize
  your implementation to fit your needs.
</Note>

## Welcome

Welcome to Maneki's Official API documentation. Here you can find all the information you need to get started with our API.

<Card title="Fiscal Host Endpoints" icon="leaf" href="/api/fiscal-hosts">
  View the API reference for the Fiscal Host Endpoints.
</Card>

## Authentication

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

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