A2A Protocol Integration
Oxygen supports the Agent-to-Agent (A2A) protocol, enabling standardized communication between Oxygen 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
- REST API reference — complete endpoint documentation
Advanced Topics
- Artifact mapping — how Oxygen outputs map to A2A artifacts
- A2A Protocol Specification — full protocol specification
Configuration
Basic Configuration
Multiple Agents
Configuration Options
ref- Path to Oxygen 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)