ngrok · Capability

Ngrok API — SSH User Certificates

Ngrok API — SSH User Certificates. 5 operations. Lead operation: Ngrok Create SSH User Certificate. Self-contained Naftiko capability covering one Ngrok business surface.

Run with Naftiko NgrokSSH User Certificates

What You Can Do

POST
Createsshusercertificate — Ngrok Create SSH User Certificate
/v1/ssh-user-certificates
GET
Listsshusercertificates — Ngrok List SSH User Certificates
/v1/ssh-user-certificates
GET
Getsshusercertificate — Ngrok Get SSH User Certificate
/v1/ssh-user-certificates/{id}
PATCH
Updatesshusercertificate — Ngrok Update SSH User Certificate
/v1/ssh-user-certificates/{id}
DELETE
Deletesshusercertificate — Ngrok Delete SSH User Certificate
/v1/ssh-user-certificates/{id}

MCP Tools

ngrok-create-ssh-user-certificate

Ngrok Create SSH User Certificate

ngrok-list-ssh-user-certificates

Ngrok List SSH User Certificates

read-only idempotent
ngrok-get-ssh-user-certificate

Ngrok Get SSH User Certificate

read-only idempotent
ngrok-update-ssh-user-certificate

Ngrok Update SSH User Certificate

idempotent
ngrok-delete-ssh-user-certificate

Ngrok Delete SSH User Certificate

idempotent

Capability Spec

ngrok-ssh-user-certificates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ngrok API — SSH User Certificates
  description: 'Ngrok API — SSH User Certificates. 5 operations. Lead operation: Ngrok Create SSH User Certificate. Self-contained
    Naftiko capability covering one Ngrok business surface.'
  tags:
  - Ngrok
  - SSH User Certificates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NGROK_API_KEY: NGROK_API_KEY
capability:
  consumes:
  - type: http
    namespace: ngrok-ssh-user-certificates
    baseUri: https://api.ngrok.com
    description: Ngrok API — SSH User Certificates business capability. Self-contained, no shared references.
    resources:
    - name: ssh_user_certificates
      path: /ssh_user_certificates
      operations:
      - name: createsshusercertificate
        method: POST
        description: Ngrok Create SSH User Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listsshusercertificates
        method: GET
        description: Ngrok List SSH User Certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ssh_user_certificates-id
      path: /ssh_user_certificates/{id}
      operations:
      - name: getsshusercertificate
        method: GET
        description: Ngrok Get SSH User Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatesshusercertificate
        method: PATCH
        description: Ngrok Update SSH User Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletesshusercertificate
        method: DELETE
        description: Ngrok Delete SSH User Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.NGROK_API_KEY}}'
  exposes:
  - type: rest
    namespace: ngrok-ssh-user-certificates-rest
    port: 8080
    description: REST adapter for Ngrok API — SSH User Certificates. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/ssh-user-certificates
      name: ssh-user-certificates
      description: REST surface for ssh_user_certificates.
      operations:
      - method: POST
        name: createsshusercertificate
        description: Ngrok Create SSH User Certificate
        call: ngrok-ssh-user-certificates.createsshusercertificate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listsshusercertificates
        description: Ngrok List SSH User Certificates
        call: ngrok-ssh-user-certificates.listsshusercertificates
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ssh-user-certificates/{id}
      name: ssh-user-certificates-id
      description: REST surface for ssh_user_certificates-id.
      operations:
      - method: GET
        name: getsshusercertificate
        description: Ngrok Get SSH User Certificate
        call: ngrok-ssh-user-certificates.getsshusercertificate
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatesshusercertificate
        description: Ngrok Update SSH User Certificate
        call: ngrok-ssh-user-certificates.updatesshusercertificate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletesshusercertificate
        description: Ngrok Delete SSH User Certificate
        call: ngrok-ssh-user-certificates.deletesshusercertificate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ngrok-ssh-user-certificates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ngrok API — SSH User Certificates. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: ngrok-create-ssh-user-certificate
      description: Ngrok Create SSH User Certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ngrok-ssh-user-certificates.createsshusercertificate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: ngrok-list-ssh-user-certificates
      description: Ngrok List SSH User Certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ngrok-ssh-user-certificates.listsshusercertificates
      outputParameters:
      - type: object
        mapping: $.
    - name: ngrok-get-ssh-user-certificate
      description: Ngrok Get SSH User Certificate
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ngrok-ssh-user-certificates.getsshusercertificate
      outputParameters:
      - type: object
        mapping: $.
    - name: ngrok-update-ssh-user-certificate
      description: Ngrok Update SSH User Certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: ngrok-ssh-user-certificates.updatesshusercertificate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: ngrok-delete-ssh-user-certificate
      description: Ngrok Delete SSH User Certificate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: ngrok-ssh-user-certificates.deletesshusercertificate
      outputParameters:
      - type: object
        mapping: $.