APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetSSHPublicKey

APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetSSHPublicKey. 2 operations. Lead operation: #Action=GetSSHPublicKey. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=GetSSHPublicKey

What You Can Do

GET
Getgetsshpublickey

Retrieves the specified SSH public key, including metadata about the key.

The SSH public key retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information abo

/v1/action-getsshpublickey
POST
Postgetsshpublickey

Retrieves the specified SSH public key, including metadata about the key.

The SSH public key retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information abo

/v1/action-getsshpublickey

MCP Tools

p-retrieves-specified-ssh-public-key

Retrieves the specified SSH public key, including metadata about the key.

The SSH public key retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information abo

read-only idempotent
p-retrieves-specified-ssh-public-key-2

Retrieves the specified SSH public key, including metadata about the key.

The SSH public key retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For more information abo

read-only

Capability Spec

aws-iam-action-getsshpublickey.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetSSHPublicKey'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetSSHPublicKey. 2 operations. Lead
    operation: #Action=GetSSHPublicKey. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=GetSSHPublicKey'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-getsshpublickey
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetSSHPublicKey business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=GetSSHPublicKey'
      path: /#Action=GetSSHPublicKey
      operations:
      - name: getgetsshpublickey
        method: GET
        description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key
          retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information abo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the IAM user associated with the SSH public key.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex patter
          required: true
        - name: SSHPublicKeyId
          in: query
          type: string
          description: <p>The unique identifier for the SSH public key.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string
          required: true
        - name: Encoding
          in: query
          type: string
          description: 'Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa
            format, use <code>SSH</code>. To retrieve the public key '
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postgetsshpublickey
        method: POST
        description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key
          retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information abo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-getsshpublickey-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetSSHPublicKey.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-getsshpublickey
      name: action-getsshpublickey
      description: 'REST surface for #Action=GetSSHPublicKey.'
      operations:
      - method: GET
        name: getgetsshpublickey
        description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key
          retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information abo
        call: aws-iam-action-getsshpublickey.getgetsshpublickey
        with:
          UserName: rest.UserName
          SSHPublicKeyId: rest.SSHPublicKeyId
          Encoding: rest.Encoding
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postgetsshpublickey
        description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key
          retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information abo
        call: aws-iam-action-getsshpublickey.postgetsshpublickey
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-getsshpublickey-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetSSHPublicKey.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-retrieves-specified-ssh-public-key
      description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key
        retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For
        more information abo
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-getsshpublickey.getgetsshpublickey
      with:
        UserName: tools.UserName
        SSHPublicKeyId: tools.SSHPublicKeyId
        Encoding: tools.Encoding
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-retrieves-specified-ssh-public-key-2
      description: <p>Retrieves the specified SSH public key, including metadata about the key.</p> <p>The SSH public key
        retrieved by this operation is used only for authenticating the associated IAM user to an CodeCommit repository. For
        more information abo
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-getsshpublickey.postgetsshpublickey
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.