Full Changelog

Sep 26, 2025

Expanding what your agents can do

With every release, we’re closing the gap between what an SRE wants an AI agent to do and what the agent actually can do.

  • More plugins = fewer blind spots in your environment.

  • A better Quickstart = less friction to get something useful running.

  • Claude Desktop support = faster iteration for builders.

  • And now, community contributions = a growing ecosystem.

The result: agents that are more capable, more contextual, and closer to production-ready automation.

Here’s what’s new 👇

New plugins, more power for your agents

The biggest blocker we hear from teams building AI agents for incident response is access. Your agents can’t take meaningful action without the right data and tools. This release removes even more of those barriers:

  • Third-party MCP servers: Connect Unpage to any MCP server—whether it’s for your cloud provider, observability stack, or source code system. Each server gets its own prefix so you can route agent requests cleanly. Docs →

  • Custom alerts: Send any alert to your Unpage agent with a webhook. If it can send a webhook, Unpage can respond. Docs →

  • Graph plugin: Query your infrastructure knowledge graph directly, letting agents answer topology and dependency questions on the fly. Docs →

  • SolarWinds log search: Extend log visibility into SolarWinds environments, enabling faster investigations where it’s already in use. Docs →

  • COMING SOON: Rootly plugin (community contribution 🎉): Our first plugin from the community integrates with Rootly’s incident management API, letting agents pull incident details, post updates, and take actions like acknowledge, mitigate, or resolve. A great proof point of how Unpage can be extended by anyone.

Together, these plugins help you shrink the gap between alert noise and actionable context.

Other improvements

  • Improved Quickstart: New users now get a guided flow that introduces Unpage, walks through creating and configuring an agent, runs a first test payload, and surfaces the next steps.

  • New MCP example agent: A ready-to-use template for code review and repository operations. It shows how to combine GitHub, Git, and filesystem MCP servers so agents can analyze pull requests or changesets out of the box. View template →

description: "Agent for code review and repository operations"
prompt: "You are a code review expert. Use git and filesystem tools to analyze code changes."

tools:
  - "mcp_git_*"                # All tools from git server
  - "mcp_filesystem_*"         # All tools from filesystem server
  - "mcp_github_create_issue"  # Specific tool from github server
  • Claude Desktop support: Use Unpage MCP inside Claude Desktop to make local experimentation and development even easier. Docs →

___

Thanks again to everyone building and experimenting with Unpage. This release is all about making agents more capable out of the box, from broader plugin coverage to a smoother Quickstart. We’re excited to see how you put these to work in your own environments.

And if you haven’t tried Unpage yet… just run this 👇

curl -fsSL https://install.unpage.ai | bash

Other helpful resources:

👉 GitHub repo

👉 Getting started docs

💬 Join our Slack community to share feedback, swap ideas, and connect with the team.