# Trellix ePO Cloud

## Connection Requirements

{% stepper %}
{% step %}

### API Domain

The base API domain used for Trellix API requests.\
Default value: `api.manage.trellix.com`
{% endstep %}

{% step %}

### Token Domain

The authorization domain used to fetch access tokens.\
Default value: `auth.trellix.com`
{% endstep %}

{% step %}

### Client ID

The Client ID of the Trellix IAM application.
{% endstep %}

{% step %}

### Client Secret

The Client Secret associated with your Trellix IAM Client ID.

To get credentials for Trellix:

* Login to the Trellix IAM with your user credentials.
* At the top right of the page, click on the user icon, and from the dropdown, select Client Credentials.
* A page opens where you can view your Trellix Application Programming Interface (API) keys. At the top right corner, click Add.
* Select all EDR-related scopes.
* Click Create.
* Your Client ID and Secret will be generated.
  {% endstep %}

{% step %}

### X-API-KEY

You can obtain the `x-api-key` from your onboarding email. Alternatively, you may navigate to the API Access Information page.
{% endstep %}

{% step %}

### Token Scopes

The scopes required for device and EDR data retrieval.
{% endstep %}

{% step %}

### Proxy

Optional proxy configuration for routing API requests.
{% endstep %}

{% step %}

### Is Secure

Indicates whether HTTPS should be used for requests.\
Default: `true`
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ Attention

Please perform a connection test to ensure there is a valid connection to the host.\
When the discovery operation is finalized, you will be able to see the details on the Assets page.
{% endhint %}


---

# Agent Instructions: 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.octoxlabs.com/adapters/adapters/trellix-epo-cloud.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.
