> ## 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 crm

> Customer / account records.

## Overview

Customer / account records.

## Verbs

| Verb     | Description                                           |
| -------- | ----------------------------------------------------- |
| `list`   | List all CRM records.                                 |
| `get`    | Fetch a single CRM record by id.                      |
| `create` | Create a CRM record (body via --data).                |
| `update` | Update a CRM record (id positional, body via --data). |
| `delete` | Delete a CRM record.                                  |

## Detailed help

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

```bash theme={null}
ekso crm --help
ekso crm list --help
```

## See also

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