Ironclad
api.ironclad.com
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.
api_key
free
1.0
https://api.ironclad.com
1
2026-03-01 11:08:16
Health
Capabilities
create_record
storageCreate 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
storageRetrieve 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
storageRetrieve the current status, metadata, and details of an existing contract workflow.
Detail: https://api.ironclad.com/capabilities/get_workflow
launch_workflow
storageCreate 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
storageRetrieve all contract records from the repository with filtering by metadata, status, or date range.
Detail: https://api.ironclad.com/capabilities/list_records
list_workflows
storageList 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
storageApprove 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.