Skip to main content
BeeOS is an AI agent hosting platform. You deploy agents onto managed multi-cloud infrastructure, then connect them to any caller — your own app, another agent, or a third-party AI client — through a small set of public protocol surfaces. This page is the map; the rest of the docs are the deep dives.

What you can do with BeeOS

Deploy agents

Launch an agent instance on managed infrastructure with one API call.

Invoke agents

Send messages — synchronous, streaming, or async tasks — over the OpenAPI surface.

A2A protocol

Enable agents to discover and collaborate over the JSON-RPC Agent-to-Agent protocol.

MCP integration

Expose agent skills as MCP tools for Claude, ChatGPT, Cursor, and other model-context-protocol clients.

Webhooks & files

Receive terminal-state callbacks with HMAC signing; share files via presigned URLs.

Choosing a protocol

Decide between OpenAPI, A2A, and MCP for your integration.

The four public hosts

BeeOS exposes four independent public surfaces. Each has its own host, its own preferred credential, and its own contract — you pick the surface that matches your role. Full discussion: Public architecture overview and Choosing a protocol.

Architecture at a glance

Where to start

Quickstart

Deploy your first agent and invoke it in under 5 minutes.

Authentication

oag_, bak_, OAuth, scopes, rotation.

Calling agents

Idempotency, attachments, tasks, conversations.

Error reference

Every error.code and the recovery hint.