Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 3.29 KB

File metadata and controls

49 lines (36 loc) · 3.29 KB

Roadmap

This page lists capabilities that are planned or in progress but not yet generally available. It shows direction, not dates, and is not a delivery commitment.

For what the gateway does today — including semantic routing, ensemble models, caching, and guardrails — see the AISIX AI Gateway documentation.

How to read this page

  • Now — in active design or development.
  • Next — planned after the current focus.
  • Later — on the longer-term horizon.

The Surface column shows where a capability lands: Gateway is the AISIX AI Gateway runtime; Cloud is the AISIX Cloud control plane and dashboard.

Now

Capability What's planned Surface
MCP governance in Cloud Manage registered MCP servers, per-tool access, and per-server usage from the dashboard and Cloud Admin API. The gateway-side MCP surface already ships. Cloud
Enterprise SSO Single sign-on through SAML and generic OIDC, beyond today's social logins. Cloud
Directory sync (SCIM) Provision and deprovision users and groups from your identity provider. Cloud
Service accounts Login-less, first-class principals for automated callers. Cloud
Semantic caching Serve responses for prompts close in meaning, on top of today's exact-match cache. Gateway

Next

Capability What's planned Surface
Fine-grained authorization Custom roles with per-resource and per-action permissions, beyond today's fixed roles and read/write scopes. Cloud
Conditional and wildcard routing Route on request metadata, headers, and tags, and match upstreams by wildcard names such as provider/*. Gateway
Prompt management Store, version, and reuse prompt templates with variables, resolved at the gateway. Gateway · Cloud
Caller key rotation experience Self-service key rotation in the dashboard, plus scheduled auto-rotation with a grace overlap. Cloud
Production-path playground Run the Cloud playground through a connected AISIX gateway so it reflects real routing, caching, guardrails, and rate limiting. Cloud
Cross-provider endpoint parity Consistent embeddings, image generation, and Responses behavior across more providers. Gateway

Later

Capability What's planned Surface
External secret management Manage provider and API credentials through external KMS and secret stores such as Vault. Gateway · Cloud
Expanded observability export OTLP export for metrics and logs, alerting integrations such as Slack and PagerDuty, and first-party data-warehouse sinks. Gateway · Cloud
Metered usage billing Usage-based billing in addition to subscription plans. Cloud
SDKs and agent-framework integrations First-party SDKs and integrations with common agent frameworks. Gateway · Cloud

Related pages