APIs.io Engineering Platform Cloudflare API — Access Short-Lived Certificate CAs

APIs.io Engineering Platform Cloudflare API — Access Short-Lived Certificate CAs. 4 operations. Lead operation: APIs.io Engineering Platform List short-lived certificate CAs. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccess Short-Lived Certificate CAs

What You Can Do

GET
Accessshortlivedcertificatecaslistshortlivedcertificatecas — APIs.io Engineering Platform List short-lived certificate CAs
/v1/accounts/{account-id}/access/apps/ca
DELETE
Accessshortlivedcertificatecasdeleteashortlivedcertificateca — APIs.io Engineering Platform Delete a short-lived certificate CA
/v1/accounts/{account-id}/access/apps/{app-id}/ca
GET
Accessshortlivedcertificatecasgetashortlivedcertificateca — APIs.io Engineering Platform Get a short-lived certificate CA
/v1/accounts/{account-id}/access/apps/{app-id}/ca
POST
Accessshortlivedcertificatecascreateashortlivedcertificateca — APIs.io Engineering Platform Create a short-lived certificate CA
/v1/accounts/{account-id}/access/apps/{app-id}/ca

MCP Tools

apis-io-engineering-platform-list-short

APIs.io Engineering Platform List short-lived certificate CAs

read-only idempotent
apis-io-engineering-platform-delete-short

APIs.io Engineering Platform Delete a short-lived certificate CA

idempotent
apis-io-engineering-platform-get-short

APIs.io Engineering Platform Get a short-lived certificate CA

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

APIs.io Engineering Platform Create a short-lived certificate CA

Capability Spec

cloudflare-access-short-lived-certificate-cas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Access Short-Lived Certificate CAs
  description: 'APIs.io Engineering Platform Cloudflare API — Access Short-Lived Certificate CAs. 4 operations. Lead operation:
    APIs.io Engineering Platform List short-lived certificate CAs. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Access Short-Lived Certificate CAs
  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-short-lived-certificate-cas
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Access Short-Lived Certificate CAs business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-access-apps-ca
      path: /accounts/{account_id}/access/apps/ca
      operations:
      - name: accessshortlivedcertificatecaslistshortlivedcertificatecas
        method: GET
        description: APIs.io Engineering Platform List short-lived certificate CAs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-access-apps-app_id-ca
      path: /accounts/{account_id}/access/apps/{app_id}/ca
      operations:
      - name: accessshortlivedcertificatecasdeleteashortlivedcertificateca
        method: DELETE
        description: APIs.io Engineering Platform Delete a short-lived certificate CA
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessshortlivedcertificatecasgetashortlivedcertificateca
        method: GET
        description: APIs.io Engineering Platform Get a short-lived certificate CA
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accessshortlivedcertificatecascreateashortlivedcertificateca
        method: POST
        description: APIs.io Engineering Platform Create a short-lived certificate CA
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: app_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-access-short-lived-certificate-cas-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Access Short-Lived Certificate CAs. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/access/apps/ca
      name: accounts-account-id-access-apps-ca
      description: REST surface for accounts-account_id-access-apps-ca.
      operations:
      - method: GET
        name: accessshortlivedcertificatecaslistshortlivedcertificatecas
        description: APIs.io Engineering Platform List short-lived certificate CAs
        call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecaslistshortlivedcertificatecas
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/access/apps/{app-id}/ca
      name: accounts-account-id-access-apps-app-id-ca
      description: REST surface for accounts-account_id-access-apps-app_id-ca.
      operations:
      - method: DELETE
        name: accessshortlivedcertificatecasdeleteashortlivedcertificateca
        description: APIs.io Engineering Platform Delete a short-lived certificate CA
        call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecasdeleteashortlivedcertificateca
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accessshortlivedcertificatecasgetashortlivedcertificateca
        description: APIs.io Engineering Platform Get a short-lived certificate CA
        call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecasgetashortlivedcertificateca
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accessshortlivedcertificatecascreateashortlivedcertificateca
        description: APIs.io Engineering Platform Create a short-lived certificate CA
        call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecascreateashortlivedcertificateca
        with:
          app_id: rest.app_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-access-short-lived-certificate-cas-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Access Short-Lived Certificate CAs. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-short
      description: APIs.io Engineering Platform List short-lived certificate CAs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecaslistshortlivedcertificatecas
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-short
      description: APIs.io Engineering Platform Delete a short-lived certificate CA
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecasdeleteashortlivedcertificateca
      with:
        app_id: tools.app_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-short
      description: APIs.io Engineering Platform Get a short-lived certificate CA
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecasgetashortlivedcertificateca
      with:
        app_id: tools.app_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-short
      description: APIs.io Engineering Platform Create a short-lived certificate CA
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-access-short-lived-certificate-cas.accessshortlivedcertificatecascreateashortlivedcertificateca
      with:
        app_id: tools.app_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.