Skip to main content
BeeOS is an AI agent hosting platform that lets you deploy agents across multi-cloud, multi-cluster environments and integrate them into any application through standard protocols.

What you can do with BeeOS

Deploy Agents

Launch agent instances on managed infrastructure with a single API call.

A2A Protocol

Enable agents to discover and collaborate with each other via the Agent-to-Agent JSON-RPC protocol.

MCP Integration

Expose agent skills as MCP tool servers for Claude, ChatGPT, Cursor, and other AI platforms.

SDKs

Use the TypeScript or Go SDK to manage instances and invoke agents programmatically.

Integration protocols

BeeOS provides three protocol entry points for different integration patterns:
ProtocolBase URLAuthUse case
OpenAPI (Platform API)openapi.beeos.aiJWT or oag_ User API KeyInstance lifecycle, deploy catalog, user-scoped A2A proxy
A2A (Agent-to-Agent)a2a.beeos.aibak_ Agent API KeyCross-agent task orchestration, agent cards, streaming
MCP (Model Context Protocol)mcp.beeos.aibak_, oag_, or OAuth 2.1Tool discovery and invocation from AI platforms

Architecture at a glance

Next steps

Quickstart

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

Authentication

Learn about API keys, JWTs, and OAuth flows.