The single entry point for every LLM call—why and how it unifies cost, audit, and policy.
Every AI call in GyroX routes through the AI Gateway. Application code never calls an LLM API directly; the gateway handles model routing, cost aggregation, audit logging, and policy enforcement.
- Tool calls are constrained by a least-privilege gate.
- The semantic cache never stores PII or approval data.
- Autonomous-agent decisions are logged in a decision trail.