Overview
The Confluence Data Center toolset lets AI agents work with the Confluence you run on your own servers. Agents can create pages, update content, search documentation, read spaces, and add comments. Use it to automate documentation work and to make your knowledge base reachable through a conversation with an agent.If Atlassian hosts your Confluence for you, that is Confluence Cloud. Use the Confluence Cloud toolset instead. The two toolsets are not interchangeable.
Key Capabilities
- Create and update pages - Write new documentation, change existing pages, move pages under a new parent
- Search content - Search page titles, or search the full text of your content
- Space operations - List spaces, read space details
- Page hierarchy - Browse child pages and version history
- Comments - Add comments and replies, and read existing ones
- User operations - Search users, get the current user
Available Tools
Configuration Guide
The Confluence Data Center toolset supports two ways to sign in: Personal Access Token (PAT) and Basic Authentication. In both cases the work is split between an admin and each user:- The admin sets up the shared instance under Workspace Settings → Actions and enters only the Base URL.
- Each user then opens Your actions and enters their own credentials.
- Personal Access Token
- Basic Authentication
Step 1: Each user creates a Personal Access Token
Every user who will use the toolset needs their own token.- Sign in to your Confluence.
- Click your profile picture in the top right, then select Settings.
- Open the Personal Access Tokens tab and click Create token.
- Give it a name you will recognise, such as
PipesHub Confluence Toolset, set an expiry if you want, then click Create.

- Confluence shows the token once. Copy it and store it somewhere safe.

A token has the same access as the person who created it. An agent using your token can only do what you can do in Confluence.
Step 2: Admin — create the instance in Actions
The admin sets only the Base URL here. No credentials are entered at this step.- In PipesHub, go to Workspace Settings → Actions.
- Find Confluence Data Center and click + Setup for a new instance.
- Choose Personal Access Token as the sign-in method, then enter:
- Instance Name (e.g.,
Confluence Production) - Base URL — the root URL of your Confluence, such as
https://confluence.yourcompany.com, with no trailing slash
- Instance Name (e.g.,
- Click Create.

Opening the instance settings later brings this dialog back, where you can change the Instance Name and Base URL. A button below it opens Your actions so each user can add their own credentials.
Step 3: Each user — add their token in Your actions
Every user who wants to use the toolset does this with their own token.- In PipesHub, open Your actions (under Personal in the sidebar).
- Find the Confluence Data Center instance and open it.
- Enter your Personal Access Token from Step 1.
- Click Save credentials.

Step 4: Add the toolset to an agent
- Go to the Home page.
- Next to Agents, click + to create a new agent.
- Name the agent, drag the Confluence Data Center toolset onto the canvas, connect it to the Agent Core node along with your model and chat input and output, then create the agent.

FAQ
Can I use OAuth with the Confluence Data Center toolset?
Can I use OAuth with the Confluence Data Center toolset?
No. This toolset supports Personal Access Token and Basic Authentication only. OAuth apps created in the Atlassian Developer Console are for Confluence Cloud and will not work here.
Should I use a Personal Access Token or Basic Authentication?
Should I use a Personal Access Token or Basic Authentication?
Use a Personal Access Token unless your instance cannot create them.
What is the difference between the Confluence Data Center connector and toolset?
What is the difference between the Confluence Data Center connector and toolset?
Example: use the connector to search your documentation. Use the toolset to let an agent write or update a page.
Why do I have to enter my own credentials?
Why do I have to enter my own credentials?
Every agent action runs as a real Confluence user. Using your own token means agents can only see and change what you can see and change in Confluence, and the page history in Confluence shows who did it.
Usage Tips
How do I create a page?Ask your agent to “create a Confluence page” and give it the space, the title, and what the page should say. To nest the new page under an existing one, mention the parent page. Which space name do I give it?
Data Center uses the space key, such as
ENG or DS. A personal space key starts with a tilde, such as ~jdoe. You can find the key in the space URL. If you are not sure, ask the agent to list your spaces first.
How do I update a page?Ask to change the title, the content, or both. You can also ask to move a page under a different parent. Anything you do not mention stays as it is. How do I search?
Ask to “find Confluence pages about X”. The agent searches page titles when you are looking for a specific page, and searches the full text of your content when you are looking for a topic. How do I comment on a page?
Ask the agent to add a comment to a page. To continue a thread rather than start a new one, tell it which comment to reply to. What formatting can I use in page content?
Confluence storage format, which is XHTML. Plain text works too and is wrapped for you.


