Cloudsmith · Capability
Cloudsmith API (v1) — webhooks
Cloudsmith API (v1) — webhooks. 5 operations. Lead operation: Get a list of all webhooks in a repository.. Self-contained Naftiko capability covering one Cloudsmith business surface.
What You Can Do
GET
Webhookslist
— Get a list of all webhooks in a repository.
/v1/webhooks/{owner}/{repo}
POST
Webhookscreate
— Create a specific webhook in a repository.
/v1/webhooks/{owner}/{repo}
GET
Webhooksread
— Views for working with repository webhooks.
/v1/webhooks/{owner}/{repo}/{identifier}
PATCH
Webhookspartialupdate
— Update a specific webhook in a repository.
/v1/webhooks/{owner}/{repo}/{identifier}
DELETE
Webhooksdelete
— Delete a specific webhook in a repository.
/v1/webhooks/{owner}/{repo}/{identifier}
MCP Tools
get-list-all-webhooks-repository
Get a list of all webhooks in a repository.
read-only
idempotent
create-specific-webhook-repository
Create a specific webhook in a repository.
views-working-repository-webhooks
Views for working with repository webhooks.
read-only
idempotent
update-specific-webhook-repository
Update a specific webhook in a repository.
idempotent
delete-specific-webhook-repository
Delete a specific webhook in a repository.
idempotent