MiqromanageSupport

Confluence

Category: Docs / Knowledge Base
Connect by: Connect with OAuth
Official API docs: https://developer.atlassian.com/cloud/confluence/rest/v2/

What the agent can see

CapabilityAPI callRiskNeeds approval
Search content via CQL (or a text query). (docs)GET /rest/api/search (CQL, v1)🟢 low— no
List pages across the site. (docs)GET /wiki/api/v2/pages🟢 low— no
Retrieve a single page (storage-format body). (docs)GET /wiki/api/v2/pages/{id}🟢 low— no

What the agent can do

CapabilityAPI callRiskNeeds approval
Create a new page in a space (storage-format body). (docs)POST /wiki/api/v2/pages🟡 medium✅ yes
Add a footer comment to a page. (docs)POST /wiki/api/v2/footer-comments🟡 medium✅ yes

Connecting it

  • You provide: Atlassian account (OAuth)
  • Where to get it: Create an OAuth 2.0 (3LO) app at developer.atlassian.com, add Confluence scopes, consent at auth.atlassian.com; the connector resolves your site's cloudId via accessible-resources.
  • Permissions/scopes: read:page:confluence, write:page:confluence, read:comment:confluence, write:comment:confluence, read:space:confluence, search:confluence, offline_access

Account setup

  • Account needed: A Confluence Cloud site.
  • App registration: OAuth 2.0 (3LO) app at developer.atlassian.com with the page/comment/search scopes; the callback resolves cloudId from accessible-resources.
  • Verification required: Marketplace review only for public distribution.
  • Testing: Use a free Confluence Cloud site. Pages/comments are v2 API; CQL search is v1.

Limits

Atlassian applies cost-based REST rate limiting; HTTP 429 with Retry-After.