# 开发者

开发者文档说明如何通过 HTTP API、SDK 和 `moi-cli` 调用 Genesis 模型或管理工作区中的 Product 资源。先根据要完成的任务选择入口，再使用该入口对应的服务地址和认证方式。

## 目录

| 主题 | 适用场景 | 入口 |
| --- | --- | --- |
| 概览 | 了解 Genesis 与 Product 资源的接入边界，选择 API、SDK 或 CLI | [概览](overview/index.md) |
| 快速开始 | 完成第一次模型调用、Product API 调用、SDK 调用或 CLI 操作 | [快速开始](quickstart/index.md) |
| API | 通过 HTTP 调用 Genesis 模型、Product 资源或集成能力 | [API](api/index.md) |
| SDK | 在 Python 或 Go 应用中调用 Catalog Service、Product 或 Genesis 能力 | [SDK](sdk/index.md) |
| CLI | 在终端中配置连接并执行 Product 任务 | [CLI](cli/index.md) |

Genesis 模型调用与 Product 资源管理使用不同的 Base URL、凭据和资源作用域。不要混用不同入口的客户端、认证 Header 或访问令牌。

```{toctree}
:hidden:
:maxdepth: 1

概览 <overview/index>
快速开始 <quickstart/index>
API <api/index>
SDK <sdk/index>
CLI <cli/index>
```
