vex-api
Industry-grade HTTP API gateway for the VEX Protocol.
Features
- RESTful API - Full CRUD operations for agents
- JWT Authentication - Secure API access
- Rate Limiting - Protect against abuse
- Circuit Breaker - Resilient external service calls
- OpenTelemetry - Production observability
Installation
[]
= "0.1"
Quick Start
use Server;
async
API Endpoints
POST /agents- Create a new agentGET /agents/:id- Get agent by IDPOST /agents/:id/run- Execute agent taskGET /health- Health check
License
MIT License - see LICENSE for details.