APIs.io Engineering Platform Cloudflare API — Zero Trust Audit SSH Settings

APIs.io Engineering Platform Cloudflare API — Zero Trust Audit SSH Settings. 2 operations. Lead operation: APIs.io Engineering Platform Get Zero Trust Audit SSH settings. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformZero Trust Audit SSH Settings

What You Can Do

GET
Zerotrustgetauditsshsettings — APIs.io Engineering Platform Get Zero Trust Audit SSH settings
/v1/accounts/{account-id}/gateway/audit-ssh-settings
PUT
Zerotrustupdateauditsshsettings — APIs.io Engineering Platform Update Zero Trust Audit SSH settings
/v1/accounts/{account-id}/gateway/audit-ssh-settings

MCP Tools

apis-io-engineering-platform-get-zero

APIs.io Engineering Platform Get Zero Trust Audit SSH settings

read-only idempotent
apis-io-engineering-platform-update-zero

APIs.io Engineering Platform Update Zero Trust Audit SSH settings

idempotent

Capability Spec

cloudflare-zero-trust-audit-ssh-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zero Trust Audit SSH Settings
  description: 'APIs.io Engineering Platform Cloudflare API — Zero Trust Audit SSH Settings. 2 operations. Lead operation:
    APIs.io Engineering Platform Get Zero Trust Audit SSH settings. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Zero Trust Audit SSH Settings
  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: cloudflare-zero-trust-audit-ssh-settings
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zero Trust Audit SSH Settings business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-gateway-audit_ssh_settings
      path: /accounts/{account_id}/gateway/audit_ssh_settings
      operations:
      - name: zerotrustgetauditsshsettings
        method: GET
        description: APIs.io Engineering Platform Get Zero Trust Audit SSH settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustupdateauditsshsettings
        method: PUT
        description: APIs.io Engineering Platform Update Zero Trust Audit SSH settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-zero-trust-audit-ssh-settings-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Audit SSH Settings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/gateway/audit-ssh-settings
      name: accounts-account-id-gateway-audit-ssh-settings
      description: REST surface for accounts-account_id-gateway-audit_ssh_settings.
      operations:
      - method: GET
        name: zerotrustgetauditsshsettings
        description: APIs.io Engineering Platform Get Zero Trust Audit SSH settings
        call: cloudflare-zero-trust-audit-ssh-settings.zerotrustgetauditsshsettings
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: zerotrustupdateauditsshsettings
        description: APIs.io Engineering Platform Update Zero Trust Audit SSH settings
        call: cloudflare-zero-trust-audit-ssh-settings.zerotrustupdateauditsshsettings
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zero-trust-audit-ssh-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Audit SSH Settings. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-zero
      description: APIs.io Engineering Platform Get Zero Trust Audit SSH settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-audit-ssh-settings.zerotrustgetauditsshsettings
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-zero
      description: APIs.io Engineering Platform Update Zero Trust Audit SSH settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-audit-ssh-settings.zerotrustupdateauditsshsettings
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.