# Confluence AI integration on Definable

> A tool for team collaboration and knowledge management.

## What this connects

A tool for team collaboration and knowledge management.

Vendor: https://www.atlassian.com/software/confluence

## Tools available

**62** tools available. First 12:

- `CONFLUENCE_ADD_CONTENT_LABEL` — Add Content Label — Tool to add labels to a piece of content. Use after obtaining the content ID to tag pages or blog posts with metadata labels.
- `CONFLUENCE_CQL_SEARCH` — CQL Search — Searches for content in Confluence using Confluence Query Language (CQL). CQL is a powerful query language that allows you to search across all Confluence content with advanced filtering capabilities including: - Full-text search: `text ~ "search term"` - searches within page content - Title search: `title ~ "meeting notes"` - searches page titles - Label filtering: `label = "important"` - filters by labels - Space filtering: `space = DEV` - limits search to specific spaces - Type filtering: `type = page` or `type = blogpost` - filters by content type - Creator filtering: `creator = currentUser()` - filters by content creator - Date filtering: `lastModified > now("-7d")` - filters by modification date - Combined queries: `text ~ "api" AND space = DOCS AND type = page` This action uses the Confluence REST API v1 search endpoint which fully supports CQL.
- `CONFLUENCE_CREATE_BLOGPOST` — Create Blogpost — Tool to create a new Confluence blog post. Use when you need to publish content in a specific space. Response includes `data.id` for the post ID and `data._links.base` + `data._links.webui` for the URL.
- `CONFLUENCE_CREATE_BLOGPOST_PROPERTY` — Create Blogpost Property — Tool to create a property on a specified blog post. Use when you need to add custom metadata to a blog post. Creates a new property with a key-value pair on a specified Confluence blog post. This allows users to add custom metadata relevant to the blog post.
- `CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_WHITEBOARD` — Create Whiteboard Property — Tool to create a new content property on a whiteboard. Use when you need to attach custom metadata to a Confluence whiteboard.
- `CONFLUENCE_CREATE_FOOTER_COMMENT` — Create Footer Comment — Tool to create a footer comment on a Confluence page, blog post, attachment, or custom content. Use when you need to add a comment without editing the page body itself.
- `CONFLUENCE_CREATE_PAGE` — Create Page — Tool to create a new Confluence page in a specified space. Use when you need to create new documentation or content.
- `CONFLUENCE_CREATE_PAGE_PROPERTY` — Create Page Property — Tool to create a property on a Confluence page. Use when you need to add custom metadata or settings to a page.
- `CONFLUENCE_CREATE_PRIVATE_SPACE` — Create Private Space — Tool to create a private Confluence space. Use when you need an isolated workspace viewable only by its creator.
- `CONFLUENCE_CREATE_SPACE` — Create Space — Tool to create a new Confluence space. Use when setting up a new knowledge area for organization. Must include a `plain.representation` field, e.g., `{"plain": {"representation": "plain", "value": "text here"}}`. Omitting this field causes a 400 error.
- `CONFLUENCE_CREATE_SPACE_PROPERTY` — Create Space Property — Tool to create a new property on a Confluence space. Use after confirming the space ID when adding custom metadata.
- `CONFLUENCE_CREATE_WHITEBOARD` — Create Whiteboard — Tool to create a new Confluence whiteboard. Use when you need to start a collaborative whiteboard session.

## Auth

Auth schemes: `OAUTH2`, `S2S_OAUTH2`, `API_KEY`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Confluence

Inside a Definable workflow, Confluence is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Confluence** — the Researcher (GPT-5.5) pulls context from Confluence (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Confluence** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Confluence (create record, post message, draft email).
- **Designer / Engineer → Distributor → Confluence** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Confluence (attach file, open PR comment, post status).

The Verifier checks every Confluence call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- team collaboration — https://definable.ai/apps/category/team-collaboration/
- documents — https://definable.ai/apps/category/documents/

## Related

- HTML page: https://definable.ai/apps/confluence/
- Same category (team collaboration): https://definable.ai/apps/category/team-collaboration/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
