HashiCorp Vault · Capability

HashiCorp Vault Vault Secrets Engines API — SSH

HashiCorp Vault Vault Secrets Engines API — SSH. 1 operations. Lead operation: HashiCorp Vault Sign SSH key. Self-contained Naftiko capability covering one Hvault business surface.

Run with Naftiko HvaultSSH

What You Can Do

POST
Signsshkey — HashiCorp Vault Sign SSH key
/v1/ssh/sign/{name}

MCP Tools

hashicorp-vault-sign-ssh-key

HashiCorp Vault Sign SSH key

Capability Spec

secrets-engines-ssh.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HashiCorp Vault Vault Secrets Engines API — SSH
  description: 'HashiCorp Vault Vault Secrets Engines API — SSH. 1 operations. Lead operation: HashiCorp Vault Sign SSH key.
    Self-contained Naftiko capability covering one Hvault business surface.'
  tags:
  - Hvault
  - SSH
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HVAULT_API_KEY: HVAULT_API_KEY
capability:
  consumes:
  - type: http
    namespace: secrets-engines-ssh
    baseUri: https://vault.example.com/v1
    description: HashiCorp Vault Vault Secrets Engines API — SSH business capability. Self-contained, no shared references.
    resources:
    - name: ssh-sign-name
      path: /ssh/sign/{name}
      operations:
      - name: signsshkey
        method: POST
        description: HashiCorp Vault Sign SSH key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: Name of the SSH role
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Vault-Token
      value: '{{env.HVAULT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: secrets-engines-ssh-rest
    port: 8080
    description: REST adapter for HashiCorp Vault Vault Secrets Engines API — SSH. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/ssh/sign/{name}
      name: ssh-sign-name
      description: REST surface for ssh-sign-name.
      operations:
      - method: POST
        name: signsshkey
        description: HashiCorp Vault Sign SSH key
        call: secrets-engines-ssh.signsshkey
        with:
          name: rest.name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: secrets-engines-ssh-mcp
    port: 9090
    transport: http
    description: MCP adapter for HashiCorp Vault Vault Secrets Engines API — SSH. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: hashicorp-vault-sign-ssh-key
      description: HashiCorp Vault Sign SSH key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: secrets-engines-ssh.signsshkey
      with:
        name: tools.name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.