
Authentication
ACP auth modules are SDK-managed resources. Beyond create and deploy, the auth manager adds user lifecycle operations so the same surface can provision the auth service and operate the identities inside it.
Auth is billed as a deployed service surface. This is the rate for the hosted auth module itself, separate from the computers or apps that use it.
Billed while the auth surface stays deployed.
What auth modules are for
Use auth modules when ACP should own sign-up, sign-in, user creation, and session-facing identity operations for the product surface you are shipping.
Auth resource lifecycle in JavaScript
The auth manager inherits the full generic resource lifecycle and then adds auth-specific user methods on top.
Auth user operations in JavaScript
These helpers are specific to the auth manager and are not exposed on generic resource managers.
Auth resource lifecycle in Python
Python exposes the same auth resource lifecycle for backend services and control planes.
Auth user operations in Python
Python mirrors the same user lifecycle helpers through snake_case methods.