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

> Automation rules — triggers, conditions, actions.

## Overview

Automation rules — triggers, conditions, actions.

## Verbs

| Verb     | Description                                     |
| -------- | ----------------------------------------------- |
| `list`   | List all rules.                                 |
| `get`    | Fetch a single rule by id.                      |
| `create` | Create a new rule (body via --data @file.json). |
| `update` | Update a rule (id positional, body via --data). |
| `delete` | Delete a rule.                                  |

## Detailed help

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

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

## See also

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