ToolsIntegrations
confluence
Confluence pages — CQL search + create. Basic auth (email + API token).
import { confluence } from '@agentskit/tools/integrations'
const tools = confluence({
baseUrl: 'https://my-org.atlassian.net',
email: process.env.CONFLUENCE_EMAIL!,
apiToken: process.env.CONFLUENCE_API_TOKEN!,
})See @agentskit/tools/integrations exports for the full list of sub-tools and config types.
#Related
Explore nearby
- PeerIntegrations
20+ ready-made connectors for the services agents actually need. Each follows the same contract — install, config, execute — and ships granular sub-tools alongside a bundled set.
- Peergithub
GitHub REST v3 — search issues, create issues, comment. Pairs with HITL for ship-gating bots.
- PeergithubActions
GitHub Actions — list runs and trigger workflow_dispatch events.