# API

Use the CloudSigma HTTP API to manage workspace resources. These pages organize the API by development task; each task page links to the field-level API Reference for exact methods, parameters, and response schemas.

## Before you call

- Use the API base URL for the region that contains the target workspace.
- Pass a personal access token in `X-API-Key`.
- Pass the target workspace ID in `X-Workspace-ID` for workspace-scoped operations.
- Keep resource IDs and run IDs returned by create or execute operations; later status and result requests use those identifiers.

To test the connection first, complete [Make your first AI Studio API call](https://omnifabric.cloudsigma.com/docs/developer/quickstart/index.html.md).

## Choose a task

| Section | Use it when |
| --- | --- |
| [Resource Center](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/workspace-resources/index.html.md) | Manage workspaces, catalogs, databases, tables, file storage, compute resources, and data sharing. |
| [Data connections](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/data-connections/index.html.md) | Connect external data and create import or export tasks. |
| [Data processing](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/data-processing/index.html.md) | Manage workflows, operators, SQL, workbooks, and data dashboards. |
| [Knowledge bases](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/knowledge-bases/index.html.md) | Manage knowledge bases, data sources, segments, and semantic entries. |
| [Agents](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/agents/index.html.md) | Create, invoke, configure, and monitor agents. |
| [Monitoring](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/monitoring/index.html.md) | Query SQL execution records, operation logs, and task overviews. |
| [Users and permissions](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/users-permissions/index.html.md) | Manage users, roles, and data, object, and application permissions. |
