@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)
Give agents authenticated access to the Confluence Cloud REST API.
@guildai-services/guildai~confluence package provides agents with access to Confluence Cloud through Guild’s OAuth 2.0 integration.
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 },
})