> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/cipp/integrations/gradient.md).

# Gradient

{% hint style="info" %}
For the latest version of this documentation, you can check out Gradient's documentation [here](https://support.meetgradient.com/cipp)
{% endhint %}

## Setting Up the Integration

{% stepper %}
{% step %}

### **Generate Vendor API Keys**

* [Login](https://app.usegradient.com/login) to Synthesize, Navigate to **Integrations,** and click on **Custom**
* Select the modules you want to integrate
* Assign a Name and Description of Cyberdrain or CIPP to the custom integration.
* Agree to the Terms and Conditions
* Generate API Keys
* Note the details for use within Cyberdrain.
  {% endstep %}

{% step %}

### **Connect the Integration**

* Login to CIPP and navigate to **CIPP** -> **Integrations**.
* Select **Gradient**.
* Enter the Gradient Vendor and Partner API Keys. Set the checkbox for "Enable Integration".
* Click on "Test Connection" to see if you've entered the keys correctly.
* After entering the keys, you can force the first sync.
* Navigate back to Synthesize and click the Status Refresh button for the CIPP integration.
* Press Next to complete the service and account mapping.
  {% endstep %}

{% step %}

### **Map Accounts and Services**

* Map your accounts by dragging the card from Synthesize on the left to CIPP on the right. When complete, press Next. 
  1. We have auto-mapped any that are exact matches. The remaining can be searched by pressing the filter button or typing in the Synthesize search bar. 
* Map your services by dragging the card from Synthesize on the left to CIPP on the right. When complete, press Next. 
  1. Services can be searched by pressing the filter button or typing in the Synthesize search bar. 
* Review and Press Finish
* Navigate back to CIPP and click Force Sync to import usage
  {% endstep %}
  {% endstepper %}

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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:

```
GET https://docs.cipp.app/user-documentation/cipp/integrations/gradient.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
