APIs.io Engineering Platform Cloudflare API — mTLS Certificate Management

APIs.io Engineering Platform Cloudflare API — mTLS Certificate Management. 5 operations. Lead operation: APIs.io Engineering Platform List mTLS certificates. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformmTLS Certificate Management

What You Can Do

GET
Mtlscertificatemanagementlistmtlscertificates — APIs.io Engineering Platform List mTLS certificates
/v1/accounts/{account-id}/mtls-certificates
POST
Mtlscertificatemanagementuploadmtlscertificate — APIs.io Engineering Platform Upload mTLS certificate
/v1/accounts/{account-id}/mtls-certificates
DELETE
Mtlscertificatemanagementdeletemtlscertificate — APIs.io Engineering Platform Delete mTLS certificate
/v1/accounts/{account-id}/mtls-certificates/{mtls-certificate-id}
GET
Mtlscertificatemanagementgetmtlscertificate — APIs.io Engineering Platform Get mTLS certificate
/v1/accounts/{account-id}/mtls-certificates/{mtls-certificate-id}
GET
Mtlscertificatemanagementlistmtlscertificateassociations — APIs.io Engineering Platform List mTLS certificate associations
/v1/accounts/{account-id}/mtls-certificates/{mtls-certificate-id}/associations

MCP Tools

apis-io-engineering-platform-list-mtls

APIs.io Engineering Platform List mTLS certificates

read-only idempotent
apis-io-engineering-platform-upload-mtls

APIs.io Engineering Platform Upload mTLS certificate

apis-io-engineering-platform-delete-mtls

APIs.io Engineering Platform Delete mTLS certificate

idempotent
apis-io-engineering-platform-get-mtls

APIs.io Engineering Platform Get mTLS certificate

read-only idempotent
apis-io-engineering-platform-list-mtls-2

APIs.io Engineering Platform List mTLS certificate associations

read-only idempotent

Capability Spec

cloudflare-mtls-certificate-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — mTLS Certificate Management
  description: 'APIs.io Engineering Platform Cloudflare API — mTLS Certificate Management. 5 operations. Lead operation: APIs.io
    Engineering Platform List mTLS certificates. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - mTLS Certificate Management
  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-mtls-certificate-management
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — mTLS Certificate Management business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-mtls_certificates
      path: /accounts/{account_id}/mtls_certificates
      operations:
      - name: mtlscertificatemanagementlistmtlscertificates
        method: GET
        description: APIs.io Engineering Platform List mTLS certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: mtlscertificatemanagementuploadmtlscertificate
        method: POST
        description: APIs.io Engineering Platform Upload mTLS certificate
        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
    - name: accounts-account_id-mtls_certificates-mtls_certificate_id
      path: /accounts/{account_id}/mtls_certificates/{mtls_certificate_id}
      operations:
      - name: mtlscertificatemanagementdeletemtlscertificate
        method: DELETE
        description: APIs.io Engineering Platform Delete mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mtls_certificate_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: mtlscertificatemanagementgetmtlscertificate
        method: GET
        description: APIs.io Engineering Platform Get mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mtls_certificate_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-mtls_certificates-mtls_certificate_id-associations
      path: /accounts/{account_id}/mtls_certificates/{mtls_certificate_id}/associations
      operations:
      - name: mtlscertificatemanagementlistmtlscertificateassociations
        method: GET
        description: APIs.io Engineering Platform List mTLS certificate associations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: mtls_certificate_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-mtls-certificate-management-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — mTLS Certificate Management. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/mtls-certificates
      name: accounts-account-id-mtls-certificates
      description: REST surface for accounts-account_id-mtls_certificates.
      operations:
      - method: GET
        name: mtlscertificatemanagementlistmtlscertificates
        description: APIs.io Engineering Platform List mTLS certificates
        call: cloudflare-mtls-certificate-management.mtlscertificatemanagementlistmtlscertificates
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: mtlscertificatemanagementuploadmtlscertificate
        description: APIs.io Engineering Platform Upload mTLS certificate
        call: cloudflare-mtls-certificate-management.mtlscertificatemanagementuploadmtlscertificate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/mtls-certificates/{mtls-certificate-id}
      name: accounts-account-id-mtls-certificates-mtls-certificate-id
      description: REST surface for accounts-account_id-mtls_certificates-mtls_certificate_id.
      operations:
      - method: DELETE
        name: mtlscertificatemanagementdeletemtlscertificate
        description: APIs.io Engineering Platform Delete mTLS certificate
        call: cloudflare-mtls-certificate-management.mtlscertificatemanagementdeletemtlscertificate
        with:
          mtls_certificate_id: rest.mtls_certificate_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: mtlscertificatemanagementgetmtlscertificate
        description: APIs.io Engineering Platform Get mTLS certificate
        call: cloudflare-mtls-certificate-management.mtlscertificatemanagementgetmtlscertificate
        with:
          mtls_certificate_id: rest.mtls_certificate_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/mtls-certificates/{mtls-certificate-id}/associations
      name: accounts-account-id-mtls-certificates-mtls-certificate-id-associations
      description: REST surface for accounts-account_id-mtls_certificates-mtls_certificate_id-associations.
      operations:
      - method: GET
        name: mtlscertificatemanagementlistmtlscertificateassociations
        description: APIs.io Engineering Platform List mTLS certificate associations
        call: cloudflare-mtls-certificate-management.mtlscertificatemanagementlistmtlscertificateassociations
        with:
          mtls_certificate_id: rest.mtls_certificate_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-mtls-certificate-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — mTLS Certificate Management. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-mtls
      description: APIs.io Engineering Platform List mTLS certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-mtls-certificate-management.mtlscertificatemanagementlistmtlscertificates
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upload-mtls
      description: APIs.io Engineering Platform Upload mTLS certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-mtls-certificate-management.mtlscertificatemanagementuploadmtlscertificate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-mtls
      description: APIs.io Engineering Platform Delete mTLS certificate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-mtls-certificate-management.mtlscertificatemanagementdeletemtlscertificate
      with:
        mtls_certificate_id: tools.mtls_certificate_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-mtls
      description: APIs.io Engineering Platform Get mTLS certificate
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-mtls-certificate-management.mtlscertificatemanagementgetmtlscertificate
      with:
        mtls_certificate_id: tools.mtls_certificate_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-mtls-2
      description: APIs.io Engineering Platform List mTLS certificate associations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-mtls-certificate-management.mtlscertificatemanagementlistmtlscertificateassociations
      with:
        mtls_certificate_id: tools.mtls_certificate_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.