Changelog

Rust SDK Released

May 21, 2026

There's a new language to our SDK toolbelt: Rust!

The SDK provides async-first access to the WorkOS API with generated, strongly typed resource APIs, a builder-based client, structured error handling, safe retry behavior, and stream-based auto-pagination. It also includes helpers for common WorkOS flows including AuthKit, SSO, PKCE, webhook verification, JWKS, Passwordless, and Vault local crypto.

Get started by installing the crate with cargo add workos, then check out the crate docs and GitHub repository.