APIs.io Engineering Platform Cloudflare API — Access mTLS Authentication

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

Run with Naftiko Engineering PlatformAccess mTLS Authentication

What You Can Do

GET
Accessmtlsauthenticationlistmtlscertificates — APIs.io Engineering Platform List mTLS certificates
/v1/accounts/{account-id}/access/certificates
POST
Accessmtlsauthenticationaddanmtlscertificate — APIs.io Engineering Platform Add an mTLS certificate
/v1/accounts/{account-id}/access/certificates
GET
Accessmtlsauthenticationlistmtlscertificateshostnamesettings — APIs.io Engineering Platform List all mTLS hostname settings
/v1/accounts/{account-id}/access/certificates/settings
PUT
Accessmtlsauthenticationupdateanmtlscertificatesettings — APIs.io Engineering Platform Update an mTLS certificate's hostname settings
/v1/accounts/{account-id}/access/certificates/settings
DELETE
Accessmtlsauthenticationdeleteanmtlscertificate — APIs.io Engineering Platform Delete an mTLS certificate
/v1/accounts/{account-id}/access/certificates/{certificate-id}
GET
Accessmtlsauthenticationgetanmtlscertificate — APIs.io Engineering Platform Get an mTLS certificate
/v1/accounts/{account-id}/access/certificates/{certificate-id}
PUT
Accessmtlsauthenticationupdateanmtlscertificate — APIs.io Engineering Platform Update an mTLS certificate
/v1/accounts/{account-id}/access/certificates/{certificate-id}

MCP Tools

apis-io-engineering-platform-list-mtls

APIs.io Engineering Platform List mTLS certificates

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

APIs.io Engineering Platform Add an mTLS certificate

apis-io-engineering-platform-list-all

APIs.io Engineering Platform List all mTLS hostname settings

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

APIs.io Engineering Platform Update an mTLS certificate's hostname settings

idempotent
apis-io-engineering-platform-delete-mtls

APIs.io Engineering Platform Delete an mTLS certificate

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

APIs.io Engineering Platform Get an mTLS certificate

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

APIs.io Engineering Platform Update an mTLS certificate

idempotent

Capability Spec

cloudflare-access-mtls-authentication.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Access mTLS Authentication
  description: 'APIs.io Engineering Platform Cloudflare API — Access mTLS Authentication. 7 operations. Lead operation: APIs.io
    Engineering Platform List mTLS certificates. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Access mTLS Authentication
  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-access-mtls-authentication
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Access mTLS Authentication business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-access-certificates
      path: /accounts/{account_id}/access/certificates
      operations:
      - name: accessmtlsauthenticationlistmtlscertificates
        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: accessmtlsauthenticationaddanmtlscertificate
        method: POST
        description: APIs.io Engineering Platform Add an 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-access-certificates-settings
      path: /accounts/{account_id}/access/certificates/settings
      operations:
      - name: accessmtlsauthenticationlistmtlscertificateshostnamesettings
        method: GET
        description: APIs.io Engineering Platform List all mTLS hostname settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessmtlsauthenticationupdateanmtlscertificatesettings
        method: PUT
        description: APIs.io Engineering Platform Update an mTLS certificate's hostname 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
    - name: accounts-account_id-access-certificates-certificate_id
      path: /accounts/{account_id}/access/certificates/{certificate_id}
      operations:
      - name: accessmtlsauthenticationdeleteanmtlscertificate
        method: DELETE
        description: APIs.io Engineering Platform Delete an mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: certificate_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessmtlsauthenticationgetanmtlscertificate
        method: GET
        description: APIs.io Engineering Platform Get an mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: certificate_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessmtlsauthenticationupdateanmtlscertificate
        method: PUT
        description: APIs.io Engineering Platform Update an mTLS certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: 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
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-access-mtls-authentication-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Access mTLS Authentication. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/certificates
      name: accounts-account-id-access-certificates
      description: REST surface for accounts-account_id-access-certificates.
      operations:
      - method: GET
        name: accessmtlsauthenticationlistmtlscertificates
        description: APIs.io Engineering Platform List mTLS certificates
        call: cloudflare-access-mtls-authentication.accessmtlsauthenticationlistmtlscertificates
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accessmtlsauthenticationaddanmtlscertificate
        description: APIs.io Engineering Platform Add an mTLS certificate
        call: cloudflare-access-mtls-authentication.accessmtlsauthenticationaddanmtlscertificate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/certificates/settings
      name: accounts-account-id-access-certificates-settings
      description: REST surface for accounts-account_id-access-certificates-settings.
      operations:
      - method: GET
        name: accessmtlsauthenticationlistmtlscertificateshostnamesettings
        description: APIs.io Engineering Platform List all mTLS hostname settings
        call: cloudflare-access-mtls-authentication.accessmtlsauthenticationlistmtlscertificateshostnamesettings
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accessmtlsauthenticationupdateanmtlscertificatesettings
        description: APIs.io Engineering Platform Update an mTLS certificate's hostname settings
        call: cloudflare-access-mtls-authentication.accessmtlsauthenticationupdateanmtlscertificatesettings
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/certificates/{certificate-id}
      name: accounts-account-id-access-certificates-certificate-id
      description: REST surface for accounts-account_id-access-certificates-certificate_id.
      operations:
      - method: DELETE
        name: accessmtlsauthenticationdeleteanmtlscertificate
        description: APIs.io Engineering Platform Delete an mTLS certificate
        call: cloudflare-access-mtls-authentication.accessmtlsauthenticationdeleteanmtlscertificate
        with:
          certificate_id: rest.certificate_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accessmtlsauthenticationgetanmtlscertificate
        description: APIs.io Engineering Platform Get an mTLS certificate
        call: cloudflare-access-mtls-authentication.accessmtlsauthenticationgetanmtlscertificate
        with:
          certificate_id: rest.certificate_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accessmtlsauthenticationupdateanmtlscertificate
        description: APIs.io Engineering Platform Update an mTLS certificate
        call: cloudflare-access-mtls-authentication.accessmtlsauthenticationupdateanmtlscertificate
        with:
          certificate_id: rest.certificate_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-access-mtls-authentication-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Access mTLS Authentication. 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-access-mtls-authentication.accessmtlsauthenticationlistmtlscertificates
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-mtls
      description: APIs.io Engineering Platform Add an mTLS certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-mtls-authentication.accessmtlsauthenticationaddanmtlscertificate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-all
      description: APIs.io Engineering Platform List all mTLS hostname settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-mtls-authentication.accessmtlsauthenticationlistmtlscertificateshostnamesettings
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-mtls
      description: APIs.io Engineering Platform Update an mTLS certificate's hostname settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-access-mtls-authentication.accessmtlsauthenticationupdateanmtlscertificatesettings
      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 an mTLS certificate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-access-mtls-authentication.accessmtlsauthenticationdeleteanmtlscertificate
      with:
        certificate_id: tools.certificate_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-mtls
      description: APIs.io Engineering Platform Get an mTLS certificate
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-mtls-authentication.accessmtlsauthenticationgetanmtlscertificate
      with:
        certificate_id: tools.certificate_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-mtls-2
      description: APIs.io Engineering Platform Update an mTLS certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-access-mtls-authentication.accessmtlsauthenticationupdateanmtlscertificate
      with:
        certificate_id: tools.certificate_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.