Summary
On September 14, 2026, Vercel's AI SDK harness layer gained native subscription authentication: harnesses that support their own subscriptions can now authenticate through them, so teams can run coding agents such as Claude Code or Codex on existing plan subscriptions instead of provider API keys. No code changes are required, and native subscription credentials stay on the host.
What changed
Vercel's AI SDK harness layer added native subscription authentication on September 14, 2026. In direct mode it uses explicit provider environment credentials when present and otherwise a native subscription found on the host; the default auto mode does the same when no AI Gateway credentials are set. Credentials are resolved at the host boundary and never leave it.
Why it matters
Running coding agents through vendor subscriptions rather than raw API keys lets teams reuse seats they already pay for and keeps credentials on the host, lowering the friction and cost of swapping agents behind Vercel's common HarnessAgent interface. It strengthens the harness layer as neutral ground for multi-agent app development.
Evidence excerpt
The AI SDK harness layer now supports authenticating harnesses through their native subscriptions, where the underlying harness supports them; native subscription credentials stay on the host, resolved at the host boundary, and no code changes are required.