# Download Developer Tools

MatrixOne Intelligence provides official offline developer kits for different application scenarios. Choose the corresponding tool according to your application type:

| Tool | Scenario | Included Contents | Download |
| --- | --- | --- | --- |
| **AI Studio SDK** | Programmatically manage workspaces, workflows, data connections, and agents in Go or Python applications | Official Python and Go SDK distribution packages with sample code | [Download AI Studio SDK](ai-studio.md) |
| **MOI-CLI** | Perform platform management and automation tasks in terminals, shell scripts, or CI pipelines | Native command-line tool binary packages and checksum files | [Download MOI-CLI](cli.md) |

> **Tip**: If you need to invoke Genesis foundation models (such as Chat Completions or Embeddings), use the community-standard OpenAI or Anthropic official SDKs directly. No dedicated SDK download is required. For details, see [Call Genesis models](../genesis/index.md).

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

AI Studio SDK <ai-studio>
MOI-CLI <cli>
```
