I need help creating the API token in the portal, could you walk me through it?
Short answer — sign in to the SaaS portal → API section → Create → give a description → COPY the generated token and store it safely (it cannot be viewed again).
Step‑by‑step 1. Log in to your Genymotion SaaS portal (web UI). 2. Navigate to the “API” or “Your API Tokens” section. 3. Click the Create button. 4. In the popup, enter a clear description (for example “gmsaas token” or “CI server token”) and click CREATE. 5. The new token value will be displayed once — click COPY immediately and paste it into a secure place (password manager, encrypted file, CI secret). The token cannot be retrieved or viewed again after you close the popup. 6. The new token will now be listed in the “Your API Tokens” area (but the value will not be shown again). Note: you can create up to 25 tokens and you can revoke a token later with REVOKE.
Why this matters
- The token authenticates gmsaas CLI and the Genymotion SaaS HTTP API.
- If you plan to use the gmsaas CLI, after creating the token run
gmsaas auth token <TOKEN>(or set theGENYMOTION_API_TOKENenv var). - Keep tokens secret and revoke any token you suspect is exposed.
Sources
Which tool will you use the token with — the gmsaas CLI, the HTTP API from scripts, or a CI system?