Follow us on to be up
to date with the latest changes.

Back to AI Control Plane releases

v1.27.0

Elements

// February 17, 2026

Simplified auth configuration

This release adds a
auth option for quick dev and testing without a backend session endpoint, and introduces a unified
field on
.

Features

  • dangerousApiKey auth and unified session field #1611  - Added
    auth option that automatically exchanges an API key for a session token. Also introduced a unified
    field on
    that accepts either a static token string or an async fetcher function. The previous
    and
    fields still work but are now deprecated. (Author: @walker-tx )
Sagar Batchu
Sagar Batchu
View on GitHub