Skip to main content
Open Beta Feature: StackOne A2A agents are currently in open beta. While fully functional, the API and features may evolve based on user feedback.
Agent2Agent (A2A) is an open protocol that standardizes agent communication, i.e. sending and receiving messages in any format (text, audio, images, files, etc.), discovery, collaboration, authentication, etc. Essentially, if MCP provides a standard interface for agents to use tools, A2A provides a standard interface for users and agents to use agents. StackOne provides production-ready A2A agents for each linked account, giving you and your AI agents direct access to agents built for StackOne platform actions. See the complete list at stackone.com/integrations.
What is A2A? The Agent2Agent (A2A) Protocol is an open standard originally developed by Google and now maintained by the Linux Foundation. It defines how AI agents discover each other, authenticate, and exchange messages - regardless of what framework they were built with or who built them. Think of it as a common language that lets any agent talk to any other agent.Why does A2A exist? Without a standard protocol, connecting agents requires custom integrations for every pair of agents. A2A solves this by providing a single, universal interface. Your agent built with LangGraph can collaborate with an agent built with CrewAI, ADK, or any other framework - all using the same protocol.How does it work? A2A uses familiar web standards: HTTP for transport, JSON-RPC 2.0 for message format, and standard authentication methods. Agents publish an Agent Card (a JSON document describing their capabilities and skills) at a well-known URL. Clients fetch this card to discover what an agent can do, then send Messages to request work. The agent processes the request and returns either a direct response or a Task for longer-running operations.A2A vs MCP: These protocols are complementary, not competing. MCP (Model Context Protocol) standardizes how agents connect to tools - stateless functions like calculators or database queries. A2A standardizes how agents communicate with other agents - autonomous systems that can reason, plan, and have multi-turn conversations. Use MCP when you need tools; use A2A when you need to collaborate with other agents.
Simplified Authentication: Authentication to third-party providers is completely abstracted - you only need your StackOne API key and account ID to access all integrated systems. Accounts must be linked beforehand through the StackOne Integration Hub or via auth links.

A2A or MCP?

You can use StackOne platform actions not only with A2A agents, but also with MCP Servers and the Actions endpoint. Ultimately, experimentation is the best way to decide for your use case. However, here are some reasons you might try A2A vs. MCP:
A2A agents are pre-built agents that are ready to go. No need to set up agent deployment, memory, etc. Just send text directly to the relevant agent with your StackOne API key and account ID.
Create a multi-agent system with a single agent in your preferred framework. Just set up your custom orchestrator agent with the A2A MCP.
Context bloat reduces the reliability of complex projects. Replacing tools with agents keeps tool calls out of the context, and improves accuracy and maintainability as your system grows.
StackOne empowers your agents to discover, understand, and execute real-world business actions with minimal setup and maximal flexibility, all secured by unified, enterprise authentication.

How StackOne A2A Works

When you send your StackOne API key and account ID to https://a2a.stackone.com to use the agent, the A2A agent’s system message and tools are dynamically generated based on your account’s configured integrations and enabled actions in the StackOne dashboard. Each StackOne Integration (aka Provider or Connector) has its own A2A agent and corresponding Agent Card with all skills available to view at a URL like https://a2a.stackone.com/hibob/agent-card.json. The A2A agents are dynamically generated from the Actions endpoint.

Key Features

  • Ready to Use: Pre-built agents with memory, etc.
  • Agent per Integration: Each StackOne Integration (aka Provider or Connector) has its own A2A agent
  • Automatically Customised: The A2A agent is dynamically generated based on your account’s configured integrations and enabled actions
  • Production Ready: Authentication, rate limiting, and security built-in

Getting Started

Integration Options

StackOne A2A agents can be used in two ways, depending on your use case:

A2A SDK

There are official A2A SDKs for Python, JavaScript, Go, and more. Use these to build your own tools in your preferred framework to send messages to StackOne’s A2A agents.

Agent Frameworks

There are official A2A integrations for Agent Development Kit (ADK), AG2, BeeAI Framework, and more. Build agents in these frameworks to easily send messages to StackOne’s A2A agents.

Next Steps

Ready to connect your AI agents to StackOne? Start with our Quickstart Guide or jump directly to the A2A Python SDK, A2A JavaScript SDK, or your preferred framework. For more information about StackOne’s platform capabilities, see our AI Tools documentation.