Skip to main content

Agents Hub

The Agents Hub is the central place to manage and monitor all of your OrionIQ agents. From here you can view agent details, track invocation history, review results, and control agent activation.

To open the Agents Hub, navigate to OrionIQ > Agents Hub in the left navigation menu.

Agents Hub overview

Agents tab

The Agents tab displays a list of all agents in your account. Each agent row includes the following information:

ColumnDescription
NameThe agent name. Click to open the agent's details.
TypeThe agent type (for example, Custom).
Triggered ByHow the agent is triggered (Scheduled, API, Deployment, or Alert).
Created ByThe user who created the agent. Agents provisioned by the platform, such as alert root cause analysis agents, are attributed to Logz.io.
Created AtThe date and time the agent was created.
Updated AtThe date and time the agent was last modified. A run on its own doesn't change this.
Updated ByThe user who last modified the agent. Empty when no edit has been recorded.
Last RunThe date and time of the agent's most recent invocation.
ActivationToggle to enable or disable the agent.
Invocation CostThe cost charged when this agent is triggered.
Daily CapPer-agent daily invocation limit, configured in each agent's settings.
ActionsThe agent's Triggers menu and its actions menu.

To create a new agent directly from this page, click Build an Agent in the top right corner.

Triggers

Each row has a Triggers menu for running or wiring up the agent:

ActionDescription
Test ManuallyRun the agent now with a context you supply, without waiting for its trigger. Use it to check an agent's instructions before relying on them.
Connect AlertWire the agent to a Logz.io alert, so a triggered alert invokes it.

An action is unavailable when the agent's configuration doesn't allow it — for example, an agent that's disabled or capped. Hover the action to see why.

Row actions

The actions menu () holds the rest:

ActionDescription
Edit Agent / View AgentOpen the agent's configuration. Alert-managed and read-only agents open in view mode.
See InvocationsJump to the Invocations tab, filtered to this agent.
API ReferencesShow ready-to-copy requests for invoking this agent over the OrionIQ API.
Delete AgentRemove the agent.

Filter the list

Use the filters above the table to narrow the list:

FilterDescription
AccountShow agents from specific accounts.
Agent TypeShow agents of a specific type.
Triggered ByShow agents using a specific trigger.
Agent NameShow a specific agent.
Created ByShow agents created by a specific user, or by Logz.io.
ActivationShow only agents that are On or only those that are Off.

The Invocations tab offers an Output filter instead of Activation, so you can narrow the run history to Success, Failed, or Running.

Capping

Admins can click the Capping button to manage AI spend and invocation limits across the account. These are the same limits as OrionIQ > Settings > Capping — see Capping.

Permissions

Users with the Read-only role have full read access to OrionIQ. They can:

They can't create, edit, activate, delete, or manually trigger agents, and they can't install a marketplace agent or connect an integration.

Invocations tab

The Invocations tab displays the run history for all agents. Each row represents a single invocation and includes the agent name, type, trigger method, who created it, the execution time, and the outcome.

An invocation ends in one of the following outcomes:

OutcomeDescription
SuccessThe run completed and produced a result.
FailedThe run ended in an error.
RunningThe run is still in progress.
StoppedYou stopped the run before it finished. Any steps it completed are kept.
IncompleteThe run couldn't finish — it timed out, ran out of context, or hit an internal error. The reason is shown with the output.

Invocations tab showing agent run history

Click on any invocation to open the Agent Invocation Details panel, which contains three tabs:

Agent Invocation Details panel

Input

Shows the agent's specification (the instructions and guidelines provided to the agent) and the context used for the invocation, including filters and account information.

Analysis

Displays the step-by-step reasoning the AI performed during the invocation. Each step is labeled as either an AI step (the agent's reasoning) or a Tool step (an action the agent took, such as querying logs). Click on any step to expand its details.

Output

Shows the final analysis report generated by the agent. This may include findings such as detected PII, suspicious events, log anomalies, volume trends, and structured data tables. The output is formatted as a readable report that you can review and act on.

Provide feedback

After reviewing an invocation's output, you can rate the accuracy and usefulness of the agent's results from the Output tab. Once you've rated a run, you can also add a free-text comment explaining the rating, and edit it later.

Feedback helps improve AI performance over time and gives you a way to track agent reliability.

You can monitor feedback scores and coverage across all your agents from the Usage & Performance Dashboard, and submit or read feedback programmatically with the OrionIQ API.

tip

Agents with low feedback coverage are harder to evaluate. Make it a habit to rate agent results regularly so you can identify which agents need their instructions refined.