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

BeyondTrust Entitle

Connection Requirements

1 - Domain

The API host for your Entitle tenant. In most deployments this is api.entitle.io. Change it only if BeyondTrust has provisioned a dedicated API endpoint for your organization.

2 - API Token

A personal or service API token generated from the Entitle admin console. Navigate to the Tokens section, click Add, choose API token, provide a token name (2-250 characters) and an expiration, then click Reveal token to copy the value. The token is sent as a Bearer token in the Authorization header.

3 - Proxy

Optional. Use host:port format if the connector must reach api.entitle.io through an outbound HTTP proxy. Leave empty for direct connections.

4 - Timeout

Optional. Request timeout in seconds. Increase this if Entitle responses are slow under load. (default: 30)

Default Values

  • Domain: api.entitle.io

  • Proxy: empty

  • Timeout: 30 seconds

Last updated