Landmark Information Group · Arazzo Workflow

Assemble a Contract Pack Vault

Version 1.0.0

Create a Document Vault, add a document, set the recipient organisation and a recipient, and read back the vault and its activity trail.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub Real-EstateUnited KingdomPropTechProperty DataConveyancingLand RegistryGeospatialValuationAnti-Money LaunderingPlanning DataMortgageArazzoWorkflows

Provider

landmark-information

Workflows

assemble-contract-pack
Build the pack from a case management system. Sharing is not an API operation - it happens in the Contract Pack Vault web app.
6 steps inputs: accountId, recipient, recipientOrganisation, vaultRequest outputs: documentVaultId
2
addDocument
One file per call, 25 MB max, PDF/DOC/DOCX/JPEG/PNG. Billing starts here. The document returns Pending until virus scanning and analysis complete.
4
addRecipient
Adding a recipient is not sharing - the vault is shared from the web app.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Assemble a Contract Pack Vault
  version: 1.0.0
  summary: Create a Document Vault, add a document, set the recipient organisation and a recipient, and read back the vault and its activity trail.
sourceDescriptions:
- name: activitiesApi
  url: ../openapi/landmark-information-activities-api-openapi.yml
  type: openapi
- name: documentVaultsApi
  url: ../openapi/landmark-information-document-vaults-api-openapi.yml
  type: openapi
- name: documentsApi
  url: ../openapi/landmark-information-documents-api-openapi.yml
  type: openapi
workflows:
- workflowId: assemble-contract-pack
  summary: Build the pack from a case management system. Sharing is not an API operation - it happens in the Contract Pack Vault web app.
  inputs:
    type: object
    required:
    - accountId
    - vaultRequest
    - recipientOrganisation
    - recipient
    properties:
      accountId:
        type: string
        description: Account-Id header value issued with your credentials.
      vaultRequest:
        type: object
      recipientOrganisation:
        type: object
      recipient:
        type: object
  steps:
  - stepId: createVault
    operationId: document-vault-vaults-create
    parameters:
    - name: Account-Id
      in: header
      value: $inputs.accountId
    requestBody:
      contentType: application/json
      payload: $inputs.vaultRequest
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      documentVaultId: $response.body#/id
  - stepId: addDocument
    operationId: document-vault-documents-create
    description: One file per call, 25 MB max, PDF/DOC/DOCX/JPEG/PNG. Billing starts here. The document returns Pending until virus scanning and analysis complete.
    parameters:
    - name: Account-Id
      in: header
      value: $inputs.accountId
    - name: documentVaultId
      in: path
      value: $steps.createVault.outputs.documentVaultId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: setRecipientOrganisation
    operationId: document-vault-recipient-organisation-update
    parameters:
    - name: Account-Id
      in: header
      value: $inputs.accountId
    - name: documentVaultId
      in: path
      value: $steps.createVault.outputs.documentVaultId
    requestBody:
      contentType: application/json
      payload: $inputs.recipientOrganisation
    successCriteria:
    - condition: $statusCode == 200
  - stepId: addRecipient
    operationId: document-vault-recipients-create
    description: Adding a recipient is not sharing - the vault is shared from the web app.
    parameters:
    - name: Account-Id
      in: header
      value: $inputs.accountId
    - name: documentVaultId
      in: path
      value: $steps.createVault.outputs.documentVaultId
    requestBody:
      contentType: application/json
      payload: $inputs.recipient
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readVault
    operationId: document-vault-vaults-read
    parameters:
    - name: Account-Id
      in: header
      value: $inputs.accountId
    - name: documentVaultId
      in: path
      value: $steps.createVault.outputs.documentVaultId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readActivities
    operationId: document-vault-activities-list
    parameters:
    - name: Account-Id
      in: header
      value: $inputs.accountId
    - name: documentVaultId
      in: path
      value: $steps.createVault.outputs.documentVaultId
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    documentVaultId: $steps.createVault.outputs.documentVaultId

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/landmark-information-assemble-contract-pack"
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.