What Cymph uses it for
Cymph connects to Confluence for two purposes:- Importing content — reads pages and spaces, so existing documentation can be brought into Cymph. (read)
- Publishing documentation — creates a new Confluence page from a playbook’s documentation. (write) See Deploy playbooks.
Confluence and JIRA are separate integration types but share the same Atlassian API token mechanism. The token must be created for the right app and carry the scopes listed below.
Requirements
Token setup
Follow the instructions provided here to generate a token.Permissions
To import content
To also publish documentation
Add the following scope:What Cymph reads and writes
Cymph reads spaces and page content, and creates pages when you publish documentation.
Pages are created with status
current (published, not draft) in the space you select, using Confluence’s storage format — Cymph converts the playbook’s documentation blocks to Markdown and then to storage HTML. Cymph returns the new page’s URL, which becomes the “navigate to the pushed playbook” link in Deploy History.
Cymph never updates or deletes existing pages — each publish creates a new page. Publishing the same playbook twice produces two pages, and Confluence rejects the second if the title collides within the space.

