Ironclad GraphQL Schema
This conceptual GraphQL schema represents the Ironclad digital contracting platform API surface. Ironclad's public REST API (base URL: `https://na1.ironcladapp.com/public/api/v1`) exposes contract lifecycle management primitives including Workflows, Records, Entities, Obligations, Webhooks, Exports, and Conversational Search. This GraphQL schema models the same domain as a typed graph to support client-driven queries, reduced over-fetching, and nested relationship traversal in a single request.
Overview
Ironclad GraphQL Schema is a GraphQL API specification published by Ironclad on the APIs.io network.
This conceptual GraphQL schema represents the Ironclad digital contracting platform API surface. Ironclad’s public REST API (base URL: https://na1.ironcladapp.com/public/api/v1) exposes contract lifecycle management primitives including Workflows, Records, Entities, Obligations, Webhooks, Exports, and Conversational Search. This GraphQL schema models the same domain as a typed graph to support client-driven queries, reduced over-fetching, and nested relationship traversal in a single request.
Tagged areas include Contract Lifecycle Management, CLM, Contracts, Legal Tech, and LegalOps.
Endpoint
Related API Specs
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.