# Data connections

Configure external data connections, browse sources, and create and track import or export tasks.

## Choose a task

| Task | Description |
| --- | --- |
| [Configure external connections](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connectors/index.html.md) | Inspect, create, update, or validate external data-source connectors. |
| [Work with connector files](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-files/index.html.md) | List connector files, preview contents, and upload, download, or delete temporary files. |
| [Browse source databases](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-data-sources/index.html.md) | Browse databases, schemas, tables or collections, and fields through a connector. |
| [Import data into a workspace](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/import-tasks/index.html.md) | Import connector or local files, or load structured database data into a target table. |
| [Export files or results](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/export-tasks/index.html.md) | Submit export tasks and inspect file status and destination configuration. |

## Common request format

Data connections use the AI Studio API. Request URLs begin with `$CLOUDSIGMA_API_BASE`; each action page provides its complete, ready-to-use request URL.

Every request must include the following headers:

```text
X-API-Key: $CLOUDSIGMA_API_KEY
X-Workspace-ID: $WORKSPACE_ID
```

- `X-API-Key` is your personal access token.
- `X-Workspace-ID` is the target workspace ID.

Do not use `Authorization: Bearer ...` to send a AI Studio personal access token.
