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 agentsGET /agent/{agent-name}/.well-known/agent.json
- Get agent cardGET /health
- Health check
Configuration
Environment variables:
ARK_A2A_LISTEN_PORT
(default:7184
) - Port for agent card URLsARK_A2A_LISTEN_HOST
(default:localhost
) - Host for agent card URLsARK_A2A_LISTEN_PROTOCOL
(default:http
) - Protocol scheme
Last updated on