Open Context Protocol is live! 🚀 Read the launch post

Confluence

Collaborative knowledge management

v2.0.0 193 tools Documentation →

Quick Start

from ocp_agent import OCPAgent

agent = OCPAgent()

# Register with authentication
await agent.register_api(
    'confluence',
    headers={'Authorization': 'Bearer your_token_here'}
)

# List available tools
tools = agent.list_tools('confluence')
print(f"Available: {len(tools)} tools")

Authentication

Type: Bearer

Create an Atlassian API token at https://id.atlassian.com/manage-profile/security/api-tokens

See the Authentication Guide for general setup instructions.

Available Tools

This API provides 193 tools across various resource types.

attachments

blogposts

custom-content

labels

pages

whiteboards

databases

embeds

folders

spaces

footer-comments

inline-comments

comments

tasks

user

Links