Skip to content
A HiveClaw Product

Your AI assistant.One command away.

Create projects, check status, delegate tasks — without leaving your conversation. HiveProtocol connects Claude, ChatGPT, and Gemini directly to HiveClaw.

The Problem

The context switch problem

Every time you leave your AI conversation to check a dashboard, you lose momentum. HiveProtocol keeps you in the flow by bringing HiveClaw to wherever you already work.

Before

  • Open a new browser tab
  • Log in to the dashboard
  • Navigate to the right project
  • Copy the status you need
  • Go back to your AI conversation
  • Paste the context and continue

With HiveProtocol

  • "What's the status of my SaaS project?"
  • Instant response. No tab. No login.

The Difference

  • Zero context switching
  • Sub-second responses
  • Works from any AI assistant
  • Full project control inline

Capabilities

What you can do

Create Projects

Turn any conversation into a HiveClaw project. Describe your idea, and the intake agent handles the rest.

Interactive Intake

The intake agent asks follow-up questions directly through your AI assistant. Answer inline, no forms.

Get Estimates

Estimation sprint results delivered to your chat. Complexity, timeline, and cost — without leaving the conversation.

Ask Alfred

Check project status, get strategic updates, review agent activity — from any AI assistant, anytime.

Delegate to Archie

Set reminders, check your schedule, review pending approvals. Your personal assistant, one command away.

Dashboard at a Glance

Active projects, pending approvals, budget status, upcoming milestones — all in one command.

How It Works

Three steps to get connected

01

Get your API key

Generate a HiveProtocol API key from your dashboard. One key unlocks MCP, OpenAPI, and function-calling integrations.

02

Connect your AI

Add HiveProtocol to Claude via MCP, ChatGPT via Custom GPT Actions, or Gemini via function calling. Takes under a minute.

03

Start talking

Create projects, get estimates, check status, and delegate tasks — all from your AI assistant. No context switching.

Platform Support

Works with your AI

Claude

Native MCP

npx

Full support

ChatGPT

Custom GPT Actions

OpenAPI

Full support

Gemini

Function Calling

API

Full support

See It In Action

From idea to estimate in one conversation

No dashboards. No forms. Just talk to your AI assistant and HiveProtocol handles the rest.

conversation transcript
live
You

Create a HiveClaw project for the SaaS dashboard idea

  

[calls hiveclaw_create_project]

AI

Project created! The intake agent has a few questions: 1. Will this connect to live exchange APIs? 2. Do you need real-time price updates? 3. Is this a solo project or team?

You

Live APIs — Coinbase and Binance. Periodic refresh is fine. Just me for now.

  

[calls hiveclaw_answer_intake]

AI

Your project is set up! Estimation sprint running...

  

[calls hiveclaw_get_estimate]

AI

Here's your estimate: • Complexity: Medium • Timeline: 5–6 weeks • Cost: $8,000 – $12,000

For Developers

Built for developers

HiveProtocol exposes a full REST API alongside the MCP and function-calling integrations. Build custom workflows, connect internal tools, or automate project creation from your CI/CD pipeline.

  • REST API with full CRUD
  • OpenAPI 3.1 specification
  • npm package (@hiveclaw/protocol)
  • TypeScript SDK with full type coverage
create-project.ts
const response = await fetch('https://api.hiveclaw.ai/api/v1/mcp/projects', {  method: 'POST',  headers: {    'Authorization': 'Bearer hc_your_api_key',    'Content-Type': 'application/json',  },  body: JSON.stringify({    name: 'Mobile App Redesign',    description: 'Full redesign of the consumer-facing mobile app.',    goals: ['Reduce onboarding drop-off by 40%'],    tier: 'pro',  }),}); const project = await response.json();// project.status === 'draft' | 'estimating'// project.questions — if intake needs clarification

Trust & Security

Secure by default

Unified API Keys

All keys are bcrypt-hashed before storage. The raw key is shown once at creation and never stored. Rotate anytime from the dashboard.

Scoped Permissions

Grant read-only or full access per key. Limit keys to specific tools — project creation, status checks, or estimation only.

Full Audit Logging

Every API call, every tool invocation, every answer — logged with timestamp, source, and context. Exportable and searchable.

Ready to connect your
AI assistant?

Generate your API key, connect your AI, and start managing HiveClaw projects from any conversation.