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

Kaseya VSA

Connection Requirements

1 - Domain

The Kaseya VSA server domain name or IP Address.

Example: company.vsax.net or yourvsa.example.com

2 - Username

The VSA username that created the Personal Access Token (PAT). This must be the same user account used to generate the PAT.

3 - PAT Token

The Personal Access Token (GUID format) for API authentication. To create a PAT:

  1. Navigate to System > User Security > Users

  2. Select the user account and click the Access Tokens tab

  3. Click New to create a token

  4. In Scopes Assigned, select REST API (Read, Write) only

  5. Do NOT select Data Warehouse API or both options together

  6. Click Save and immediately copy the token

Important: The token is shown only once and cannot be recovered after navigating away from the page. Learn more about creating Personal Access Tokens

4 - HTTPS Proxy

Proxy URL (optional).

5 - Timeout

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

Last updated