A2A Protocol Integration
Oxy supports the Agent-to-Agent (A2A) protocol, enabling standardized communication between Oxy agents and external agents or applications.Quick Start
1. Configure A2A Agents
Add agents to yourconfig.yml:
2. Start the A2A Server
Authentication
Secure your A2A endpoints with API key authentication:Documentation
Getting Started
- Integration Guide - Step-by-step setup and usage guide
- API Reference - Complete API endpoint documentation
Advanced Topics
- Artifact Mapping - How Oxy outputs map to A2A artifacts
- A2A Protocol Specification - Full protocol specification
Configuration
Basic Configuration
Multiple Agents
Configuration Options
ref- Path to Oxy agent configuration filename- URL-safe identifier for A2A endpoints
CLI Commands
Start A2A Server
Options
--host- Host to bind (default: 127.0.0.1)--port- Port to bind (default: 3000)