crates.io · Capability
crates.io Web API — Owners
crates.io Web API — Owners. Self-contained Naftiko capability for listing, inviting, and removing crate owners.
crates.io Web API — Owners is a Naftiko capability published by crates.io, one of 4 capabilities the APIs.io network indexes for this provider. It bundles 3 operations across the GET, PUT, and DELETE methods rooted at /v1/api/v1/crates/{…}/owners.
The capability includes 1 read-only operation and 2 state-changing operations. Lead operation: List Crate Owners. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Cratesio, Owners, and Rust.
What You Can Do
GET
Listowners
— List Crate Owners
/v1/api/v1/crates/{crate}/owners
PUT
Addowner
— Add Crate Owner
/v1/api/v1/crates/{crate}/owners
DELETE
Removeowner
— Remove Crate Owner
/v1/api/v1/crates/{crate}/owners
MCP Tools
crates-list-owners
List Crate Owners
read-only
idempotent
crates-add-owner
Add Crate Owner
idempotent
crates-remove-owner
Remove Crate Owner
idempotent