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

# Introduction

> Introduction to Movestax API and its endpoints

<Note>
  The Movestax API is under development and coming soon! Stay tuned for updates as we finalize the documentation and endpoints.
</Note>

## Welcome

The Movestax API is designed to give developers seamless access to our serverless cloud platform.
Whether you’re managing serverless deployments, automating workflows, or interacting with our databases,
our API will provide the tools you need to build and scale applications efficiently.

Once launched, our API will give you full control over your applications running on Movestax,
offering a smooth developer experience.

<Card title="Movestax API Endpoints" icon="server" href="#">
  View the API specification file
</Card>

## Authentication

All Movestax API endpoints require Bearer tokens for secure authentication.
Once the API is live, you’ll be able to generate and manage these tokens directly from the Movestax console.
Our API will handle authorization automatically, ensuring secure interactions with the platform.

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