Welcome to the API Gateway! All external APIs are proxied through this gateway.
Gateway Documentation: /docs
Health Check: /api/healthz
Performance Tests:
/core/Main ZAIA backend API for tasks, environments, and users
📚 View Docs 📄 OpenAPI Spec/llm-service/LLM service for AI-powered features and prompt processing
📚 View Docs 📄 OpenAPI SpecEdit EXTERNAL_APIS in gateway/app/main.py:
EXTERNAL_APIS = {
"your-api": {
"name": "Your API Name",
"base_url": "https://your-api.com",
"api_path": "/api/v1",
"description": "Description of your API"
}
}
Restart the gateway and your new API will be available at /your-api/docs automatically! ✨