Main gateway for all infrastructure management operations. Provides versioned endpoints with centralized rate limiting and authentication controls.
v1.0 — Production ready, fully documented
v1.1-beta — New features under testing
1000 req/min per API key | Burst: 100 req/sec
Response headers indicate remaining quota and reset timing:
| Endpoint | Method | Description |
|---|---|---|
| /v1/auth/validate | POST | API key validation and quota check |
| /v1/status/health | GET | Service health endpoint |
| /v1/logs/request | GET | Access log retrieval |