v2
store
private

Publish skill to marketplace

Submit one of the caller's own library skills for marketplace review.

post/api/store/skills/submissions

Request body

skill_namestring required

Slug of the caller's library skill to publish.

categoriesstring[] required
required_providersstring[]

Integrations the skill's instructions assume are connected.

changes_summarystring nullable

Response

Successful Response

skill_listing_version_idstring required
slugstring required
namestring required
descriptionstring required
categoriesstring[] required
required_providersstring[] required
versioninteger required
status'DRAFT' | 'PENDING' | 'APPROVED' | 'REJECTED' required
review_commentsstring nullable
is_liveboolean required

Whether this version is the one the marketplace serves.

Changes