AI Tools
KeeperHub provides two integration surfaces for AI-assisted and programmatic workflow management:
| Tool | What it does | Best for |
|---|---|---|
| Claude Code Plugin | Skills and commands for building workflows from your terminal | Developers using Claude Code as their IDE |
| MCP Server | Model Context Protocol server with 19 tools for full workflow CRUD | AI 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
- Log in at app.keeperhub.com
- Click your avatar, then “API Keys”, then the “Organisation” tab
- Click “New API Key” and name it (e.g., “Claude Code Plugin”)
- 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.