Skip to Content
AI ToolsOverview

AI Tools

KeeperHub provides two integration surfaces for AI-assisted and programmatic workflow management:

ToolWhat it doesBest for
Claude Code PluginSkills and commands for building workflows from your terminalDevelopers using Claude Code as their IDE
MCP ServerModel Context Protocol server with 19 tools for full workflow CRUDAI agents, custom integrations, remote automation

Both connect to the same KeeperHub API and require an organization-scoped API key (prefix: kh_).

Quick Start

Claude Code users: Install the plugin and run /keeperhub:login to get started. The plugin auto-installs the MCP server and configures authentication.

AI agent builders: Run the MCP server directly via Docker or Node.js and point your agent framework at it. See MCP Server for setup.

Getting Your API Key

  1. Log in at app.keeperhub.com 
  2. Click your avatar, then “API Keys”, then the “Organisation” tab
  3. Click “New API Key” and name it (e.g., “Claude Code Plugin”)
  4. Copy the key immediately — it is only shown once

The key must be organization-scoped (starts with kh_). User-scoped keys (wfb_ prefix) are not supported.