devboy-confluence 0.33.0

Confluence self-hosted provider for devboy-tools — KnowledgeBaseProvider/Provider implementation for Atlassian Confluence.
Documentation

devboy-confluence

Crates.io Docs.rs License

Confluence provider for devboy-tools. Implements KnowledgeBaseProvider and Provider from devboy-core for Atlassian Confluence across both Confluence Cloud and Confluence Server / Data Center.

Features

  • Shared ConfluenceFlavor::{Cloud, SelfHosted} architecture
  • Knowledge base page and space operations
  • Confluence Cloud routing via Atlassian cloud_id
  • Atlassian OAuth helpers for Cloud bearer auth
  • Basic auth support for Cloud and self-hosted deployments
  • ADF-to-Markdown conversion for Cloud page content
  • Liveness probing for both deployment flavors

Add to your project

[dependencies]
devboy-core = "0.26"
devboy-confluence = "0.26"

Documentation

API reference on docs.rs/devboy-confluence.

For configuration, auth flows, and CLI usage, see the Confluence integration guide in the main repository docs.

For the full bundle (CLI, MCP server, agent skills) see the main project README.

License

Apache-2.0 — see LICENSE.