Cloudflare · Arazzo Workflow

Cloudflare Configure SSL Mode

Version 1.0.0

Read the current SSL mode, change it, then read it back to confirm.

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

configure-ssl-mode
Read, change, and re-read the zone SSL mode.
Reads the current SSL setting, changes it to the supplied value, and reads it back to confirm the change took effect.
3 steps inputs: sslValue, zoneId outputs: confirmedValue, previousValue
1
getCurrentMode
zone-settings-get-ssl-setting
Read the current SSL mode for the zone before changing it.
2
changeMode
zone-settings-change-ssl-setting
Change the SSL mode to the requested value.
3
verifyMode
zone-settings-get-ssl-setting
Read the SSL mode back to confirm the change was applied.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Cloudflare Configure SSL Mode
  summary: Read the current SSL mode, change it, then read it back to confirm.
  description: >-
    The zone SSL setting controls how Cloudflare connects to the origin (off,
    flexible, full, or strict). The workflow reads the current SSL mode, changes
    it to the requested value, and reads it back to confirm the new mode was
    applied. 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: cloudflareZonesApi
  url: ../openapi/cloudflare-zones--openapi-original.yml
  type: openapi
workflows:
- workflowId: configure-ssl-mode
  summary: Read, change, and re-read the zone SSL mode.
  description: >-
    Reads the current SSL setting, changes it to the supplied value, and reads
    it back to confirm the change took effect.
  inputs:
    type: object
    required:
    - zoneId
    - sslValue
    properties:
      zoneId:
        type: string
        description: The unique identifier of the zone.
      sslValue:
        type: string
        description: The desired SSL mode (off, flexible, full, or strict).
  steps:
  - stepId: getCurrentMode
    description: Read the current SSL mode for the zone before changing it.
    operationId: zone-settings-get-ssl-setting
    parameters:
    - name: zone_id
      in: path
      value: $inputs.zoneId
    successCriteria:
    - condition: $statusCode == 200
    - context: $response.body
      condition: $.success == true
      type: jsonpath
    outputs:
      previousValue: $response.body#/result/value
  - stepId: changeMode
    description: Change the SSL mode to the requested value.
    operationId: zone-settings-change-ssl-setting
    parameters:
    - name: zone_id
      in: path
      value: $inputs.zoneId
    requestBody:
      contentType: application/json
      payload:
        value: $inputs.sslValue
    successCriteria:
    - condition: $statusCode == 200
    - context: $response.body
      condition: $.success == true
      type: jsonpath
    outputs:
      newValue: $response.body#/result/value
  - stepId: verifyMode
    description: Read the SSL mode back to confirm the change was applied.
    operationId: zone-settings-get-ssl-setting
    parameters:
    - name: zone_id
      in: path
      value: $inputs.zoneId
    successCriteria:
    - condition: $statusCode == 200
    - context: $response.body
      condition: $.success == true
      type: jsonpath
    - context: $response.body
      condition: $.result.value == $inputs.sslValue
      type: jsonpath
    outputs:
      confirmedValue: $response.body#/result/value
  outputs:
    previousValue: $steps.getCurrentMode.outputs.previousValue
    confirmedValue: $steps.verifyMode.outputs.confirmedValue

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-configure-ssl-mode-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 email required.

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