Command · Knowledge & Docs
Confluence
Import pages from an Atlassian Confluence space into a project folder.
How it works
Confluence Cloud uses Basic authentication with your Atlassian account email plus an API token. Command reads the pages of a space and stores them as Markdown.
Before you start
- An Atlassian Cloud site (yourcompany.atlassian.net)
- A Confluence account with read access to the space
What you need to make the connection
| Field | Where to get it |
|---|---|
| Site URL | Your Atlassian base URL, e.g. https://yourcompany.atlassian.net. |
| Account email | The Atlassian account the token belongs to. |
| API token | id.atlassian.com → Security → Create and manage API tokens → Create API token. Copy it once. |
| Space key | Confluence → Space settings → Space details, e.g. DOCS. |
Credentials are stored encrypted in raia Command and are never shown again after saving. Rotate them at the provider if they are exposed.
Setup steps
- 01
Create an Atlassian API token and copy it.
- 02
In raia Command, open Settings → Connectors, find the connector, and click Connect.
- 03
Enter the site URL, account email, API token, and space key.
- 04
Save; Command validates the credentials and lists available spaces.
- 05
Choose the destination project folder, run the first import, then set a sync schedule. Every run is recorded in Sync History.
Good to know
- The connector only sees pages the token owner can see — grant that account space access first.
- Confluence Server / Data Center requires a personal access token instead of email + token.