Skip to main content
POST
Get Marketplace Skills

Authorizations

X-Access-Token
string
header
required

Body

application/json
name
string
required

Identifier for this marketplace registration

source
string
required

Marketplace source: 'github:owner/repo', git URL, or local path

ref
string | null

Optional branch, tag, or commit (only for git sources)

repo_path
string | null

Subdirectory path within the git repository containing the marketplace (e.g., 'marketplaces/internal' for monorepos). Only relevant for git sources, not local paths.

auto_load
boolean
default:false

Auto-load behavior for this marketplace. True = load all plugins at conversation start. False = registered for resolution but not auto-loaded.

scope
enum<string> | null

Scope of this marketplace registration. Set automatically by backend based on storage layer: "instance" for system defaults, "org" for organization-level, "personal" for user-level. Frontend should NOT send this field in save requests.

Available options:
instance,
org,
personal

Response

Successful Response

Response for marketplace skills preview endpoint.

skills
SkillInfo · object[]
required
plugins
MarketplacePluginPreview · object[]
required
marketplace_skills
Marketplace Skills · object
required
errors
string[]
required