WorkOS
WorkOS is building identity for agents while quietly fixing the sign-up funnel.
◆Recent moves
- 2d ago
Android SDK
An Android SDK joins the client library set. Platform coverage catching up, and a prerequisite for AuthKit being the default in mobile products rather than web-only ones.
- 2d ago
Higher quality sign-ups with email deliverability checks
AuthKit now rejects sign-ups and invitations to addresses that cannot receive mail, catching typo domains at entry rather than after a bounce. It pairs with the invitation-verification change a few days earlier — both remove dead ends from the funnel rather than adding capability.
- 5d ago
Migrate SCIM Connections with SCIM Bridge
SCIM Bridge proxies existing SCIM connections into WorkOS reversibly, so a directory migration can roll back. Migration risk is the standard objection when replacing an identity layer, and this is aimed directly at it.
- 6d ago
Accepted invitations count as email verification
Accepting an invitation within ten minutes now counts as email verification, dropping a redundant second email. A small friction removal in the same sign-up cleanup as the deliverability check.
- 13d ago
Pipes Token Proxy
⚡ SPARKThe second half of WorkOS's agent stack: an application can act on a user's third-party accounts without ever holding the credential. Registration says who the agent is; the proxy governs what it may do with someone else's access.
- 15d ago
Agent Registration
⚡ SPARKAgents get to authenticate as themselves rather than borrowing a human session or a shared service account. It is the foundational piece of the agent-identity line WorkOS has been assembling all month.