Ironclad · Arazzo Workflow

Ironclad Launch and Track a Workflow

Version 1.0.0

Launch a contract workflow synchronously, then read back its data and documents.

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

Provider

ironclad

Workflows

launch-and-track-workflow
Launch a workflow, retrieve it, then list its documents.
Launches a new workflow synchronously from a template, retrieves the launched workflow by id, and lists the documents associated with it.
3 steps inputs: asUserEmail, attributes, authorization, template outputs: signaturePacketDocuments, title, workflowId
1
launchWorkflow
Launch a new contract workflow synchronously from the supplied template and attributes.
2
retrieveWorkflow
Retrieve the launched workflow to confirm its current step and schema.
3
listDocuments
Retrieve all documents on the workflow, both included in and excluded from the signature packet.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Ironclad Launch and Track a Workflow
  summary: Launch a contract workflow synchronously, then read back its data and documents.
  description: >-
    The core Ironclad contract lifecycle entry point. The workflow launches a
    new contract workflow from a template with a set of attributes, retrieves
    the freshly launched workflow to confirm its current step and schema, and
    then lists the documents attached to it (both inside and outside the
    signature packet). 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
sourceDescriptions:
- name: workflowsApi
  url: ../openapi/ironclad-workflows-api-openapi.yml
  type: openapi
workflows:
- workflowId: launch-and-track-workflow
  summary: Launch a workflow, retrieve it, then list its documents.
  description: >-
    Launches a new workflow synchronously from a template, retrieves the
    launched workflow by id, and lists the documents associated with it.
  inputs:
    type: object
    required:
    - authorization
    - template
    - attributes
    properties:
      authorization:
        type: string
        description: Bearer token for the Ironclad Authorization header (e.g. "Bearer abc123").
      template:
        type: string
        description: The identifier of the workflow template to launch.
      attributes:
        type: object
        description: The attribute (property) values used to populate the workflow's launch form.
      asUserEmail:
        type: string
        description: Optional x-as-user-email actor header for the request.
  steps:
  - stepId: launchWorkflow
    description: >-
      Launch a new contract workflow synchronously from the supplied template
      and attributes.
    operationId: launch-a-new-workflow
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: x-as-user-email
      in: header
      value: $inputs.asUserEmail
    requestBody:
      contentType: application/json
      payload:
        template: $inputs.template
        attributes: $inputs.attributes
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workflowId: $response.body#/id
      step: $response.body#/step
  - stepId: retrieveWorkflow
    description: >-
      Retrieve the launched workflow to confirm its current step and schema.
    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
  - stepId: listDocuments
    description: >-
      Retrieve all documents on the workflow, both included in and excluded from
      the signature packet.
    operationId: retrieve-workflow-documents
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: id
      in: path
      value: $steps.launchWorkflow.outputs.workflowId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      signaturePacketDocuments: $response.body#/signaturePacketDocuments
      excludedDocuments: $response.body#/excludedFromSignaturePacketDocuments
  outputs:
    workflowId: $steps.launchWorkflow.outputs.workflowId
    title: $steps.retrieveWorkflow.outputs.title
    signaturePacketDocuments: $steps.listDocuments.outputs.signaturePacketDocuments

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-launch-and-track-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.