# Manage AI Studio resources

Use AI Studio to manage workspaces and their data, workflows, knowledge bases, agents, and other resources. Choose the HTTP API, AI Studio SDK, or MOI-CLI based on where you run your work.

| Goal | Start here |
| --- | --- |
| Manage workspace resources through HTTP requests | [Call the API](http-api.md) |
| Manage workspace resources from a Go or Python application | [Use the SDK](sdk.md) |
| Manage workspace resources from a terminal or script | [Use the CLI](cli.md) |

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

Call the API <http-api>
Use the SDK <sdk>
Use the CLI <cli>
```
