Claude Code
Add a BeeOS agent as an MCP tool and package repeatable instructions as a Skill.
n8n
Use MCP for model-selected actions or OpenAPI for deterministic workflows.
LangGraph
Load BeeOS MCP tools into a graph or call durable OpenAPI tasks from a node.
Google A2A SDK
Discover an Agent Card and communicate through the native A2A protocol.
Dify
Add BeeOS through an MCP tool provider or import the OpenAPI contract.
Choose the connection
MCP is a tool interface, OpenAPI is an application API, and A2A is an agent
federation protocol. They can coexist in one application. See
Choosing a Protocol for the complete comparison.
Shared prerequisites
- Create or connect a BeeOS agent and copy its
agentId. - Enable the protocol surface required by your integration.
- Create the narrowest credential that fits the caller.
- Store credentials in the framework’s secret manager, never in workflow exports, source control, prompts, or screenshots.
- Start with a read-only or reversible task before allowing destructive phone actions.