> 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.

# Codex CLI

Codex CLI is best for implementation-heavy workflows: SDK integration, webhook handlers, API signing, and launch checklists.

<h2 id="recommended-setup">
  Recommended setup
</h2>

| Need                          | Setup          |
| ----------------------------- | -------------- |
| Code implementation           | 6MM CLI        |
| Documentation-backed workflow | Agentic Skills |
| Local private account checks  | Local MCP      |

<h2 id="example-tasks">
  Example tasks
</h2>

```text
Use 6MM docs to implement request signing and add tests for timestamp drift.
```

```text
Use 6MM to generate a production launch checklist for this partner integration.
```

```text
Use 6MM to compare my current SDK code with the recommended Trading Widget flow.
```

<h2 id="guardrails">
  Guardrails
</h2>

Codex workflows should treat trading actions as implementation or testnet tasks unless the user explicitly enables a production trading scope.