Codegen support for per-endpoint security
Previously, the SDK sent both the api-key and Authorization headers, which could cause authentication errors depending on how your API handles multiple authentication schemes.
Fetched April 14, 2026
Previously, the SDK sent both the api-key and Authorization headers, which could cause authentication errors depending on how your API handles multiple authentication schemes.
Fetched April 14, 2026
You can now omit all headers from generated SDKs by adding the to your Stainless config: This is particularly useful if your API has a head…
StainlessGenerated CLI tools now support endpoints for downloading files using raw file data. The output destination can be specified with --output…
StainlessGateway authentication now supports optional Vercel team scoping. The existing apiKey option works with AI Gateway API keys, Vercel persona…
Vercel · AI SDKYou can now create API keys scoped to individual users in an organization. This extends the existing organization-scoped API keys. The API…
