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:| Protocol | Base URL | Auth | Use case |
|---|---|---|---|
| OpenAPI (Platform API) | openapi.beeos.ai | JWT or oag_ User API Key | Instance lifecycle, deploy catalog, user-scoped A2A proxy |
| A2A (Agent-to-Agent) | a2a.beeos.ai | bak_ Agent API Key | Cross-agent task orchestration, agent cards, streaming |
| MCP (Model Context Protocol) | mcp.beeos.ai | bak_, oag_, or OAuth 2.1 | Tool 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.