Skip to Content
ConnectorsConfluence

Confluence

Connect Confluence to ingest wiki pages, spaces, and knowledge bases into Cortex for contextual retrieval.

Overview

Auth methodOAuth 2.0 (Atlassian 3LO)
Scopesread:confluence-content.all, read:confluence-space.summary, write:confluence-content, offline_access
Setup time~10 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Confluence integration
  3. Sign in to your Atlassian account and authorize the requested permissions
  4. 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:

  1. Create an OAuth 2.0 (3LO) app at developer.atlassian.com/console/myapps 
  2. Set the callback URL to: https://api.<your-domain>/v1/connectors/confluence/oauth/callback
  3. Enable the scopes listed above under Permissions → Confluence API
  4. 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_access scope 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