pilot-api-gateway-manager-setup
SKILL.md
API Gateway Manager Setup
Deploy 4 agents: discovery, router, auth, and monitor.
Roles
| Role | Hostname | Skills | Purpose |
|---|---|---|---|
| discovery | <prefix>-discovery |
pilot-discover, pilot-health, pilot-heartbeat-monitor | Registers backends, maintains service registry, health checks |
| router | <prefix>-router |
pilot-load-balancer, pilot-task-router, pilot-metrics | Routes API requests by path, headers, and load |
| auth | <prefix>-auth |
pilot-verify, pilot-audit-log, pilot-blocklist | Validates API keys/JWT, enforces rate limits and quotas |
| monitor | <prefix>-monitor |
pilot-metrics, pilot-alert, pilot-slack-bridge | Tracks latency, error rates, throughput; alerts on anomalies |
Setup Procedure
Step 1: Ask the user which role this agent should play and what prefix to use.
Step 2: Install the skills for the chosen role: