Apache APISIX
A high-performance, cloud-native API Gateway that doubles as an AI Gateway.
Categories
Managing & Observability
Self-Hosted
Our Take
APISIX is an enterprise-grade API gateway from the Apache Foundation. Its relevance to our audience comes from its powerful AI Gateway features, including load balancing for LLMs and a plugin to host MCP servers. It shows how existing cloud-native infrastructure is adapting to accommodate the AI agent paradigm.
Quick Start
// Standalone quick start with Docker:
docker run -d --rm --name higress-ai -v ${PWD}:/data \
-p 8001:8001 -p 8080:8080 -p 8443:8443 \
higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/all-in-one:latest