Availability
Tyk AI Studio uses a hub-and-spoke architecture that supports both standalone and distributed enterprise deployments. This design separates the control plane (configuration management) from the data plane (request processing), ensuring scalable, resilient AI gateway deployment.
Architecture Diagram
Community vs Enterprise Edition
The architecture remains identical in both Community and Enterprise Editions. The only difference is the feature set enabled at build time.Core Components
Tyk AI Studio consists of two main components:AI Studio (Control Plane)
AI Studio is the central management hub that provides:- Configuration Management: LLMs, applications, policies, users
- Policy Enforcement: Rate limits, budgets, access controls
- Analytics & Monitoring: Usage tracking, cost analysis, performance metrics
- User Management: Authentication, authorization, RBAC
- gRPC API: Configuration distribution to edge gateways
- Administration: Admins configure LLMs, tools, data sources, filters, plugins, users, groups, and budgets.
- AI Portal: A self-service developer portal. LLM users browse available LLMs, MCP Servers, and Data Sources, then request access by creating an App.
- Chat: A managed chat interface for LLM users.
To know more about the AI Studio component, see the AI Studio Documentation.
Edge Gateway (Data Plane)
The Edge Gateway operates as an independent, dedicated AI proxy. It processes AI requests, enforces policies, and reports analytics to the control plane. It is optimized for high performance and resilience in production.- Process Requests: Handle AI API calls locally
- Cache Configuration: Store synced config in local SQLite
- Enforce Policies: Apply rate limits, budgets, filters
- Report Analytics: Send usage data back to control
- Operate Independently: Continue working if control plane is unreachable