Atlassian · Capability

Atlassian user — Ssh

Atlassian user — Ssh. 5 operations. Lead operation: Atlassian List Ssh Keys. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianSsh

What You Can Do

GET
Atlassianlistsshkeys — Atlassian List Ssh Keys
/v1/users/{selected-user}/ssh-keys
POST
Atlassianaddanewsshkey — Atlassian Add A New Ssh Key
/v1/users/{selected-user}/ssh-keys
DELETE
Atlassiandeleteasshkey — Atlassian Delete A Ssh Key
/v1/users/{selected-user}/ssh-keys/{key-id}
GET
Atlassiangetasshkey — Atlassian Get A Ssh Key
/v1/users/{selected-user}/ssh-keys/{key-id}
PUT
Atlassianupdateasshkey — Atlassian Update A Ssh Key
/v1/users/{selected-user}/ssh-keys/{key-id}

MCP Tools

atlassian-list-ssh-keys

Atlassian List Ssh Keys

read-only idempotent
atlassian-add-new-ssh-key

Atlassian Add A New Ssh Key

atlassian-delete-ssh-key

Atlassian Delete A Ssh Key

idempotent
atlassian-get-ssh-key

Atlassian Get A Ssh Key

read-only idempotent
atlassian-update-ssh-key

Atlassian Update A Ssh Key

idempotent

Capability Spec

user-ssh.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian user — Ssh
  description: 'Atlassian user — Ssh. 5 operations. Lead operation: Atlassian List Ssh Keys. Self-contained Naftiko capability
    covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Ssh
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: user-ssh
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian user — Ssh business capability. Self-contained, no shared references.
    resources:
    - name: users-selected_user-ssh-keys
      path: /users/{selected_user}/ssh-keys
      operations:
      - name: atlassianlistsshkeys
        method: GET
        description: Atlassian List Ssh Keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassianaddanewsshkey
        method: POST
        description: Atlassian Add A New Ssh Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: users-selected_user-ssh-keys-key_id
      path: /users/{selected_user}/ssh-keys/{key_id}
      operations:
      - name: atlassiandeleteasshkey
        method: DELETE
        description: Atlassian Delete A Ssh Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassiangetasshkey
        method: GET
        description: Atlassian Get A Ssh Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassianupdateasshkey
        method: PUT
        description: Atlassian Update A Ssh Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: user-ssh-rest
    port: 8080
    description: REST adapter for Atlassian user — Ssh. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/users/{selected-user}/ssh-keys
      name: users-selected-user-ssh-keys
      description: REST surface for users-selected_user-ssh-keys.
      operations:
      - method: GET
        name: atlassianlistsshkeys
        description: Atlassian List Ssh Keys
        call: user-ssh.atlassianlistsshkeys
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassianaddanewsshkey
        description: Atlassian Add A New Ssh Key
        call: user-ssh.atlassianaddanewsshkey
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{selected-user}/ssh-keys/{key-id}
      name: users-selected-user-ssh-keys-key-id
      description: REST surface for users-selected_user-ssh-keys-key_id.
      operations:
      - method: DELETE
        name: atlassiandeleteasshkey
        description: Atlassian Delete A Ssh Key
        call: user-ssh.atlassiandeleteasshkey
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetasshkey
        description: Atlassian Get A Ssh Key
        call: user-ssh.atlassiangetasshkey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdateasshkey
        description: Atlassian Update A Ssh Key
        call: user-ssh.atlassianupdateasshkey
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-ssh-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian user — Ssh. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: atlassian-list-ssh-keys
      description: Atlassian List Ssh Keys
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-ssh.atlassianlistsshkeys
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-add-new-ssh-key
      description: Atlassian Add A New Ssh Key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: user-ssh.atlassianaddanewsshkey
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-ssh-key
      description: Atlassian Delete A Ssh Key
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: user-ssh.atlassiandeleteasshkey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-ssh-key
      description: Atlassian Get A Ssh Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-ssh.atlassiangetasshkey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-ssh-key
      description: Atlassian Update A Ssh Key
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: user-ssh.atlassianupdateasshkey
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.