Changelog

Android SDK

August 17, 2026
Android SDKAndroid SDK

We're introducing our native SDK for Android, written in Kotlin.

It provides coroutine-first access to AuthKit and the entire WorkOS API, with generated, strongly typed resource APIs, structured error handling, safe retry behavior, and Kotlin Flow-based auto-pagination. It also includes helpers for native authentication flows, session management, webhook verification, and Vault local crypto.

Because mobile apps are public clients, PublicClient only requires your application’s client ID—no API key or client secret is ever embedded in your app.

You can get started by adding the SDK from Maven Central: implementation("com.workos:workos-android:0.2.1"). Be sure to check out the GitHub repo and API documentation.