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 |
|---|---|---|
|
URL of the Axoniq Platform instance to connect to. |
|
|
(none) |
Authentication token for connecting to Axoniq Platform. If not set, Insights does not connect to the platform. |
|
true |
Send all LLM requests through the Axoniq Platform Proxy. If your license allows it, you can set this to |
Setting up the connection
-
Log in to your Axoniq Platform account at https://platform.axoniq.io.
-
Navigate to the Insights section and generate an authentication token.
-
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=falseto 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. |