---
title: "Create a source definition."
method: POST
path: "/workspaces/{workspaceId}/definitions/sources"
tags: ["public_source_definitions", "public", "SourceDefinitions"]
---

# Create a source definition.

`POST /workspaces/{workspaceId}/definitions/sources`

## Request body

- CreateDefinitionRequest
  - `name` string, required
  - `dockerRepository` string, required
  - `dockerImageTag` string, required
  - `documentationUrl` string, uri

## Response `200`

Success

- DefinitionResponse — Provides details of a single connector definition.
  - `id` string, UUID, required
  - `name` string, required
  - `dockerRepository` string, required
  - `dockerImageTag` string, required
  - `documentationUrl` string

## Changes

> 31 revisions in range; 1 could not be searched.

- **2025-04-09** `2ad10d9d1a0b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/airbytehq/apis/airbyte-api/changes/workspaces/:workspaceId/definitions/sources/post.md)

---

[API](https://skmtc.dev/airbytehq/apis/airbyte-api.md) · [All operations](https://skmtc.dev/airbytehq/apis/airbyte-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/airbytehq/airbyte-api/revisions/1ab9ff46c57a/schema)
