Confluence
Connect Confluence to ingest wiki pages, spaces, and knowledge bases into Cortex for contextual retrieval.
Overview
| Auth method | OAuth 2.0 (Atlassian 3LO) |
| Scopes | read:confluence-content.all, read:confluence-space.summary, write:confluence-content, offline_access |
| Setup time | ~10 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Confluence integration
- Sign in to your Atlassian account and authorize the requested permissions
- Select which Confluence sites to connect (if you have multiple)
Admin setup (self-hosted)
If you’re running Cendriix on your own infrastructure, an admin needs to:
- Create an OAuth 2.0 (3LO) app at developer.atlassian.com/console/myapps
- Set the callback URL to:
https://api.<your-domain>/v1/connectors/confluence/oauth/callback - Enable the scopes listed above under Permissions → Confluence API
- Store the credentials in AWS Secrets Manager at
cendriix/prod/connectors/confluence:{ "client_id": "...", "client_secret": "..." }
Capabilities
Once connected, Cendriix agents can:
- Read pages and blog posts across authorized Confluence spaces
- Ingest documentation into Cortex as knowledge atoms
- Reference Confluence content when answering questions or generating code
Security notes
- Uses the same Atlassian OAuth 2.0 (3LO) platform as Jira
offline_accessscope grants a refresh token for long-lived integrations- Tokens are refreshable and programmatically revocable
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on