UX Changelog
Recent interface improvements and quality-of-life changes.
OpenAI Realtime API
Native websocket passthrough for OpenAI's Realtime API (voice and text).
- Point clients at
wss://guardrails.quilr.ai/openai_realtime/v1/realtime(or the/openai/v1/realtimecompat alias) with a QuilrAI API key - OpenAI and Azure OpenAI variants supported via
openai_realtime/openai_realtime_azureprovider types - API key can be passed via
Authorizationheader,api-keyheader, query parameter, oropenai-insecure-api-key.*subprotocol (browser-friendly) - Live-event DLP coverage is not included yet - see Security Guardrails
OpenAI Responses API
Native support for OpenAI's Responses API format.
- Endpoint:
/openai_responses/v1/responseswith create / retrieve / cancel / delete / list-input-items - Azure-deployment-style alias also registered
- Request-side DLP scans
input_textparts plus top-levelinstructions; response-side DLP scansoutput_texton non-streaming responses - Streaming (SSE) supported; streaming bypasses response-side DLP per the standard gateway rule
Tags
Add custom tags to API keys to organize by team, environment, or use case.
- Add custom tags to API keys to organize by team, environment, or use case
- Filter and search keys by tag from the top bar
- Tags persist per app across sessions and can be removed inline