Confluence for your agents.
Connect Confluence once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Confluence.
What agents can do with Confluence
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
confluence_current_userCheck the credentials: returns the current user.
confluence_list_spacesList spaces the user can see.
confluence_get_pageFetch a page by id, with its body.
confluence_create_pageCreate a page in a space. `body` uses the storage format representation.
confluence_list_pagesList pages in a space. Use `spaceKey` to filter by the space key. Returns paged results with page body preview.
confluence_update_pageUpdate an existing page. Provide the `id` and new `title`, `body`, or `spaceId`. The body uses storage format.
confluence_delete_pageDelete a page by id. Irreversible.
confluence_get_spaceGet details of a specific space by its key.
confluence_create_spaceCreate a new Confluence space. `key` is a short unique identifier; `name` is the display name.
confluence_list_page_versionsList version history for a page.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Click 'Create API token', name it, and copy it (the same token works for Jira and Confluence).
- Your instance URL is your Atlassian site, e.g. https://your-site.atlassian.net.
- The username is the Atlassian account email that owns the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Confluence to Even: call connect_begin("confluence") on the even-connect MCP and walk me through it.
Confluence lists wiki spaces, retrieves page content, and creates new documentation pages in your knowledge base.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.