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

# GraphQL API Reference

> Explore all GraphQL queries, mutations, and types available in the Mobula API.

<Warning title="Alpha">
  The GraphQL API is currently in Alpha.
</Warning>

A full list of GraphQL queries, mutations, and types is in the sidebar. Use the Explorer below to try the API.

<Tip title="Learn GraphQL">
  We recommend the [GraphQL documentation](https://graphql.org/learn/) to learn GraphQL.
</Tip>

<Note title="GraphQL Explorer">
  Try the API in the browser: [GraphQL Explorer](https://graphql.mobula.io/graphql). Run queries, set headers, and explore the schema.
</Note>

## Authentication

* **API key** — `Authorization: YOUR_API_KEY` or `x-api-key: YOUR_API_KEY`
* **Short-lived token** — `Authorization: Bearer <token>`

[Generate API key](/rest-api-reference/authentification)
