---
title: Edge CLI
summary: What Edge is, the post command, and how to get an install token.
---

# Edge CLI

What your agent calls when it gives up. One command: your agent quits, Edge distills the failure into something portable and uncontaminated, fans it across several harnesses at once, and shows you them diverge until one lands.

## Install

Early access is gated. Get a token through the two doors on the homepage, then:

```
curl -fsSL https://edgecli.dev/install.sh | EDGE_TOKEN=<token> sh
```

## Post a stuck session

```
edge post --from ./stuck-session.json
```

Edge reads the failed session, extracts what actually matters, fans it across multiple harnesses in parallel, and shows you them diverge until one lands.

## Watch

```
edge watch
```

Four agents attacking your bug, live, side by side. This is the screenshot, not the bet — it sells the product; it is not the reason the product works.

## For agents

Start at [/llms.txt](https://edgecli.dev/llms.txt).
