Changelog
What's new on the Relixr platform and gateway.
2026-07-10
PlatformBudget alerts and streaming reliability
- Budget alerts: get an email at 50%, 80%, and 100% of your balance or spend cap. Owners and admins can send a test alert from Settings.
- Streams now send keepalives every 15 seconds, and disconnecting your client cancels the upstream request immediately.
2026-07-10
PlatformOrganization policy improvements
- The org policy page now offers a searchable model picker backed by the live catalog.
- Saving shows a confirmation once the policy has propagated, plus a summary of the effective policy.
2026-07-09
GatewayRouting strategies and transparency
- Routing rules support cheapest, fastest, and weighted strategies.
- Chat completion responses now include a routing record: which provider served the request, which rule matched, and why.
- GET /v1/models includes live availability and pricing; GET /health summarizes provider probes.
2026-07-09
PlatformAgent groups
- Group agents to share budgets and policies, with spend-versus-budget tracking and a freeze control.
- Deleting a group unassigns its agents; creating an agent can assign a group and policy mode directly.
2026-07-10
PlatformLive model catalog
- The models page, org policy, presets, and playground all read from one live catalog API.
- Deprecated models now name their recommended successor.
2026-07-10
PlatformStatus page and incident history
- Public status page at /status covering the gateway, dashboard, and billing webhooks, probed every minute.
- Incident history with an RSS feed and email subscription.
2026-07-10
DocsPublic documentation
- Twelve documentation pages, from quick start through billing, at /docs.
- Request examples in Python, Node.js, and curl; authentication, presets, and routing covered.
2026-07-09
PlatformRouting details in the activity log
- The activity log shows how each request was routed, including the matched rule and fallback chain.
- The response schema and streaming headers are documented in /docs.
2026-07-09
SecurityInternal credential hardening
- Internal service credentials split into narrowly-scoped secrets with a documented rotation process.
2026-07-09
PlatformTeams and workspaces
- Workspace switching, team membership, and role checks across all APIs.
- Creating an organization sets up a team workspace and switches you into it.
2026-07-09
PlatformAgent attribution in usage
- Usage, activity, and overview tables show which agent made each request.
- Filter the usage page by agent or agent group.
2026-07-09
PlatformAgent keys
- Creating an agent can provision a bound inference key automatically; the raw key is shown once.
- Agent detail lists bound keys with rotation; archiving an agent revokes its keys.
2026-07-09
PlatformBYOK and observability settings
- Bring Your Own Keys: save provider API keys once and they apply to all active inference keys.
- Observability logging and broadcast settings persist across sessions.
- Key listing can filter by inference or management type.
2026-07-08
PlatformOrg policy, agents, and billing
- Organization policy with allowed models and cost limits.
- Agents with budget controls.
- Balance top-up via card checkout.
2026-07-06
GatewayModel updates
- Added Claude 3.7 Sonnet, Claude Opus 4, Claude Sonnet 4, Gemini 2.5 Flash and Pro, and o3-mini.
2026-07-05
PlatformDashboard and playground
- Usage chart and recent requests on the overview.
- Playground with streaming responses from the gateway.
- Keys management with instant provisioning and revocation.