---
title: "Create Source"
method: POST
path: "/v1/sources"
---

# Create Source

`POST /v1/sources`

Create a logical source for records imported into Sybill.

Requires the **Import** permission (`ingest` scope). The source `name` is a
stable machine identifier that must be unique within the organization;
`displayName` is shown in the Sybill UI.

## Request body

- CreateSourceRequest
  - `version` integer
  - `name` string, required
  - `displayName` string, required

## Response `201`

Successful Response

- SourceResponse
  - `id` string, required
  - `name` string, required
  - `displayName` string, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sybill/apis/sybill-api.md) · [All operations](https://skmtc.net/sybill/apis/sybill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sybill/sybill-api/revisions/f499ec011b17/schema)
