# Axonius

{% hint style="info" %}
This integration is currently in beta.
{% endhint %}

Connect your Axonius account with Halo Security to automatically import assets into the Halo Security platform.

### Axonius Setup

To connect Halo Security with Axonius, you'll need to create a service account with API access:

1. Log in to Axonius as an administrator.
2. Navigate to **System Settings → User and Role Management → Service Accounts**.
3. Create a new service account.
4. Assign a role that has API access permissions (such as "Viewer" or a custom role with read-only query access).
5. Assign a data scope (e.g., full access or limited to specific assets).
6. Copy the generated **API Key** and **API Secret**.

### Connect Axonius to Halo Security

1. Visit your *Settings → Integrations →* [Add](https://app.halosecurity.com/user/settings/integrations/add)
2. Add the Axonius integration
3. Name the integration and click **Add**
4. Configure the following settings:
   * **Auto-Update Every:** Select how often you would like to sync data from Axonius
   * **API Key**: Enter your API key
   * **API Secret**: Enter your API secret
5. Click **Save**

After verifying the account details, your integration will be ready for use.

{% hint style="info" %}
You can add domains or hosts to ignore in the **Ignore** tab. Any hosts listed here will be skipped when retrieving information from Axonius, allowing you to exclude specific resources from your asset discovery.
{% 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.halosecurity.com/docs/integrations/discovery-integrations/axonius.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.
