Skip to main content
The @guildai-services/guildai~confluence package provides agents with access to Confluence Cloud through Guild’s OAuth 2.0 integration.

Authentication

  • Type: OAuth 2.0 (Atlassian Cloud)

Setup

1

Open Credentials

Go to Credentials in Guild.
2

Connect Confluence

Click Confluence and authorize access through Atlassian.

Usage

import { confluenceTools } from "@guildai-services/guildai~confluence"
import { llmAgent } from "@guildai/agents-sdk"

export default llmAgent({
  description: "An agent that manages Confluence pages",
  tools: { ...confluenceTools },
})