Skip to main content
Confluence logo

Confluence

Lets an agent read, create, and edit pages in Confluence Cloud.

What it can do

MethodWhat it does
confluence_searchSearch Confluence using CQL and return page/blog content matches.
confluence_list_spacesList Confluence spaces available to the current user.
confluence_get_pageGet one Confluence page by id.
confluence_get_page_by_titleFind a page by title within a space. Returns selected page and all candidate matches.
confluence_create_pageCreate a Confluence page in a space.
confluence_update_pageUpdate existing Confluence page content (auto-increments page version).
confluence_append_to_pageAppend storage-format content to the end of an existing Confluence page. Fetches current storage body, concatenates, and updates page version.
confluence_delete_pageDelete a Confluence page; pass purge=true to remove permanently.

How to get credentials

Confluence Cloud uses an Atlassian API token - the same kind as Jira.

  1. Go to id.atlassian.com/manage-profile/security/api-tokens.
  2. Create API token, copy the value.

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
CONFLUENCE_DOMAINyourcompany.atlassian.net (no https://)
CONFLUENCE_EMAILYour Atlassian account email
CONFLUENCE_API_TOKENAtlassian → Security → API tokens

Troubleshooting

  • body_storage_value rejected - use storage format, not Markdown. Wrap text in <p>…</p>, paragraphs only; complex macros need the XML markers Confluence emits when you export a page.
  • 403 - the account isn't added to the space. Ask the space admin to grant Add and delete pages.
We love our partners - FlyMy.AI builds with the best. Thanks, Confluence!