Auth0 Management API credentials. Create a Machine-to-Machine application in your Auth0 dashboard, authorize it for the Auth0 Management API, and grant the scopes your scripts need (e.g. read:users, create:users). Scripts exchange client_id + client_secret for a short-lived Management API token on each run (client-credentials grant).