Skip to main content
POST
Create Registry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Human-readable registry name

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'

description
string | null
recommendation_priority
integer | null

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.

Required range: x >= 0
source_url
string | null

Registry source URL; omitted when source_type is 'managed'

sync_mode
string
default:manual

'auto' or 'manual'

Response

Successful Response

created_at
string
required
description
string | null
required
id
string<uuid>
required
is_active
boolean
required
item_count
integer
required
last_sync_error
string | null
required
last_synced_at
string | null
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
Last modified on September 21, 2026