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

# API Introduction

> Learn how to interact with the Multex API

<Info>
  More API endpoints are actively being developed and will be available soon.
</Info>

# Multex API Overview

Multex provides a RESTful API that allows you to interact with your server’s data, automate workflows, and integrate Multex with your own tools or services. **API keys are generated for a single server**—this means your API key will only affect that one server.

## What can you do with the API?

* **Fetch data:** Retrieve information about users within your server.
* **Integrate with other platforms:** Connect Multex to your website, Discord bot, or other services.

## Getting Started

To use the API, you’ll need to generate an API key for your server and review the available endpoints. **Keep your API key secure**—it grants access to your server’s data and actions.

* [How to get your API Key](./key)

<Warning>
  Never share your API key publicly. Treat it like a password.
</Warning>

<Info>
  To link an API key to a server, that server must have an active <b>Developer</b> or <b>Enterprise</b> subscription. API access is not available for servers on the free or plus plans for now.
</Info>

Ready to get started? Use the navigation on the left to explore authentication, endpoints, and example requests.
