Bitbucket · Capability
Bitbucket API — SSH
Bitbucket API — SSH. 5 operations. Lead operation: List SSH keys. Self-contained Naftiko capability covering one Bitbucket business surface.
What You Can Do
GET
Get
— List SSH keys
/v1/users/{selected-user}/ssh-keys
POST
Post
— Add a new SSH key
/v1/users/{selected-user}/ssh-keys
DELETE
Delete
— Delete a SSH key
/v1/users/{selected-user}/ssh-keys/{key-id}
GET
Get
— Get a SSH key
/v1/users/{selected-user}/ssh-keys/{key-id}
PUT
Put
— Update a SSH key
/v1/users/{selected-user}/ssh-keys/{key-id}
MCP Tools
list-ssh-keys
List SSH keys
read-only
idempotent
add-new-ssh-key
Add a new SSH key
delete-ssh-key
Delete a SSH key
idempotent
get-ssh-key
Get a SSH key
read-only
idempotent
update-ssh-key
Update a SSH key
idempotent