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

# Generate an API token

> Create an API token to authenticate requests to the SuperPlanner API.

API tokens let you authenticate requests to the SuperPlanner API and connect third-party tools like the [MCP server](/superplanner/mcp).

## Steps

<Steps>
  <Step title="Open the SuperPlanner management object">
    In monday.com, navigate to your SuperPlanner management object.
  </Step>

  <Step title="Go to the Management tab">
    Select the **Management** tab inside the object.
  </Step>

  <Step title="Generate a token">
    Click **Generate token**, give it a name, and copy the value immediately.
  </Step>
</Steps>

<Warning>
  Your token is shown only once. Store it securely — for example, in an environment variable or a secrets manager.
</Warning>

## Next steps

* [Make your first API request](/superplanner/api/quickstart)
* [Set up the MCP server](/superplanner/mcp)
