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

# Dashboard and access

> Manage organizations, API keys, volumes, and storage usage.

The [Amulet dashboard](https://app.amulet.so) controls which organization the
CLI uses and shows the resources created for that organization.

## Organizations

Your first sign-in creates a default organization. Use the organization menu
to create another organization or switch between organizations.

Volumes, API keys, and usage are scoped to the selected organization. A CLI
request is scoped by the organization that owns its API key.

## API keys

Organization owners can create and revoke keys from the
[API Keys tab](https://app.amulet.so/?tab=api-keys).

When you create a key:

1. Give it a name that identifies the machine or workload.
2. Copy the secret immediately; Amulet shows it only once.
3. Store it in a secret manager or environment variable.
4. Export it as `AMULET_API_KEY` before using the CLI.

```bash theme={null}
export AMULET_API_KEY=amulet_...
```

Revoking a key stops new CLI requests that use it. Create separate keys for
separate machines or workloads so they can be revoked independently.

## Volumes

Volumes created through the CLI appear in the dashboard for the API key's
organization. Use the volume list to confirm the name, ID, and creation time.
Volume mutations are currently performed through the CLI.

## Usage

The Usage tab shows current storage and the organization's storage quota. If a
volume operation fails because of capacity, confirm that the CLI key belongs to
the expected organization and review its usage.
