Skip to main content

A2A Integration Guide

Build custom applications that communicate with Intugle using the Agent-to-Agent (A2A) protocol.

Quick Start

  1. Get your A2A URL and API Key from your deployed ChatApp settings
  2. Discover the agent via the Agent Card endpoint
  3. 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 applicationsUsing Claude Desktop or Cursor
Creating automated pipelinesQuick integration without coding
Need programmatic controlWant tool-based interaction

Next Steps