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

# API

> Get started using the Nuon API endpoints.

You'll need an access token to use the Nuon API. You can get an access token by logging in via the Nuon [Dashboard][1] or the Nuon CLI.

To get your access token via the Nuon CLI, first login

```sh theme={null}
nuon login
```

then view the API token

```sh theme={null}
nuon orgs api-token
```

## Using the Swagger API Reference

You can call the Nuon API endpoints from the API Reference by visiting the [Swagger API Reference](https://api.nuon.co/docs/index.html)

## Using the API

You can call the Nuon API endpoints from the API Reference by adding `Bearer <your-api-token>` to the "Authorization" field in each endpoint card. Verify you're API token with the [current-user](/api-ref/general/get-current-user) endpoint.

[1]: https://app.nuon.co
