AI Agent Orchestration Platform · View 08 of 32 · 2 · Structure
Decisions
- API Management is the AI gateway: token rate limiting, token metric emission, semantic caching, load-balanced backend pools and circuit breaking are policy, not application code
- Agents request a capability and a policy class, never a deployment name — that is what makes the platform model-agnostic
- The gateway holds the provider credentials and presents its own managed identity to each backend
Routing policies supported
- Cheapest model meeting the quality bar; highest quality for a critical task
- Region-pinned routing for data residency and classification-aware routing for labelled content
- Latency-aware selection, with the reserved PTU pool preferred and pay-as-you-go used for burst
Risks
- Fallback to a different model changes behaviour, not just availability; fallback routes are evaluated against the same golden set as the primary
- Semantic cache hits can serve a stale answer for a time-sensitive question; cacheability is declared per agent, default off
- PTU under-utilisation is a real cost, so PTU headroom is a tracked operational metric