Axoniq Platform Configuration

Axoniq Insights can connect to Axoniq Platform for license management and centralized monitoring. When connected, Insights validates its license through the platform and reports health and usage information.

Properties

Parameter Default Description

insights.platform.url

https://platform.axoniq.io

URL of the Axoniq Platform instance to connect to.

insights.platform.authentication

(none)

Authentication token for connecting to Axoniq Platform. If not set, Insights does not connect to the platform.

insights.platform.use-proxy

true

Send all LLM requests through the Axoniq Platform Proxy. If your license allows it, you can set this to false to have Insights connect directly to the LLM provider.

Setting up the connection

  1. Log in to your Axoniq Platform account at https://platform.axoniq.io.

  2. Navigate to the Insights section and generate an authentication token.

  3. Add the token to your Insights configuration:

insights.platform.authentication=<your-platform-token>

That is all that is needed when using the hosted Axoniq Platform. Insights connects to the default platform URL automatically.

What the connection provides

When connected to Axoniq Platform, Insights:

  • Validates its license automatically. No local license file is needed.

  • Uses LLM credits from the platform for AI features. If your license includes Bring your Own LLM usage, you can set insights.platform.use-proxy=false to have Insights connect directly to the LLM provider instead of routing through the platform proxy.

If your environment does not allow outbound internet access and you cannot use a self-hosted platform, you can use a local license file instead.