> For the complete documentation index, see [llms.txt](https://docs.cow.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cow.tech/using-cow/navigation/integrations/connectwise-psa/connectwise-permissions.md).

# Connectwise Permissions

To enable secure warranty sync while following least privilege principles, you’ll need to create a dedicated API member and role.

### Custom Role Creation

{% stepper %}
{% step %}

### Open System > Security Roles

{% endstep %}

{% step %}

### Create a new Role

Best practice is to create a custom role for each integration to be sure to scope the integration to the least priviledged access. Be sure to name the role something easily identifiable, e.g. `CyberDrain Only Warranties`
{% endstep %}

{% step %}

### Set Required Permissions

The following permissions are needed for COW to function properly. All other settings can remain set as `None`:

| Module    | Function            | Add | Edit | Delete | Inquire |
| --------- | ------------------- | --- | ---- | ------ | ------- |
| Companies | Company Maintenance |     |      |        | All     |
|           | Configurations      |     | All  |        | All     |
| System    | Table Setup         |     |      |        | All     |

For the Table Setup function, click the customize link next to the function and select the following and add them to the "Allow Access to these" section:

* Company / Company Status
* Company / Company Type
* Company / Configuration
* Company / Configuration Status
  {% endstep %}
  {% endstepper %}

### **API Member Creation**

{% stepper %}
{% step %}
Go to System > Members > API Members

{% endstep %}

{% step %}
Create new API member

{% endstep %}

{% step %}
Assign the custom role created above

{% endstep %}

{% step %}
Under **API Keys**, generate the **Public/Private Key Pair**

{% endstep %}

{% step %}
Save the **Company, Site, URL**, and **Keys** in your warranty sync setup

{% endstep %}
{% endstepper %}


---

# 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.cow.tech/using-cow/navigation/integrations/connectwise-psa/connectwise-permissions.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.
