Overview
When a user triggers the agent on an issue that matches a blueprint - by @mentioning or assigning it in Linear, or by assigning it to the agent’s user in Jira - the system creates a run. A run tracks the full lifecycle from issue claim to pull request creation (or failure). This page covers the admin dashboard, run lifecycle, and management actions available to administrators, and applies to both trackers.Run Statuses
Every run moves through a series of statuses that reflect its current stage.Agents Overview Dashboard
Navigate to Admin > Agents > Overview for a high-level view of all agent activity.Stats Bar
The top of the page displays aggregate counters:- Active - runs currently in
claimed,launching, orrunningstatus - Completed - runs that reached
pr_opened - Failed - runs in
failedstatus - Timed Out - runs in
timed_outstatus - Total - all runs across all statuses
Agent Topology Graph
Below the stats bar, a visual graph maps the relationship between clusters, blueprints, and individual runs.- Top level - Kubernetes clusters where agents execute
- Middle level - agent blueprints deployed to each cluster
- Bottom level - individual run pills, color-coded by status
Recent Runs
A table at the bottom shows the latest 10 runs across all blueprints. The dashboard auto-refreshes every 30 seconds.Runs Dashboard
Navigate to Admin > Agents > Runs for the full runs table. The table includes these columns:
The table auto-refreshes every 30 seconds.
Run Actions
Each run supports a set of actions based on its current status.All actions that modify a run are reflected on the issue as lifecycle comments (and status transitions where configured). This keeps your project tracker in sync with agent activity.
Run Detail Page
View detailed information for a single run at Admin > Agents > Runs > [Run]. The detail page shows:- Issue title and description - the full context the agent is working from
- Status - current run status with timestamps
- Owner - assigned owner, with a dropdown to reassign
- PR URL - link to the pull request (when available)
- Timestamps - when the run was claimed and last updated
- Workspace - open the agent’s workspace in the portal
- Qovery Console - view the underlying environment in the Qovery dashboard
- Issue - jump to the issue in Linear or Jira
Creating a Run Manually
You can trigger a run manually without @mentioning the agent in Linear.Manual run creation currently searches Linear issues only. For Jira, trigger runs by assigning the issue to the agent’s Jira user.
1
Open the Create dialog
Navigate to Admin > Agents > Runs and click Create.
2
Search for a Linear issue
Type a Linear issue title or identifier (e.g.,
ENG-142) to search. Select the issue you want the agent to work on.3
Select a blueprint
The portal auto-matches an agent blueprint based on the issue’s team. You can override the selection if multiple blueprints are available.
4
Assign an owner (optional)
Select an organization member as the run owner. If left empty, the system uses the Linear issue assignee or falls back to the system account.
5
Submit
Click Create. The system validates that the selected blueprint has autonomous mode enabled and the claimed state is configured, then launches the run.
Owner Assignment
Runs are assigned an owner based on the following logic:- Issue assignee - the email of the person assigned to the issue is used by default.
- System fallback - if the issue has no assignee, the run is assigned to
autonomous-agent@qovery.comand marked withowner_fallback = true. A fallback badge appears in the UI. - Admin reassignment - administrators can change the owner from the run detail page using the owner dropdown.
My Runs (User View)
Users can view their assigned runs from their personal dashboard. The My Runs view shows the latest 50 runs assigned to the authenticated user, including:- Run status
- Linear or Jira issue link
- Pull request link (when available)
- Timestamps
Next Steps
Agent Blueprints
Configure blueprints that define how agents run, including runtimes, repositories, and resource limits.
Linear Integration
Set up the OAuth connection, issue flow, and workflow state mapping.
Troubleshooting
Diagnose and resolve common agent failures.