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_spacesconfluence_get_page(page_id),confluence_get_page_by_title(space_key, title)confluence_create_page,confluence_update_page,confluence_append_to_pageconfluence_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.
- Go to id.atlassian.com/manage-profile/security/api-tokens.
- Create API token, copy the value.
Fields to fill in FlyMyAI
| FlyMyAI field | Where it comes from |
|---|---|
CONFLUENCE_DOMAIN | yourcompany.atlassian.net (no https://) |
CONFLUENCE_EMAIL | Your Atlassian account email |
CONFLUENCE_API_TOKEN | Atlassian → Security → API tokens |
Troubleshooting
body_storage_valuerejected — 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.