Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Productivity / Ironclad
Ironclad logo

Ironclad APIs for AI Agents

ProductivityCollaborationMixed ProvenanceAPI keyAgent Ready

ironcladapp.com·Developer portal → developer.ironcladapp.com

For Agents

APIs2 in catalogue
Endpoints44 indexed
AuthAPI key — 1 credential for all 2 APIs
ProvenanceMixed provenance

An agent can authenticate against Ironclad, obtain an access token, discover available resources, then create contract workflows, track approvals and signatures, revert workflows to review after redlines, and subscribe to lifecycle webhooks. This covers legal-ops automation from credential bootstrap through full contract intake and status tracking.

Ironclad focuses on legal-ops contract workflows: structured intake, role-based approvals, signature tracking, and revert-to-review handling for redlines, rather than sales-led quoting or lightweight document editing. The two specs split cleanly into an authentication and resource-discovery layer and a full workflow, approval, and signature surface.

Use for: Programmatic Ironclad contract workflow creation, approval and signature tracking, participant management, resource discovery, and lifecycle webhooks

Not supported: AI redlining, document storage, e-signature legal evidence, sales quoting, cycle-time dashboards

Credentials: Both specs authenticate with an Ironclad API key, so a single Ironclad key covers them; the ironcladapp spec exchanges that key for a short-lived access token used by downstream workflow calls.

Across 2 Ironclad APIs: 1 vendor-official, 1 third-party, all indexed by Jentic and kept validated and agent-ready.

Ironclad is a contract lifecycle management platform. Its APIs let you create and manage contract workflows, track approvals and signatures, list participants, react to lifecycle events through webhooks, and authenticate integrations by exchanging an API key for a short-lived access token and discovering the resources an integration can act on.

Jentic One on Github

Ironclad API Catalog

2 APIs across 1 product group. All share one credential.

Productivity2

Ironclad Public APICreate and manage contract workflows in Ironclad - kick off a workflow, track approvals and signatures, list participants, and react to lifecycle events via webhooks.~41 endpointsIronclad APIAuthenticate against Ironclad with an API key, exchange it for an access token, and list or retrieve generic resource records that catalogue what the integration can act on.~3 endpoints

Which Ironclad API should I use?

I want to...UseWhy
Authenticate and exchange an API key for an access tokenIronclad APIThe Ironclad API spec exposes POST /auth/token and resource discovery to bootstrap an authenticated session.
Create and manage contract workflows, approvals, and signaturesIronclad Public APIThe Ironclad Public API spec carries the 41 workflow, approval, signature, participant, and webhook endpoints.
Validate which resource IDs are available before actingIronclad APIGET /resources and GET /resources/{id} let an integration confirm valid identifiers before launching workflows.
React to contract lifecycle events in near real timeIronclad Public APIThe Public API provides webhook subscriptions for launch, approval, and signature events.

Install Jentic One Beta

Connect the Ironclad APIs to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Ironclad APIs, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fironcladapp.com" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fironcladapp.com" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Once connected, ask your agent something like: “authenticate with Ironclad and launch a contract workflow”.

What AI Agents Can Do with Ironclad

Each workflow spans multiple Ironclad APIs. Jentic routes each operation to the right API automatically.

Bootstrap then launch a contract workflow

An integration first exchanges its Ironclad API key for an access token and confirms the target resource exists, then creates a contract workflow with the captured intake fields. Using the auth spec to validate credentials and resources before the workflow call keeps failed launches out of the pipeline.

Example prompt:

POST /auth/token on the ironcladapp spec, GET /resources to confirm the template, then POST /workflows on the ironclad spec with the intake fields.

APIs used

Ironclad API + Ironclad Public API

Monitored contract intake pipeline

Operations teams run a periodic healthcheck that exchanges the key for a token and lists resources, and when it passes the pipeline creates workflows and tracks approvals and signatures. This ties credential and access validation to the live contract operations so a broken integration is caught before contracts stall.

