Skip to Content

A2A Gateway

Ark’s Agent-to-Agent Gateway exposes Ark agents via the A2A Protocol  for standardized agent-to-agent communication.

Installation

cd services/ark-api-a2a devspace dev # or devspace deploy

API Endpoints

  • GET /agents - List all available Ark agents
  • GET /agent/{agent-name}/.well-known/agent.json - Get agent card
  • GET /health - Health check

Configuration

Environment variables:

  • ARK_A2A_LISTEN_PORT (default: 7184) - Port for agent card URLs
  • ARK_A2A_LISTEN_HOST (default: localhost) - Host for agent card URLs
  • ARK_A2A_LISTEN_PROTOCOL (default: http) - Protocol scheme
Last updated on