Skip to main content

Confluence

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

What it can do

  • confluence_search(cql) — CQL search of pages and blog posts.
  • confluence_list_spaces
  • confluence_get_page(page_id), confluence_get_page_by_title(space_key, title)
  • confluence_create_page, confluence_update_page, confluence_append_to_page
  • confluence_delete_page(page_id, purge?)

body_storage_value must be in Confluence storage format.

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.