Brainfish · Arazzo Workflow

Create and sync an API catalog

Version 1.0.0

Create a catalog, sync content into it, then read back its status.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyArtificial IntelligenceCustomer-SupportKnowledge BaseHelp DeskAgentsSupport AutomationSoftware-as-a-ServiceArazzoWorkflows

Provider

brainfish

Workflows

catalog-sync
Create a catalog, sync content, and verify.
3 steps inputs: catalogName, content outputs: catalogId
1
createCatalog
2
syncContent
3
verify

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Create and sync an API catalog
  version: 1.0.0
  summary: Create a catalog, sync content into it, then read back its status.
sourceDescriptions:
- name: catalogsApi
  url: ../openapi/brainfish-catalogs-api-openapi.yml
  type: openapi
workflows:
- workflowId: catalog-sync
  summary: Create a catalog, sync content, and verify.
  inputs:
    type: object
    properties:
      catalogName: {type: string}
      content: {type: string}
  steps:
  - stepId: createCatalog
    operationId: createCatalog
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.catalogName
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      catalogId: $response.body#/id
  - stepId: syncContent
    operationId: syncCatalogContent
    parameters:
    - name: id
      in: path
      value: $steps.createCatalog.outputs.catalogId
    requestBody:
      contentType: application/json
      payload:
        content: $inputs.content
    successCriteria:
    - condition: $statusCode == 200
  - stepId: verify
    operationId: getCatalog
    parameters:
    - name: id
      in: path
      value: $steps.createCatalog.outputs.catalogId
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    catalogId: $steps.createCatalog.outputs.catalogId

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/brainfish-catalog-sync"
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.