Moveworks · Arazzo Workflow

Moveworks — start an AI Assistant conversation and read the reply

Version 1.0.0

Create a conversation, request a response, then list the resulting messages.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyArtificial IntelligenceAgentic AIAI AssistantEnterprise AutomationConversational AIEmployee ExperienceITSMEnterprise SearchArazzoWorkflows

Provider

moveworks

Workflows

converse-with-assistant
Create a conversation, generate a response, and read the transcript.
3 steps inputs: bearer_token, user_input
1
create-conversation
2
create-response
3
list-messages

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Moveworks — start an AI Assistant conversation and read the reply
  version: 1.0.0
  summary: Create a conversation, request a response, then list the resulting messages.
sourceDescriptions:
- name: conversationsApi
  url: ../openapi/moveworks-conversations-api-openapi.yml
  type: openapi
- name: messagesApi
  url: ../openapi/moveworks-messages-api-openapi.yml
  type: openapi
- name: responsesApi
  url: ../openapi/moveworks-responses-api-openapi.yml
  type: openapi
workflows:
- workflowId: converse-with-assistant
  summary: Create a conversation, generate a response, and read the transcript.
  inputs:
    type: object
    properties:
      bearer_token: {type: string}
      user_input: {type: string}
  steps:
  - stepId: create-conversation
    operationId: create-conversation
    parameters:
    - name: Authorization
      in: header
      value: "Bearer {$inputs.bearer_token}"
    outputs:
      conversation_id: $response.body#/conversation_id
  - stepId: create-response
    operationId: create-response
    parameters:
    - name: conversation_id
      in: path
      value: $steps.create-conversation.outputs.conversation_id
    - name: Authorization
      in: header
      value: "Bearer {$inputs.bearer_token}"
    outputs:
      response_id: $response.body#/response_id
  - stepId: list-messages
    operationId: list-conversation-messages
    parameters:
    - name: conversation_id
      in: path
      value: $steps.create-conversation.outputs.conversation_id
    - name: Authorization
      in: header
      value: "Bearer {$inputs.bearer_token}"

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/moveworks-conversation"
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.