> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Claude Code CLI

> **Geplant – noch nicht gestartet**
> AI Hub ist eine geplante Funktion. Die Funktionen, Endpunkte, Befehle und Clientkonfigurationen auf dieser Seite beschreiben das vorgeschlagene Design und sind derzeit nicht verfügbar. Die endgültige Verfügbarkeit und Einrichtungsanweisungen werden beim Start bekannt gegeben.

Claude Code CLI ist nützlich, wenn der Agent Terminalbefehle ausführen, die Ausgabe von JSON prüfen und den Integrationscode aktualisieren kann.

## Empfohlenes Setup

| Brauchen                                | Aufstellen         |
| --------------------------------------- | ------------------ |
| Schnelle Marktchecks                    | 6MM CLI            |
| Lokaler Kontokontext                    | Lokal MCP          |
| Wiederholbarer Implementierungsworkflow | Agentenfähigkeiten |

## Beispielaufgaben

```text
Use 6MM CLI to list available perpetual markets and return JSON.
```

```text
Use 6MM to inspect webhook event examples and generate an idempotent handler plan.
```

```text
Use 6MM testnet data to validate this Trading Widget integration. Do not place live orders.
```

## Best Practice

Bevorzugt JSON-Ausgabe für Agenten-Workflows. Es ist einfacher zu analysieren, zu vergleichen und in Implementierungsprotokolle einzubinden.