> 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 更适合实现型任务：SDK 接入、Webhook handler、API 签名和上线检查表。

<h2 id="recommended-setup">
  推荐接入方式
</h2>

| 需求       | 方式             |
| -------- | -------------- |
| 代码实现     | 6MM CLI        |
| 文档驱动工作流  | Agentic Skills |
| 本地私有账户检查 | Local MCP      |

<h2 id="example-tasks">
  示例任务
</h2>

```text
使用 6MM 文档实现 request signing，并补充 timestamp drift 测试。
```

```text
使用 6MM 为这个合作方接入生成生产上线检查表。
```

```text
使用 6MM 对比我当前 SDK 代码和推荐的 Trading Widget 流程。
```

<h2 id="guardrails">
  风控边界
</h2>

Codex 工作流默认应被视为实现或 测试网任务，除非用户明确开启生产交易权限。