Release Notes - 25th of August 2026
This release introduces service account management, a rebuilt notifications page, workflow editor improvements, and several fixes to authentication and download handling.
Added: Service account management
Create and manage service accounts directly from Organization Settings. Service accounts provide client credentials for machine-to-machine API access without tying authentication to an individual user.
- Create service accounts with a generated client ID and client secret
- Assign and manage roles per service account
- Rotate secrets at any time from the service accounts table
- Download credentials as JSON or copy to clipboard
- The client secret is displayed once at creation; rotate to generate a new one
Available to organization admins in Settings > Service Accounts.
Added: Rebuilt notifications page
The Issue Notifications page has been rebuilt with improved filtering, navigation, and performance.
- Filter notifications by category and date range
- Select your preferred timezone for displayed dates
- Cursor-based pagination for faster loading on large notification lists
- Click any notification to open an inline detail sidebar with links to related monitors, results, and workflows
- Notifications are automatically marked as viewed when opened
Improved: Agent-type badges in the workflow location picker
The location selector in the workflow editor now displays colored badges indicating the type of each monitoring agent — API, Browser, or MCP — making it easier to identify and select the right location for your workflow steps.
Fixed: Downloads now work with token-based authentication
Result content and file downloads have been updated to use token-based authentication. Previously, some downloads could fail with an authentication error. Download buttons now show a loading indicator while the file is being fetched.
Fixed: Login no longer hangs on silent authentication failure
Resolved an issue where reloading the app with an expired or invalid session could cause the login screen to display "Loading..." indefinitely instead of redirecting to the sign-in page.