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

> Entity-to-entity links / relationships.

## Overview

Entity-to-entity links / relationships.

## Verbs

| Verb     | Description                                               |
| -------- | --------------------------------------------------------- |
| `get`    | Get all links originating from an entity (positional id). |
| `create` | Create a link (body via --data).                          |
| `delete` | Delete a link.                                            |

## Detailed help

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

```bash theme={null}
ekso link --help
ekso link get --help
```

## See also

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