Example prompt:

Run POST /auth/token and GET /resources on the ironcladapp spec as a healthcheck, then on success fetch GET /workflows/{id}/approvals and /signatures on the ironclad spec for each open workflow.

APIs used

Ironclad API + Ironclad Public API

Agent-driven contract status assistant

An assistant supporting legal ops obtains an access token, resolves the resource the user names, then answers where a contract stands and can revert a workflow to review when redlines arrive. Combining the discovery layer with the full workflow surface lets one agent go from credential to a specific contract action.

Example prompt:

POST /auth/token and GET /resources/{id} on the ironcladapp spec to resolve the contract, then GET /workflows/{id}/approvals or PATCH /workflows/{id}/revert-to-review on the ironclad spec as the user requests.

APIs used

Ironclad API + Ironclad Public API

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Ironclad by hand means generating an API key, running the token exchange, picking the right regional host, and sending headers on every workflow call across two specs. With Jentic you install Jentic One once, add the Ironclad APIs from the Jentic directory, store the key once, and your agent calls both specs.

Permission scoping

Permission scoping

Ironclad puts the workflow or resource id in the URL path, so your own rules in your Jentic One instance can pin an agent to one workflow or resource and to specific operations. State changes such as revert-to-review are excluded unless you add them.

Credential management

Credential isolation

Your Ironclad API key is stored once, encrypted, by your own Jentic One instance and injected into the request header at execution time. It never enters the agent's prompt, logs, or context, and neither does the access token returned by the auth exchange.

Intent-based discovery

Intent-based discovery

Agents search the Jentic directory by intent such as 'get an Ironclad access token' or 'launch a contract workflow', and Jentic returns the matching Ironclad operation with its input schema, so the agent fills in the fields without reading the reference docs.

FAQs

Specific to using Ironclad APIs through Jentic.

What can I build across the Ironclad APIs?

You can bootstrap an authenticated session, discover the resources an integration can act on, and then create and manage contract workflows with role-based approvals, signature tracking, participant management, and lifecycle webhooks. Together the two specs cover legal-ops contract automation from credential exchange through full contract operations.

Do I need both Ironclad specs?

Most production integrations use both. The Ironclad API spec handles authentication and resource discovery, and the Ironclad Public API spec carries the 41 workflow, approval, and signature endpoints. You can start with either, but real contract operations run against the Public API after the auth spec has provided a token.

Does one credential cover both Ironclad specs?

Yes. Both specs authenticate with an Ironclad API key, so a single key works across them. The auth spec exchanges that key for a short-lived access token that downstream workflow calls can use.

What kinds of contracts and teams does Ironclad suit?

Ironclad is built for legal-ops contract workflows such as NDAs, MSAs, and offer letters that need structured intake, role-based approvals, and signature tracking. It handles redline cycles through a revert-to-review step rather than sales-led quoting or lightweight in-browser editing.

Can I track contract status and lifecycle events programmatically?

Yes. You can fetch per-role approval and signature state for any workflow and subscribe to webhooks for launch, approval, and signature events, so a CRM, warehouse, or assistant can reflect where a contract stands without anyone opening the Ironclad UI.

How does Ironclad handle counterparty redlines?

When a counterparty returns redlines after the review step, you can move the workflow back with the revert-to-review operation instead of asking the owner to click through the interface, then re-route the updated draft for approval. This automates the handling on every redline cycle.

If you need a different Productivity vendor

All 3 are in the Jentic catalogue with the same one-credential, intent-search pattern.

PandaDocDocument automation, e-signature, and CPQ for sales-led deals; an alternative when the focus is quoting rather than legal-ops review.
JuroBrowser-native contract automation with templates and approvals; an alternative for lightweight in-browser editing.
GreenhouseApplicant tracking that hands off hire events to Ironclad for offer-letter and employment-contract workflows.

BOOK A DEMO

Start Connecting APIs to Your AI Agents

Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.

Book a Demo