For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ironclad CLM

Connection Requirements

1 - Domain

The domain of the Ironclad CLM host.

Default: api.pactsafe.com

2 - API Key

  1. Visit your User Profile by clicking on your initials in the bottom left of the page to open the navigation modal and then selecting User Profile at the top.

  2. Next to the API Keys header, click on the plus sign to open the Register an API Key modal.

  3. With the Register API Key modal open, give your API application a name and a description of what you plan to use the access token for. You can then click Register to move on to the next step.

  4. Once you have clicked Register, a client secret and access token will be generated and displayed in a modal.

  5. Be sure to copy your client secret and access token. These values will not be displayed again and cannot be retrieved after this modal is closed.

3 - Thread Count

This adapter works in a multi-threaded manner. This field represents the number of parallel threads that is going to be constructed for sending API requests (default: 32).

4 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

5 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated