v1
protected
registries

Create Registry

post/v1/registries/

Request body

descriptionstring nullable
namestring required

Human-readable registry name

recommendation_priorityinteger 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_typestring required

Catalog entity type: one of ('mcp_servers', 'skills', 'llm_providers', 'llm_models', 'agents', 'bundles')

source_typestring required

Source mode: 'url', 'github', 'api', or platform-managed 'managed'

source_urlstring nullable

Registry source URL; omitted when source_type is 'managed'

sync_modestring

'auto' or 'manual'

Response

Successful Response

created_atstring required
descriptionstring nullable required
idstring uuid required
is_activeboolean required
item_countinteger required
last_sync_errorstring nullable required
last_synced_atstring nullable required
namestring required
recommendation_priorityinteger required
registry_typestring required
source_typestring required
source_urlstring required
sync_modestring required
updated_atstring required

Changes