New provider: Confluence

We’ve just published a new OpenCtx provider: Confluence :tada:

The Confluence OpenCtx provider allows you to search and include pages from your Confluence as context.

Here it is running inside Cody for VS Code:

To get started, add the following to your OpenCtx client config (if you’re using Cody, this is your VS Code user settings JSON):

"openctx.providers": {
    "https://openctx.org/npm/@openctx/provider-confluence": {
        "url": "https://some-org.atlassian.net/wiki",
        "email": "<email-address>",
        "apiToken": "<api-token>"
    }
}

More details:

Please give it a go, and let us know what you think!

1 Like

This is amazing. @kelvinyap let’s show our friends at Atlassian :slight_smile:

1 Like