> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ironclad

## What's Supported

### Supported Actions

This connector supports:

* **Proxy Actions**, using the base URL `https://ironcladapp.com`.

## Before You Get Started

To integrate Ironclad with Ampersand, you will need [an Ironclad Account](https://ironcladapp.com/).

Once your account is created, you'll need to register an OAuth app and obtain the following credentials:

* Client ID
* Client Secret
* Scopes

You will then use these credentials to connect your application to Ampersand.

### Create an Ironclad Account

Here's how you can sign up for an Ironclad account:

1. Go to the [Ironclad Sign Up](https://ironcladapp.com/signin) page.
2. Fill out the form to request a demo or contact Ironclad's sales team to set up an account.

### Creating an Ironclad OAuth App

Follow the steps below to create an Ironclad OAuth app:

1. Log in to your [Ironclad](https://ironcladapp.com/signin) account.
2. Navigate to the `Company Settings >> API` section.
3. Click **Create new app**.
4. Enter a name for your application, and click **Create app**.

You'll see your **Client ID** and **Client Secret**. Note these credentials, as you'll need them to connect to Ampersand.

5. Click **Continue.**
6. In the **Redirect URIs** section, add the ampersand redirect URI: `https://api.withampersand.com/callbacks/v1/oauth`.
7. In the **Scopes** section, select the scopes applicable for you application.
8. Click **Save Changes**.

<img src="https://mintcdn.com/ampersand-24eb5c1a/CkzFg-K1u4gYx3ZD/images/provider-guides/ironclad1.gif?s=54a59631674c13bdc060c0319c918bb6" alt="Alt text" width="1680" height="816" data-path="images/provider-guides/ironclad1.gif" />

## Add Your Ironclad OAuth Credentials to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).
2. Select the project where you want to create an *Ironclad* integration.
3. Select **Provider Apps**.
4. Select *Ironclad* from the **Provider** list.
5. Enter the previously obtained *Client ID* in the **Client ID** field and the *Client Secret* in the **Client Secret** field.
6. Enter the scopes set for your application in *Ironclad*.

<img src="https://mintcdn.com/ampersand-24eb5c1a/CkzFg-K1u4gYx3ZD/images/provider-guides/ironclad.gif?s=198b668b5b1a0068e09115f3ff195675" alt="Alt text" width="896" height="520" data-path="images/provider-guides/ironclad.gif" />

7. Click **Save Changes**.
