| name | ironclad |
| title | Ironclad |
| description | Ironclad integration. Manage data, records, and automate workflows. Use when the user wants to interact with Ironclad data. |
| author | membranedev |
| author_url | https://github.com/membranedev/application-skills/tree/main/skills/ironclad |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | contracts |
| language | en |
Ironclad
Ironclad is a contract lifecycle management platform that helps legal and business teams streamline and automate their contracting processes. It's used by companies of all sizes to manage contracts from creation to execution and renewal.
Official docs: https://developers.ironcladapp.com/
Ironclad Overview
- Workflow
- Counterparty
- Approval Group
- Field
- Repository
- User
- Company
- Template
- Report
- Dashboard
Use action names and parameters as needed.
Working with Ironclad
This skill uses the Membrane CLI to interact with Ironclad. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
npm install -g @membranehq/cli@latest
Authentication
membrane login --tenant --clientName=<agentType>
This will either open a browser for authentication or print an authorization URL to the console, depending on whether interactive mode is available.
Headless environments: The command will print an authorization URL. Ask the user to open it in a browser. When they see a code after completing login, finish with:
membrane login complete <code>
Add --json to any command for machine-readable JSON output.
Agent Types : claude, openclaw, codex, warp, windsurf, etc. Those will be used to adjust tooling to be used best with your harness
Connecting to Ironclad
Use membrane connection ensure to find or create a connection by app URL or domain:
membrane connection ensure "https://ironcladapp.com/" --json
The user completes authentication in the browser. The output contains the new connection id.