Skip to main content

Confluence

Where to issue an Atlassian API token and connect Confluence Cloud to Nora.
Confluence integrations let your agents read and write pages, attachments, and space content via the Confluence Cloud REST API. Nora authenticates with HTTP Basic using your Atlassian email + an API token (same shape as Jira).

Where to apply for credentials

Atlassian — API Tokens

id.atlassian.com/manage-profile/security/api-tokens
1

Create the API token

Click Create API token, name it (e.g. “Nora”), and copy the value (only shown once).
2

Note your Confluence URL

The integration needs your Confluence Cloud origin (e.g. https://acme.atlassian.net) — same site you sign in to.

Connect in Nora

1

Paste the URL, email, and token

Confluence URL = https://<site>.atlassian.net. Email = your Atlassian account email. API Token = the secret you generated.
2

Connect

Click Connect. Nora validates the URL through the SSRF guard, then calls GET <url>/wiki/rest/api/user/current with HTTP Basic auth. The card shows your display name on success.

MCP server

No official Confluence MCP server today.

Environment variables Nora injects

VariableSource
CONFLUENCE_TOKENAPI Token field
CONFLUENCE_EMAILEmail field
CONFLUENCE_BASE_URLConfluence URL field