Availability
| Edition | Deployment Type |
|---|---|
| Community & Enterprise | Self-Managed, Hybrid |
Deployment Models
Tyk AI Studio supports two deployment modes:Standalone
Standalone mode operates as a single AI Studio instance with embedded gateway functionality. It is suitable for development, testing, and small teams. Characteristics:- Single instance deployment
- Built-in gateway functionality
- SQLite database (or PostgreSQL)
- No external dependencies
Hub and Spoke (Control + Edge)
Control Plane with Edge Gateways uses AI Studio as the central control plane managing edge gateways for distributed request processing. This approach uses lightweight Edge Gateways instances that connect to the control plane. It is suitable for production, enterprise, and multi-region deployments. Characteristics:- Centralized configuration management
- Distributed request processing
- Regional edge deployments
- High availability and fault tolerance
- Namespace-based multi-tenancy
Choosing Your Deployment
| Scenario | Recommended Mode | Why |
|---|---|---|
| Local development | Standalone | Simple, fast setup |
| Single office/location | Standalone | No distribution needed |
| Multiple regions | Hub-and-Spoke | Low latency for users |
| High availability | Hub-and-Spoke | Fault tolerance |
| Multi-tenant SaaS | Hub-and-Spoke | Namespace isolation |
| Compliance (data locality) | Hub-and-Spoke | Regional data processing |
Requirements
Tyk AI Studio and Edge Gateway requires a persistent datastore for its operations. By default, SQLite is used, while PostgreSQL is recommended for production deployments.Required Components
| Component | AI Studio (Hub) | Edge Gateway (Edge) |
|---|---|---|
| SQLite | ✅ Supported (default) | ✅ Supported (default) |
| PostgreSQL | ✅ Supported | ✅ Supported |