# Custom operators

Create and manage custom operators that can be used in workflows. A custom operator can provide Python code or bind a workflow operator from the catalog.

## Choose a task

| Task | Description |
| --- | --- |
| [Inspect custom operator list](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/list-custom-operators.html.md) | View the custom operators that can be read in the current workspace. |
| [Inspect custom operator details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/get-custom-operator.html.md) | View the configuration of a custom operator. |
| [Read operator source code](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/get-custom-operator-code.html.md) | Read the source code of a custom operator. |
| [Add custom operator](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/create-custom-operator.html.md) | Create a custom operator that can be used in workflows. |
| [Edit custom operator](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/update-custom-operator.html.md) | Modify the configuration or code of a custom operator. |
| [Test a Python operator](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/test-custom-operator.html.md) | Execute a custom operator test using the given input and return the test record. |
| [Enable custom operator](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/enable-custom-operator.html.md) | Enable a custom operator so that it can be used for subsequent workflow configuration and test runs. |
| [Disable custom operator](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/disable-custom-operator.html.md) | Deactivate a custom operator so that it cannot be used in subsequent workflow configurations or test runs. |
| [Remove custom operator](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/custom-operators/delete-custom-operator.html.md) | Delete a custom operator. |
