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

# Tokens

Tokens are the key to your code calling the platform. They're in the format of `sh_app_<token>`, and are scoped to a given application on Sailhouse.

## Generating tokens

Tokens are easily generated from the CLI.

```sh theme={null}
sailhouse tokens create
```

## List generated tokens

```sh theme={null}
sailhouse tokens list
```
