A2A Integration Guide
Build custom applications that communicate with Intugle using the Agent-to-Agent (A2A) protocol.
Quick Start
- Get your A2A URL and API Key from your deployed ChatApp settings
- Discover the agent via the Agent Card endpoint
- Send JSON-RPC messages and receive streaming responses
What You Can Do
With A2A integration, your application can:
- Query data programmatically via natural language
- Receive streaming responses with progress updates
- Get structured outputs (tables, charts, cards)
- Build automated data pipelines and chatbots
When to Use A2A vs MCP
| Use A2A when... | Use MCP when... |
|---|---|
| Building custom applications | Using Claude Desktop or Cursor |
| Creating automated pipelines | Quick integration without coding |
| Need programmatic control | Want tool-based interaction |
Next Steps
- Getting Started - Code examples and setup
- API Reference - Complete protocol documentation