> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/integrations/overview/a-lign-integration.md).

# A-LIGN Integration

The A-LIGN integration enables Sprinto to push audit evidence directly to your A-LIGN account, reducing manual uploads and streamlining the audit process.

To establish the connection, you'll need an A-LIGN administrator account and an API Key with its corresponding Secret Key.

### Prerequisites

Before you begin, ensure that you have:

* An A-LIGN administrator account.
* An A-LIGN API Key.
* An A-LIGN Secret Key.

{% hint style="info" %}

#### Note

If you do not have an API Key and Secret Key, create them by following the steps in the **Find your API credentials** section below.
{% endhint %}

***

## Permissions required

Sprinto requires the following access to connect with A-LIGN:

* Administrator access to your A-LIGN account.

***

## Data used by Sprinto

Sprinto stores the following credentials to establish and maintain the connection:

* API Key
* Secret Key

These credentials are used only to authenticate with your A-LIGN account and push audit evidence.

***

## Find your API credentials

If you do not already have an API Key and Secret Key, create them in your A-LIGN account.

1. Sign in to your **A-LIGN** account.
2. Navigate to **Settings > API Keys**.
3. Click **Create API Key**.

<figure><img src="/files/TBbr7H4K67clbcOZ3rjV" alt="" width="563"><figcaption></figcaption></figure>

4. Enter a name for the new API key.
5. Click **Create API Key**.

<figure><img src="/files/S5qrozY7x4Mmu1Eh4uTo" alt="" width="563"><figcaption></figcaption></figure>

6. Open the newly created API key.
7. Copy the following values:
   * **API Key**
   * **API Key Secret**

<figure><img src="/files/PyzbBrjMk2DtJkN9M96R" alt="" width="563"><figcaption></figcaption></figure>

6. Keep these credentials ready for the Sprinto integration.

***

## Connect A-LIGN to Sprinto

1. Sign in to your Sprinto dashboard.
2. Navigate to **Settings > Integrations**.
3. Search for **A-LIGN**.
4. Click **Connect** next to the integration.

<figure><img src="/files/lBQlv9x2Lk5IOhxnUn7T" alt="" width="563"><figcaption></figcaption></figure>

5. Review the required permissions and data Sprinto uses.
6. Click **Next**.

<figure><img src="/files/ZFjIgOYV3mDzxvpmkbsV" alt="" width="375"><figcaption></figcaption></figure>

7. Enter your:
   * **API Key**
   * **Secret Key**
8. Click **Validate**.

<figure><img src="/files/xgpLKrAyOF8CkiCPGrYt" alt="" width="375"><figcaption></figcaption></figure>

9. Sprinto validates the credentials and establishes the connection.
10. Once validated, click **Connect A-LIGN** to integrate A-LIGN with your account.

<figure><img src="/files/CVO6QFoYqR0nk4n1u2q9" alt="" width="375"><figcaption></figcaption></figure>

***

## Post-connection flow

After the integration is successfully connected:

* Sprinto securely stores your API credentials.
* Sprinto can automatically push audit evidence to your A-LIGN account.
* The integration appears as **Active** on the Integrations page.
* You can reconnect the integration at any time by updating the API credentials if they change.

***

## Troubleshooting

#### Validation fails

Ensure that:

* The API Key and Secret Key are copied correctly.
* The API credentials have not been regenerated or revoked.
* You're using credentials from the correct A-LIGN account.

#### Unable to create an API Key

Ensure that your account has administrator permissions. Contact your A-LIGN administrator if you cannot access the **API Keys** page.

#### Evidence isn't syncing

* Verify that the integration is active in Sprinto.
* Confirm that the API credentials are still valid.
* Reconnect the integration if the credentials have been regenerated.

***

#### Next Steps

After connecting A-LIGN with Sprinto, you can create and manage audits directly from Sprintto.

To learn how to create and manage an audit with A-LIGN, see [**Create a Custom Audit with A-LIGN**](/audits/dashboard-actions/create-a-custom-audit-with-a-lign.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sprinto.com/integrations/overview/a-lign-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
