Documentation / Introduction

Hive creates a structured, governed layer that helps AI agents understand a product and invoke approved capabilities without depending on the visual interface.

DOCS v0.1Conceptual preview for private beta
01 / OVERVIEW

Your current website remains the source of truth and the interface people use. Hive adds a second surface designed for software: explicit concepts, predictable structure, and controlled actions.

EXISTING WEBSITE+HIVE=HUMANS + AGENTS
02 / CORE MODEL

01

Agent Content

Structured representations of products, pricing, documentation, policies, and other information already published on the site.

02

Agent Actions

Named, approved operations such as search, submit, book, or purchase—with clear inputs and product-side controls.

03

Continuous Sync

Change detection and review keep the machine surface aligned with the live website instead of creating a stale second product.

03 / LIFECYCLE

01

Connect

Point Hive at the website and establish ownership.

02

Map

Translate pages, product concepts, and interaction paths into structured surfaces.

03

Approve

Choose what agents may understand and which actions they may invoke.

04

Synchronize

Keep the agent-facing layer aligned as the underlying website changes.

04 / ILLUSTRATIVE MANIFEST

This conceptual manifest shows the shape of an agent-facing surface. The private-beta implementation may evolve.

hive.manifest.jsonILLUSTRATIVE
{
  "site": "yourcompany.com",
  "content": ["products", "docs", "pricing"],
  "actions": [
    {
      "name": "book_demo",
      "approval": "required"
    }
  ],
  "sync": "continuous"
}
05 / SAFETY MODEL

Hive is designed around intentional exposure rather than unrestricted automation. Teams decide which content is represented, which actions exist, and where approval or authentication belongs.

  • Ownership verification before mapping
  • Allowlisted actions and clear schemas
  • Human review before sensitive changes ship
  • Authentication remains with the underlying product
READY TO EXPLORE?

Open Developers →