Ironclad

api.ironclad.com

Community

Ironclad is a contract lifecycle management (CLM) platform that automates the entire contract process from creation to signature to storage. Its API enables programmatic management of contract workflows, records, approvals, and metadata for legal operations teams.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.ironclad.com

Crawl failures

1

Last verified

2026-03-01T11:08:16.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_record

storage

Create a new contract record directly in the repository for contracts that were executed outside of Ironclad workflows.

Detail: https://api.ironclad.com/capabilities/create_record

get_record

storage

Retrieve the full details of a specific contract record including its metadata, attachments, and lifecycle history.

Detail: https://api.ironclad.com/capabilities/get_record

get_workflow

storage

Retrieve the current status, metadata, and details of an existing contract workflow.

Detail: https://api.ironclad.com/capabilities/get_workflow

launch_workflow

storage

Create and launch a new contract workflow from a template, specifying attributes, approvers, and counterparty details.

Detail: https://api.ironclad.com/capabilities/launch_workflow

list_records

storage

Retrieve all contract records from the repository with filtering by metadata, status, or date range.

Detail: https://api.ironclad.com/capabilities/list_records

list_workflows

storage

List all workflows in your Ironclad instance with optional filtering by status, template, or date.

Detail: https://api.ironclad.com/capabilities/list_workflows

update_workflow_approval

storage

Approve or reject a workflow that is pending approval, moving it to the next step in its lifecycle.

Detail: https://api.ironclad.com/capabilities/update_workflow_approval

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Ironclad
Description: Ironclad is a contract lifecycle management (CLM) platform that automates the entire contract process from creation to signature to storage. Its API enables programmatic management of contract workflows, records, approvals, and metadata for legal operations teams.
Auth: api_key
Capabilities:
  - create_record: Create a new contract record directly in the repository for contracts that were executed outside of Ironclad workflows.
  - get_record: Retrieve the full details of a specific contract record including its metadata, attachments, and lifecycle history.
  - get_workflow: Retrieve the current status, metadata, and details of an existing contract workflow.
  - launch_workflow: Create and launch a new contract workflow from a template, specifying attributes, approvers, and counterparty details.
  - list_records: Retrieve all contract records from the repository with filtering by metadata, status, or date range.
  - list_workflows: List all workflows in your Ironclad instance with optional filtering by status, template, or date.
  - update_workflow_approval: Approve or reject a workflow that is pending approval, moving it to the next step in its lifecycle.