APIs.io Engineering Platform Cloudflare API — Zero Trust Certificates

APIs.io Engineering Platform Cloudflare API — Zero Trust Certificates. 6 operations. Lead operation: APIs.io Engineering Platform List Zero Trust certificates. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformZero Trust Certificates

What You Can Do

GET
Zerotrustcertificateslistzerotrustcertificates — APIs.io Engineering Platform List Zero Trust certificates
/v1/accounts/{account-id}/gateway/certificates
POST
Zerotrustcertificatescreatezerotrustcertificate — APIs.io Engineering Platform Create Zero Trust certificate
/v1/accounts/{account-id}/gateway/certificates
DELETE
Zerotrustcertificatesdeletezerotrustcertificate — APIs.io Engineering Platform Delete Zero Trust certificate
/v1/accounts/{account-id}/gateway/certificates/{certificate-id}
GET
Zerotrustcertificateszerotrustcertificatedetails — APIs.io Engineering Platform Get Zero Trust certificate details
/v1/accounts/{account-id}/gateway/certificates/{certificate-id}
POST
Zerotrustcertificatesactivatezerotrustcertificate — APIs.io Engineering Platform Activate a Zero Trust certificate
/v1/accounts/{account-id}/gateway/certificates/{certificate-id}/activate
POST
Zerotrustcertificatesdeactivatezerotrustcertificate — APIs.io Engineering Platform Deactivate a Zero Trust certificate
/v1/accounts/{account-id}/gateway/certificates/{certificate-id}/deactivate

MCP Tools

apis-io-engineering-platform-list-zero

APIs.io Engineering Platform List Zero Trust certificates

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

APIs.io Engineering Platform Create Zero Trust certificate

apis-io-engineering-platform-delete-zero

APIs.io Engineering Platform Delete Zero Trust certificate

idempotent
apis-io-engineering-platform-get-zero

APIs.io Engineering Platform Get Zero Trust certificate details

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

APIs.io Engineering Platform Activate a Zero Trust certificate

apis-io-engineering-platform-deactivate-zero

APIs.io Engineering Platform Deactivate a Zero Trust certificate

Capability Spec

cloudflare-zero-trust-certificates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Zero Trust Certificates
  description: 'APIs.io Engineering Platform Cloudflare API — Zero Trust Certificates. 6 operations. Lead operation: APIs.io
    Engineering Platform List Zero Trust certificates. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Zero Trust Certificates
  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-certificates
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Zero Trust Certificates business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-gateway-certificates
      path: /accounts/{account_id}/gateway/certificates
      operations:
      - name: zerotrustcertificateslistzerotrustcertificates
        method: GET
        description: APIs.io Engineering Platform List Zero Trust certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: zerotrustcertificatescreatezerotrustcertificate
        method: POST
        description: APIs.io Engineering Platform Create Zero Trust 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: false
    - name: accounts-account_id-gateway-certificates-certificate_id
      path: /accounts/{account_id}/gateway/certificates/{certificate_id}
      operations:
      - name: zerotrustcertificatesdeletezerotrustcertificate
        method: DELETE
        description: APIs.io Engineering Platform Delete Zero Trust 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
      - name: zerotrustcertificateszerotrustcertificatedetails
        method: GET
        description: APIs.io Engineering Platform Get Zero Trust certificate details
        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: accounts-account_id-gateway-certificates-certificate_id-activate
      path: /accounts/{account_id}/gateway/certificates/{certificate_id}/activate
      operations:
      - name: zerotrustcertificatesactivatezerotrustcertificate
        method: POST
        description: APIs.io Engineering Platform Activate a Zero Trust 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
    - name: accounts-account_id-gateway-certificates-certificate_id-deactivate
      path: /accounts/{account_id}/gateway/certificates/{certificate_id}/deactivate
      operations:
      - name: zerotrustcertificatesdeactivatezerotrustcertificate
        method: POST
        description: APIs.io Engineering Platform Deactivate a Zero Trust 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-zero-trust-certificates-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Certificates. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/gateway/certificates
      name: accounts-account-id-gateway-certificates
      description: REST surface for accounts-account_id-gateway-certificates.
      operations:
      - method: GET
        name: zerotrustcertificateslistzerotrustcertificates
        description: APIs.io Engineering Platform List Zero Trust certificates
        call: cloudflare-zero-trust-certificates.zerotrustcertificateslistzerotrustcertificates
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: zerotrustcertificatescreatezerotrustcertificate
        description: APIs.io Engineering Platform Create Zero Trust certificate
        call: cloudflare-zero-trust-certificates.zerotrustcertificatescreatezerotrustcertificate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/gateway/certificates/{certificate-id}
      name: accounts-account-id-gateway-certificates-certificate-id
      description: REST surface for accounts-account_id-gateway-certificates-certificate_id.
      operations:
      - method: DELETE
        name: zerotrustcertificatesdeletezerotrustcertificate
        description: APIs.io Engineering Platform Delete Zero Trust certificate
        call: cloudflare-zero-trust-certificates.zerotrustcertificatesdeletezerotrustcertificate
        with:
          certificate_id: rest.certificate_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: zerotrustcertificateszerotrustcertificatedetails
        description: APIs.io Engineering Platform Get Zero Trust certificate details
        call: cloudflare-zero-trust-certificates.zerotrustcertificateszerotrustcertificatedetails
        with:
          certificate_id: rest.certificate_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/gateway/certificates/{certificate-id}/activate
      name: accounts-account-id-gateway-certificates-certificate-id-activate
      description: REST surface for accounts-account_id-gateway-certificates-certificate_id-activate.
      operations:
      - method: POST
        name: zerotrustcertificatesactivatezerotrustcertificate
        description: APIs.io Engineering Platform Activate a Zero Trust certificate
        call: cloudflare-zero-trust-certificates.zerotrustcertificatesactivatezerotrustcertificate
        with:
          certificate_id: rest.certificate_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/gateway/certificates/{certificate-id}/deactivate
      name: accounts-account-id-gateway-certificates-certificate-id-deactivate
      description: REST surface for accounts-account_id-gateway-certificates-certificate_id-deactivate.
      operations:
      - method: POST
        name: zerotrustcertificatesdeactivatezerotrustcertificate
        description: APIs.io Engineering Platform Deactivate a Zero Trust certificate
        call: cloudflare-zero-trust-certificates.zerotrustcertificatesdeactivatezerotrustcertificate
        with:
          certificate_id: rest.certificate_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-zero-trust-certificates-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Zero Trust Certificates. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-zero
      description: APIs.io Engineering Platform List Zero Trust certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-certificates.zerotrustcertificateslistzerotrustcertificates
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-zero
      description: APIs.io Engineering Platform Create Zero Trust certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-certificates.zerotrustcertificatescreatezerotrustcertificate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-zero
      description: APIs.io Engineering Platform Delete Zero Trust certificate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-zero-trust-certificates.zerotrustcertificatesdeletezerotrustcertificate
      with:
        certificate_id: tools.certificate_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-zero
      description: APIs.io Engineering Platform Get Zero Trust certificate details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-zero-trust-certificates.zerotrustcertificateszerotrustcertificatedetails
      with:
        certificate_id: tools.certificate_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-activate-zero
      description: APIs.io Engineering Platform Activate a Zero Trust certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-certificates.zerotrustcertificatesactivatezerotrustcertificate
      with:
        certificate_id: tools.certificate_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-deactivate-zero
      description: APIs.io Engineering Platform Deactivate a Zero Trust certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-zero-trust-certificates.zerotrustcertificatesdeactivatezerotrustcertificate
      with:
        certificate_id: tools.certificate_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.