---
title: "Create Registry"
method: POST
path: "/v1/workspaces/{workspace}/registries/"
tags: ["v1", "protected", "registries"]
---

# Create Registry

`POST /v1/workspaces/{workspace}/registries/`

## Path parameters

- `workspace` string, required — Slug of the workspace the request acts in

## Request body

- RegistryCreate
  - `description` string, nullable
  - `name` string, required — Human-readable registry name
  - `recommendation_priority` integer, nullable — Ordering weight for the 'recommended' catalog sort; lower comes first. Keeps a curated system catalog ahead of a bulk/community mirror. Omit to take the platform default.
  - `registry_type` string, required — Catalog entity type: one of ('mcp_servers', 'skills', 'llm_providers', 'llm_models', 'agents', 'bundles')
  - `source_type` string, required — Source mode: 'url', 'github', 'api', or platform-managed 'managed'
  - `source_url` string, nullable — Registry source URL; omitted when source_type is 'managed'
  - `sync_mode` string — 'auto' or 'manual'

## Response `200`

Successful Response

- RegistryResponse
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `is_active` boolean, required
  - `item_count` integer, required
  - `last_sync_error` string, nullable, required
  - `last_synced_at` string, nullable, required
  - `name` string, required
  - `recommendation_priority` integer, required
  - `registry_type` string, required
  - `source_type` string, required
  - `source_url` string, required
  - `sync_mode` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/registries/post.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/c926881f6c6e?raw)
