Cloudflare · Arazzo Workflow

Cloudflare Enable Universal SSL

Version 1.0.0

Toggle Universal SSL for a zone, read the setting, then check verification.

1 workflow 1 source API 1 provider
View Spec View on GitHub AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb PerformanceArazzoWorkflows

Provider

cloudflare

Workflows

enable-universal-ssl
Edit Universal SSL, confirm the setting, then read verification status.
Sets the Universal SSL enabled flag, reads the setting back to confirm it, and retrieves the SSL verification details for the zone.
3 steps inputs: enabled, zoneId outputs: enabled, verification
1
editUniversalSsl
Edit the Universal SSL setting to the requested enabled state.
2
getUniversalSsl
Read the Universal SSL setting back to confirm the new state.
3
getVerification
Fetch the SSL verification details to observe certificate validation.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Cloudflare Enable Universal SSL
  summary: Toggle Universal SSL for a zone, read the setting, then check verification.
  description: >-
    Universal SSL provisions a free Cloudflare-managed certificate for a zone.
    The workflow edits the Universal SSL setting to the requested enabled state,
    reads the setting back to confirm it, and then fetches the SSL verification
    details so the certificate validation status can be observed. Each step
    inlines its request and asserts both the documented HTTP 200 status and the
    Cloudflare {success, result} envelope flag.
  version: 1.0.0
sourceDescriptions:
- name: zonesApi
  url: ../openapi/cloudflare-zones-api-openapi.yml
  type: openapi
workflows:
- workflowId: enable-universal-ssl
  summary: Edit Universal SSL, confirm the setting, then read verification status.
  description: >-
    Sets the Universal SSL enabled flag, reads the setting back to confirm it,
    and retrieves the SSL verification details for the zone.
  inputs:
    type: object
    required:
    - zoneId
    - enabled
    properties:
      zoneId:
        type: string
        description: The unique identifier of the zone.
      enabled:
        type: boolean
        description: Whether Universal SSL should be enabled for the zone.
  steps:
  - stepId: editUniversalSsl
    description: Edit the Universal SSL setting to the requested enabled state.
    operationId: universal-ssl-settings-for-a-zone-edit-universal-ssl-settings
    parameters:
    - name: zone_id
      in: path
      value: $inputs.zoneId
    requestBody:
      contentType: application/json
      payload:
        enabled: $inputs.enabled
    successCriteria:
    - condition: $statusCode == 200
    - context: $response.body
      condition: $.success == true
      type: jsonpath
    outputs:
      enabled: $response.body#/result/enabled
  - stepId: getUniversalSsl
    description: Read the Universal SSL setting back to confirm the new state.
    operationId: universal-ssl-settings-for-a-zone-universal-ssl-settings-details
    parameters:
    - name: zone_id
      in: path
      value: $inputs.zoneId
    successCriteria:
    - condition: $statusCode == 200
    - context: $response.body
      condition: $.success == true
      type: jsonpath
    outputs:
      enabled: $response.body#/result/enabled
  - stepId: getVerification
    description: Fetch the SSL verification details to observe certificate validation.
    operationId: ssl-verification-ssl-verification-details
    parameters:
    - name: zone_id
      in: path
      value: $inputs.zoneId
    successCriteria:
    - condition: $statusCode == 200
    - context: $response.body
      condition: $.success == true
      type: jsonpath
    outputs:
      verification: $response.body#/result
  outputs:
    enabled: $steps.getUniversalSsl.outputs.enabled
    verification: $steps.getVerification.outputs.verification

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/cloudflare-enable-universal-ssl-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.