Scrunch AI · Arazzo Workflow

Scrunch - Optimize and deploy pages, then poll

Version 1.0.0

Submit pages to the Optimize-and-Deploy pipeline and poll for completion.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyArtificial IntelligenceAI SearchAnswer Engine OptimizationGenerative Engine OptimizationBrand VisibilityAnalyticsSEOAgent ExperienceMCPArazzoWorkflows

Provider

scrunch-ai

Workflows

optimizeAndDeploy
Kick off the audit/optimize/deploy pipeline for a brand and poll status.
2 steps inputs: brand_id, pipeline outputs: status, token

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Scrunch - Optimize and deploy pages, then poll
  version: 1.0.0
  summary: Submit pages to the Optimize-and-Deploy pipeline and poll for completion.
sourceDescriptions:
- name: orchestrationApi
  url: ../openapi/scrunch-ai-orchestration-api-openapi.yml
  type: openapi
workflows:
- workflowId: optimizeAndDeploy
  summary: Kick off the audit/optimize/deploy pipeline for a brand and poll status.
  inputs:
    type: object
    properties:
      brand_id: {type: string}
      pipeline: {type: object}
  steps:
  - stepId: submitPipeline
    operationId: createOptimizeAndDeployPipeline
    parameters:
    - {name: brand_id, in: path, value: $inputs.brand_id}
    requestBody: {payload: $inputs.pipeline}
    outputs: {token: $response.body#/token}
  - stepId: pollStatus
    operationId: getOptimizeAndDeployStatus
    parameters:
    - {name: brand_id, in: path, value: $inputs.brand_id}
    - {name: token, in: path, value: $steps.submitPipeline.outputs.token}
    outputs: {status: $response.body#/status}
  outputs:
    token: $steps.submitPipeline.outputs.token
    status: $steps.pollStatus.outputs.status

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/scrunch-ai-optimize-and-deploy"
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.