APIs.io Engineering Platform Cloudflare API — Origin CA

APIs.io Engineering Platform Cloudflare API — Origin CA. 4 operations. Lead operation: APIs.io Engineering Platform List Certificates. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformOrigin CA

What You Can Do

GET
Origincalistcertificates — APIs.io Engineering Platform List Certificates
/v1/certificates
POST
Origincacreatecertificate — APIs.io Engineering Platform Create Certificate
/v1/certificates
DELETE
Origincarevokecertificate — APIs.io Engineering Platform Revoke Certificate
/v1/certificates/{certificate-id}
GET
Origincagetcertificate — APIs.io Engineering Platform Get Certificate
/v1/certificates/{certificate-id}

MCP Tools

apis-io-engineering-platform-list-certificates

APIs.io Engineering Platform List Certificates

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

APIs.io Engineering Platform Create Certificate

apis-io-engineering-platform-revoke-certificate

APIs.io Engineering Platform Revoke Certificate

idempotent
apis-io-engineering-platform-get-certificate

APIs.io Engineering Platform Get Certificate

read-only idempotent

Capability Spec

cloudflare-origin-ca.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Origin CA
  description: 'APIs.io Engineering Platform Cloudflare API — Origin CA. 4 operations. Lead operation: APIs.io Engineering
    Platform List Certificates. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Origin CA
  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-origin-ca
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Origin CA business capability. Self-contained, no shared references.
    resources:
    - name: certificates
      path: /certificates
      operations:
      - name: origincalistcertificates
        method: GET
        description: APIs.io Engineering Platform List Certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: zone_id
          in: query
          type: string
      - name: origincacreatecertificate
        method: POST
        description: APIs.io Engineering Platform Create Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: certificates-certificate_id
      path: /certificates/{certificate_id}
      operations:
      - name: origincarevokecertificate
        method: DELETE
        description: APIs.io Engineering Platform Revoke Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: certificate_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: origincagetcertificate
        method: GET
        description: APIs.io Engineering Platform Get Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: certificate_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-origin-ca-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Origin CA. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/certificates
      name: certificates
      description: REST surface for certificates.
      operations:
      - method: GET
        name: origincalistcertificates
        description: APIs.io Engineering Platform List Certificates
        call: cloudflare-origin-ca.origincalistcertificates
        with:
          zone_id: rest.zone_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: origincacreatecertificate
        description: APIs.io Engineering Platform Create Certificate
        call: cloudflare-origin-ca.origincacreatecertificate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/certificates/{certificate-id}
      name: certificates-certificate-id
      description: REST surface for certificates-certificate_id.
      operations:
      - method: DELETE
        name: origincarevokecertificate
        description: APIs.io Engineering Platform Revoke Certificate
        call: cloudflare-origin-ca.origincarevokecertificate
        with:
          certificate_id: rest.certificate_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: origincagetcertificate
        description: APIs.io Engineering Platform Get Certificate
        call: cloudflare-origin-ca.origincagetcertificate
        with:
          certificate_id: rest.certificate_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-origin-ca-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Origin CA. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-certificates
      description: APIs.io Engineering Platform List Certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-origin-ca.origincalistcertificates
      with:
        zone_id: tools.zone_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-certificate
      description: APIs.io Engineering Platform Create Certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-origin-ca.origincacreatecertificate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-revoke-certificate
      description: APIs.io Engineering Platform Revoke Certificate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-origin-ca.origincarevokecertificate
      with:
        certificate_id: tools.certificate_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-certificate
      description: APIs.io Engineering Platform Get Certificate
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-origin-ca.origincagetcertificate
      with:
        certificate_id: tools.certificate_id
      outputParameters:
      - type: object
        mapping: $.