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

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

Run with Naftiko Engineering Platform#Action=UploadSSHPublicKey

What You Can Do

GET
Getuploadsshpublickey

Uploads an SSH public key and associates it with the specified IAM user.

The SSH public key uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more information a

/v1/action-uploadsshpublickey
POST
Postuploadsshpublickey

Uploads an SSH public key and associates it with the specified IAM user.

The SSH public key uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more information a

/v1/action-uploadsshpublickey

MCP Tools

p-uploads-ssh-public-key-and

Uploads an SSH public key and associates it with the specified IAM user.

The SSH public key uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more information a

read-only idempotent
p-uploads-ssh-public-key-and-2

Uploads an SSH public key and associates it with the specified IAM user.

The SSH public key uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more information a

Capability Spec

aws-iam-action-uploadsshpublickey.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSSHPublicKey'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSSHPublicKey. 2 operations.
    Lead operation: #Action=UploadSSHPublicKey. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=UploadSSHPublicKey'
  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-uploadsshpublickey
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSSHPublicKey business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=UploadSSHPublicKey'
      path: /#Action=UploadSSHPublicKey
      operations:
      - name: getuploadsshpublickey
        method: GET
        description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key
          uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information a
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the IAM user to associate the SSH public key with.</p> <p>This parameter allows (through
            its <a href="http://wikipedia.org/wiki/regex">regex patt
          required: true
        - name: SSHPublicKeyBody
          in: query
          type: string
          description: <p>The SSH public key. The public key must be encoded in ssh-rsa format or PEM format. The minimum
            bit-length of the public key is 2048 bits. For example, you c
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postuploadsshpublickey
        method: POST
        description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key
          uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information a
        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-uploadsshpublickey-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSSHPublicKey.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-uploadsshpublickey
      name: action-uploadsshpublickey
      description: 'REST surface for #Action=UploadSSHPublicKey.'
      operations:
      - method: GET
        name: getuploadsshpublickey
        description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key
          uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information a
        call: aws-iam-action-uploadsshpublickey.getuploadsshpublickey
        with:
          UserName: rest.UserName
          SSHPublicKeyBody: rest.SSHPublicKeyBody
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postuploadsshpublickey
        description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key
          uploaded by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository.
          For more information a
        call: aws-iam-action-uploadsshpublickey.postuploadsshpublickey
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-uploadsshpublickey-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=UploadSSHPublicKey.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-uploads-ssh-public-key-and
      description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key uploaded
        by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more
        information a
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-uploadsshpublickey.getuploadsshpublickey
      with:
        UserName: tools.UserName
        SSHPublicKeyBody: tools.SSHPublicKeyBody
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-uploads-ssh-public-key-and-2
      description: <p>Uploads an SSH public key and associates it with the specified IAM user.</p> <p>The SSH public key uploaded
        by this operation can be used only for authenticating the associated IAM user to an CodeCommit repository. For more
        information a
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-uploadsshpublickey.postuploadsshpublickey
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.