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

# ekso api-key

> API keys for non-interactive auth (CI / agents / server-to-server).

## Overview

API keys for non-interactive auth (CI / agents / server-to-server).

## Verbs

| Verb     | Description                                              |
| -------- | -------------------------------------------------------- |
| `list`   | List API keys (hashes redacted).                         |
| `create` | Mint a new API key (--name required; rawKey shown once). |
| `revoke` | Revoke an API key (soft-delete, idempotent).             |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso api-key --help
ekso api-key list --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
