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

# Apps and additional agents

> Find launch targets supported by your CLI version and verify an editor is routed through Edgee.

Run `edgee launch --help` to see the targets included in your installed release. Install the target application first, then launch it through Edgee.

| Target            | Tool                                                                 |
| ----------------- | -------------------------------------------------------------------- |
| `cursor`          | Cursor                                                               |
| `copilot-vscode`  | GitHub Copilot in VS Code                                            |
| `claude-desktop`  | [Claude Desktop](/docs/agents/claude-desktop) **Beta**                    |
| `codex-desktop`   | [Codex Desktop](/docs/agents/codex-desktop) **Beta**                      |
| `copilot-desktop` | [GitHub Copilot Desktop](/docs/agents/copilot-desktop) **Beta**           |
| `intellij`        | [GitHub Copilot in IntelliJ IDEA](/docs/agents/copilot-intellij) **Beta** |
| `copilot-cli`     | [GitHub Copilot CLI](/docs/agents/copilot-cli)                            |
| `omp`             | [Oh My Pi](/docs/agents/omp)                                              |

<Note>
  Additional targets depend on your CLI release and operating system. If a target is absent from `--help`, update Edgee before trying it. These launch integrations are separate from an Edgee desktop application.
</Note>

## Launch and verify

```bash theme={"dark"}
edgee launch cursor
```

Follow any first-launch prompts, including required local networking permissions. Send a request in the opened editor, then check **Sessions** or **Logs** in the selected Edgee organization. Merely opening the application does not prove requests are passing through Edgee.

See the dedicated [Cursor](/docs/agents/cursor) and [VS Code Copilot](/docs/agents/copilot-vscode) guides for their setup paths. Use [aliases and wrappers](/docs/cli/aliases) to create an app-menu entry when supported.

## If the editor does not connect

Check the target application is installed, read the launch error, and confirm the provider account is usable in that application. If an already-running editor retained its previous connection, close it and launch through Edgee again. Review [Troubleshooting](/docs/troubleshooting) before changing keys or deleting application configuration.
