Workato · Arazzo Workflow

Workato Equip a Genie with a Knowledge Base

Version 1.0.0

Create a knowledge base and attach it to an AI agent for context.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowsArazzoWorkflows

Provider

workato

Workflows

equip-genie-with-knowledge-base
Create a knowledge base and assign it to a genie.
Creates a knowledge base, confirms it, lists its data sources, and assigns it to the target genie.
4 steps inputs: dataSources, description, folderId, genieId, name, sourceType outputs: assignedKnowledgeBases, kbName, knowledgeBaseId
1
createKnowledgeBase
Create the knowledge base with the supplied name, source type, and data sources.
2
confirmKnowledgeBase
Read the knowledge base back to confirm it was provisioned.
3
listDataSources
List the configured data sources to confirm they were registered.
4
assignKnowledgeBase
Assign the knowledge base to the genie for contextual grounding.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Workato Equip a Genie with a Knowledge Base
  summary: Create a knowledge base and attach it to an AI agent for context.
  description: >-
    Gives an AI agent contextual grounding data. The workflow creates a
    knowledge base with its data sources, reads it back to confirm provisioning,
    lists its configured data sources, and assigns the knowledge base to a genie
    so the agent can draw on it. 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-610.60
  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-610.60
      capability_name: Artificial Intelligence Management
      spec: workato-genies-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: geniesApi
  url: ../openapi/workato-genies-api-openapi.yml
  type: openapi
- name: knowledgeBasesApi
  url: ../openapi/workato-knowledge-bases-api-openapi.yml
  type: openapi
workflows:
- workflowId: equip-genie-with-knowledge-base
  summary: Create a knowledge base and assign it to a genie.
  description: >-
    Creates a knowledge base, confirms it, lists its data sources, and assigns
    it to the target genie.
  inputs:
    type: object
    required:
    - name
    - sourceType
    - genieId
    properties:
      name:
        type: string
        description: Display name for the knowledge base.
      description:
        type: string
        description: Human-readable description of the knowledge base's content.
      folderId:
        type: integer
        description: ID of the folder to place the knowledge base in.
      sourceType:
        type: string
        description: The type of data sources used in this knowledge base.
      dataSources:
        type: array
        description: List of data source configurations for the knowledge base.
        items:
          type: object
      genieId:
        type: integer
        description: The genie that should receive the knowledge base.
  steps:
  - stepId: createKnowledgeBase
    description: Create the knowledge base with the supplied name, source type, and data sources.
    operationId: createKnowledgeBase
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.name
        description: $inputs.description
        folder_id: $inputs.folderId
        source_type: $inputs.sourceType
        data_sources: $inputs.dataSources
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      knowledgeBaseId: $response.body#/id
      kbName: $response.body#/name
  - stepId: confirmKnowledgeBase
    description: Read the knowledge base back to confirm it was provisioned.
    operationId: getKnowledgeBase
    parameters:
    - name: id
      in: path
      value: $steps.createKnowledgeBase.outputs.knowledgeBaseId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      sourceType: $response.body#/source_type
  - stepId: listDataSources
    description: List the configured data sources to confirm they were registered.
    operationId: listKnowledgeBaseDataSources
    parameters:
    - name: id
      in: path
      value: $steps.createKnowledgeBase.outputs.knowledgeBaseId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dataSources: $response.body#/data_sources
  - stepId: assignKnowledgeBase
    description: Assign the knowledge base to the genie for contextual grounding.
    operationId: assignKnowledgeBasesToGenie
    parameters:
    - name: id
      in: path
      value: $inputs.genieId
    requestBody:
      contentType: application/json
      payload:
        knowledge_base_ids:
        - $steps.createKnowledgeBase.outputs.knowledgeBaseId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      assignedKnowledgeBases: $response.body#/items
  outputs:
    knowledgeBaseId: $steps.createKnowledgeBase.outputs.knowledgeBaseId
    kbName: $steps.createKnowledgeBase.outputs.kbName
    assignedKnowledgeBases: $steps.assignKnowledgeBase.outputs.assignedKnowledgeBases

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/workato-equip-genie-with-knowledge-base-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.