Install
openclaw skills install api-gateway-starterProduction-ready API Gateway supporting JWT, OAuth2, API keys, rate limiting, caching with Redis, monitoring, load balancing, and automatic SSL management.
openclaw skills install api-gateway-starterProduction-ready API Gateway with everything you need.
# Start gateway
./gateway.sh start
# Add upstream
./gateway.sh add http://localhost:3000
# Configure auth
./gateway.sh auth jwt --secret your-secret
Edit config.yaml to customize:
Sunshine-del-ux