Apigee · Arazzo Workflow

Apigee API Hub Discover and Search

Version 1.0.0

Run a full-text search across API Hub, then read a matching API and list its versions.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetizationArazzoWorkflows

Provider

apigee

Workflows

discover-and-search-hub
Search API Hub, then read an API and enumerate its versions.
Searches API Hub resources for a query, reads a chosen API by id, and lists that API's versions.
3 steps inputs: apiId, locationId, projectId, query outputs: apiDisplayName, searchResults, versions
1
searchHub
Run a full-text search across API Hub resources to discover matching APIs, versions, and specs.
2
getApi
Read the chosen API by id to inspect its metadata.
3
listVersions
List the versions registered under the chosen API.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Apigee API Hub Discover and Search
  summary: Run a full-text search across API Hub, then read a matching API and list its versions.
  description: >-
    The API Hub discovery flow. The workflow runs a full-text search across all
    API Hub resources, then reads a specific API by id and lists its versions to
    drill into a discovered result. Every step spells out its request inline so
    the flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-4270.10
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4270.10
      capability_name: Public API Lifecycle Management
      spec: apigee-api-versions-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: apiVersionsApi
  url: ../openapi/apigee-api-versions-api-openapi.yml
  type: openapi
- name: locationsApi
  url: ../openapi/apigee-locations-api-openapi.yml
  type: openapi
- name: projectsApi
  url: ../openapi/apigee-projects-api-openapi.yml
  type: openapi
workflows:
- workflowId: discover-and-search-hub
  summary: Search API Hub, then read an API and enumerate its versions.
  description: >-
    Searches API Hub resources for a query, reads a chosen API by id, and lists
    that API's versions.
  inputs:
    type: object
    required:
    - projectId
    - locationId
    - query
    - apiId
    properties:
      projectId:
        type: string
        description: Google Cloud project id hosting the API Hub.
      locationId:
        type: string
        description: Google Cloud location of the API Hub resources.
      query:
        type: string
        description: Full-text search query string.
      apiId:
        type: string
        description: Id of the API to drill into after searching.
  steps:
  - stepId: searchHub
    description: >-
      Run a full-text search across API Hub resources to discover matching APIs,
      versions, and specs.
    operationId: searchResources
    parameters:
    - name: projectId
      in: path
      value: $inputs.projectId
    - name: locationId
      in: path
      value: $inputs.locationId
    requestBody:
      contentType: application/json
      payload:
        query: $inputs.query
        pageSize: 25
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      searchResults: $response.body#/searchResults
  - stepId: getApi
    description: >-
      Read the chosen API by id to inspect its metadata.
    operationId: getApi
    parameters:
    - name: projectId
      in: path
      value: $inputs.projectId
    - name: locationId
      in: path
      value: $inputs.locationId
    - name: apiId
      in: path
      value: $inputs.apiId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      apiDisplayName: $response.body#/displayName
  - stepId: listVersions
    description: >-
      List the versions registered under the chosen API.
    operationId: listApiVersions
    parameters:
    - name: projectId
      in: path
      value: $inputs.projectId
    - name: locationId
      in: path
      value: $inputs.locationId
    - name: apiId
      in: path
      value: $inputs.apiId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      versions: $response.body#/versions
  outputs:
    searchResults: $steps.searchHub.outputs.searchResults
    apiDisplayName: $steps.getApi.outputs.apiDisplayName
    versions: $steps.listVersions.outputs.versions

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/apigee-discover-and-search-hub-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.