Ironclad · Arazzo Workflow

Ironclad Discover a Template and Launch a Workflow

Version 1.0.0

List workflow launch schemas, then launch a workflow against a chosen template.

1 workflow 1 source API 1 provider
View Spec View on GitHub Contract Lifecycle ManagementCLMContractsLegal TechLegalOpsEnterpriseWorkflowsE-SignatureClickwrapArtificial IntelligenceAuthenticationSCIMWebhookArazzoWorkflows

Provider

ironclad

Workflows

discover-and-launch-from-schema
Discover a launch schema, launch a workflow from it, then retrieve it.
Lists the launch schemas to resolve a template id, launches a new workflow using that template and the supplied attributes, and retrieves the result.
3 steps inputs: attributes, authorization outputs: step, templateId, workflowId
1
listSchemas
List all workflow launch schemas to discover available templates and their attributes.
2
launchWorkflow
Launch a new workflow synchronously against the resolved template id.
3
retrieveWorkflow
Retrieve the launched workflow to confirm its current step.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ironclad Discover a Template and Launch a Workflow
  summary: List workflow launch schemas, then launch a workflow against a chosen template.
  description: >-
    A schema-driven launch flow. Before launching, the workflow lists all
    workflow launch schemas to discover available templates and their required
    attributes, launches a new workflow against the first matching template, and
    retrieves the launched workflow to confirm its step. Each step inlines its
    request so the chain can be read and executed without opening the underlying
    OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: workflowsApi
  url: ../openapi/ironclad-workflows-api-openapi.yml
  type: openapi
workflows:
- workflowId: discover-and-launch-from-schema
  summary: Discover a launch schema, launch a workflow from it, then retrieve it.
  description: >-
    Lists the launch schemas to resolve a template id, launches a new workflow
    using that template and the supplied attributes, and retrieves the result.
  inputs:
    type: object
    required:
    - authorization
    - attributes
    properties:
      authorization:
        type: string
        description: Bearer token for the Ironclad Authorization header.
      attributes:
        type: object
        description: The attribute values used to populate the workflow's launch form.
  steps:
  - stepId: listSchemas
    description: >-
      List all workflow launch schemas to discover available templates and their
      attributes.
    operationId: list-all-workflow-schemas
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: form
      in: query
      value: launch
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      templateId: $response.body#/list/0/id
      templateName: $response.body#/list/0/name
  - stepId: launchWorkflow
    description: >-
      Launch a new workflow synchronously against the resolved template id.
    operationId: launch-a-new-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    requestBody:
      contentType: application/json
      payload:
        template: $steps.listSchemas.outputs.templateId
        attributes: $inputs.attributes
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workflowId: $response.body#/id
  - stepId: retrieveWorkflow
    description: >-
      Retrieve the launched workflow to confirm its current step.
    operationId: retrieve-a-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $steps.launchWorkflow.outputs.workflowId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      title: $response.body#/title
      step: $response.body#/step
  outputs:
    templateId: $steps.listSchemas.outputs.templateId
    workflowId: $steps.launchWorkflow.outputs.workflowId
    step: $steps.retrieveWorkflow.outputs.step

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/ironclad-discover-and-launch-from-schema"
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.