Scrunch AI · Arazzo Workflow

Scrunch - Onboard a brand and seed tracking

Version 1.0.0

Create a brand, add a competitor and persona, seed a tracking prompt, and verify the prompt library.

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

Provider

scrunch-ai

Workflows

onboardBrandAndTrack
Stand up a new brand with a competitor, persona, and tracking prompt.
5 steps inputs: brand, competitor, persona, prompt outputs: brand_id
1
createBrand
2
addCompetitor
3
addPersona
4
seedPrompt
5
verifyPrompts

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Scrunch - Onboard a brand and seed tracking
  version: 1.0.0
  summary: Create a brand, add a competitor and persona, seed a tracking prompt, and verify the prompt library.
sourceDescriptions:
- name: brandsApi
  url: ../openapi/scrunch-ai-brands-api-openapi.yml
  type: openapi
- name: promptsApi
  url: ../openapi/scrunch-ai-prompts-api-openapi.yml
  type: openapi
workflows:
- workflowId: onboardBrandAndTrack
  summary: Stand up a new brand with a competitor, persona, and tracking prompt.
  inputs:
    type: object
    properties:
      brand: {type: object}
      competitor: {type: object}
      persona: {type: object}
      prompt: {type: object}
  steps:
  - stepId: createBrand
    operationId: createBrand
    requestBody: {payload: $inputs.brand}
    outputs: {brand_id: $response.body#/id}
  - stepId: addCompetitor
    operationId: createCompetitor
    parameters:
    - {name: brand_id, in: path, value: $steps.createBrand.outputs.brand_id}
    requestBody: {payload: $inputs.competitor}
  - stepId: addPersona
    operationId: createPersona
    parameters:
    - {name: brand_id, in: path, value: $steps.createBrand.outputs.brand_id}
    requestBody: {payload: $inputs.persona}
  - stepId: seedPrompt
    operationId: createPrompt
    parameters:
    - {name: brand_id, in: path, value: $steps.createBrand.outputs.brand_id}
    requestBody: {payload: $inputs.prompt}
  - stepId: verifyPrompts
    operationId: listPrompts
    parameters:
    - {name: brand_id, in: path, value: $steps.createBrand.outputs.brand_id}
  outputs:
    brand_id: $steps.createBrand.outputs.brand_id

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-onboard-and-track"
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.