Skip to main content
Confluence is a team collaboration and knowledge management tool that lets agents create, read, update, and organize pages, blog posts, spaces, and other content within your Confluence instance.

Setup

  1. In Agent Studio, go to ToolsConfluenceConnect
  2. Sign in with your Confluence account and authorize access
  3. Review the requested permissions and click Allow

Available actions

Adding to an agent

  1. Open your agent in Agent Studio → Agent Builder
  2. Go to Tools and enable Confluence
  3. Select only the actions your agent needs
  4. Set auth mode: Shared (agent acts on one account) or Per-user (each end-user connects their own account)

Example use cases

Automated release notes publishing After a sprint or deployment, an agent can automatically create or update a Confluence page with release notes pulled from your issue tracker, keeping your team’s documentation current without manual effort. Knowledge base search and Q&A An agent can use CONFLUENCE_SEARCH_CONTENT and CONFLUENCE_GET_PAGE_BY_ID to find relevant pages and surface answers to team questions, acting as an always-available internal knowledge assistant. Content auditing and labeling An agent can iterate through spaces using CONFLUENCE_GET_PAGES and CONFLUENCE_GET_LABELS_FOR_PAGE, then apply consistent labels with CONFLUENCE_ADD_CONTENT_LABEL to enforce documentation standards across the organization.