Confluence Integration
Requirements:
- BaseUrl (Do not end with / )
- Username
- API Token
- Space key
1. BaseUrl
The BaseUrl is the root web address of your specific Atlassian instance.
How to find it: Look at the address bar of your browser while viewing any page in Confluence.
Format:
https://your-domain.atlassian.net/wikiImportant: do not include a trailing slash (e.g., use
/wiki, not/wiki/).
2. Username
For Confluence Cloud, your "Username" for API authentication is not a nickname or a handle.
How to find it: This is the email address associated with your Atlassian account (e.g.,
name@company.com).Verification: Click your profile icon in the bottom-left corner and select Profile; your email will be listed there.
3. API Token
You cannot use your standard login password for REST API calls. You must generate a dedicated token.
How to get it:
Click Create API token.
Give it a label (e.g., "API-Token") and click Create.
Copy the token immediately. You cannot view it again once you close the popup.
4. Space Key
A Space Key is a short, unique identifier for a specific area of Confluence (e.g., "Engineering" or "Marketing").
How to find it:
Navigate to the specific Space you want to access.
Click Space settings in the left-hand sidebar.
Under Space details, look for the Key field.
