2.1 Release Notes
2.1.0 Release Notes
Release Date 14 May 2026
Release Highlights
Tyk AI Studio 2.1.0 is the first feature release on the 2.x line. It expands the range of AI providers you can manage, gives compliance teams visibility into what your guardrails are actually doing, and makes the platform easier to monitor and extend. AWS Bedrock support You can now connect AWS Bedrock as an LLM provider, alongside OpenAI, Anthropic, and the other supported vendors. Bedrock works everywhere the other vendors do: in the chat interface, through the OpenAI-compatible API, with full streaming, and on Edge Gateways. Applications already built with the AWS SDK can call Bedrock through Tyk without any code changes, so you get governance, budgets, and analytics on top of your existing integration. The LLM setup form guides you through entering AWS credentials, which can be stored encrypted using AI Studio’s secrets manager. See what your guardrails are doing with Compliance Events Until now, the Compliance dashboard could only show you requests that were blocked outright. In practice, most governance activity is quieter than that: a filter redacts an email address, rewrites a risky passage, or flags something suspicious while letting the request through. Those interventions were invisible. With Compliance Events, your content filters can record exactly what they did and why. The events appear in a new Filter Events tab on the Compliance dashboard, where you can filter by severity, drill into the details, follow trends over time, and export everything to CSV for audits. Events recorded on Edge Gateways flow back to the central dashboard automatically. See Filters to get started. Monitor AI Studio with your existing tools AI Studio and the Edge Gateway now publish operational metrics that Prometheus, Grafana, and OpenTelemetry-based tools can scrape out of the box: request volumes, token usage, cost, tool calls, policy blocks, and latency. Monitoring is on by default, so most teams just need to point their existing dashboards at it. Keep sensitive conversations out of your logs A new per-LLM setting, Disable Request/Response Body Logging, stops the content of requests and responses from being stored in logs and analytics for that provider. Usage counts, costs, and performance data are still recorded. This is designed for teams handling regulated or sensitive data who need usage visibility without retaining the conversations themselves. New plugins Enterprise customers get a new OAuth2 plugin that connects AI Studio to identity providers such as Auth0, Microsoft Entra ID, and Okta, automatically setting up access for new applications based on the permissions defined in your identity provider. The community plugin collection adds a flexible rate limiter for LLM traffic and a plugin that keeps model pricing up to date automatically.Breaking Changes
Custom analytics handlers need a small update. This only affects you if your team has written a custom analytics handler plugin. The handler interface changed in this release, so custom implementations need their method signatures updated before upgrading. The details are in the Plugin SDK Reference. If you only use the built-in analytics, no action is needed.Upgrade Instructions
- Database changes are automatic. The schema updates itself on first startup after the upgrade; there is no manual migration step. One side effect: analytics recorded before the upgrade cannot be attributed to a specific LLM configuration, so older traffic will not appear in the new per-LLM detail views.
Changelog
Added
AWS Bedrock as an LLM provider
AWS Bedrock as an LLM provider
Compliance Events
Compliance Events
Operational metrics for Prometheus and OpenTelemetry
Operational metrics for Prometheus and OpenTelemetry
Per-LLM control over body logging
Per-LLM control over body logging
Plugin SDK additions
Plugin SDK additions
OAuth2 client credentials plugin (Enterprise)
OAuth2 client credentials plugin (Enterprise)
Community plugins: rate limiter and model price sync
Community plugins: rate limiter and model price sync
Export chat conversations to PDF
Export chat conversations to PDF
Changed
Analytics now distinguish between LLM configurations that share a vendor
Analytics now distinguish between LLM configurations that share a vendor
Stored secrets work in more places
Stored secrets work in more places
Plugin reliability improvements
Plugin reliability improvements
Fixed
Bedrock authentication and analytics gaps
Bedrock authentication and analytics gaps
Security check no longer blocks the admin UI in development
Security check no longer blocks the admin UI in development
File handling for international text
File handling for international text
Marketplace sync delay
Marketplace sync delay