-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Getting StartedUse this label to identify setup, installation, or onboarding issues.Use this label to identify setup, installation, or onboarding issues.Platform: BrevSupport for Brev deploymentSupport for Brev deployment
Description
Problem
The NemoClaw onboarding wizard (nemoclaw onboard) requires an NVIDIA API key from build.nvidia.com, but the key generation flow has multiple blockers that prevent completing setup.
Environment
- NemoClaw: installed from source (latest main branch)
- Platform: Brev cloud instance (Ubuntu, 4 CPU / 16 GiB, GCP Iowa)
- OpenShell: 0.0.8-dev.1+g0463046
- Node.js: v24.14.0
Steps to Reproduce
- Deploy NemoClaw via Brev launchable (
env-3Azt0aYgVNFEuz7opyx3gscmowS) - Fix cgroup v2 issue (manually set
"default-cgroupns-mode": "host"in daemon.json) - Run
nemoclaw onboard - Wizard prompts for NVIDIA API key
- Navigate to build.nvidia.com to generate a key
Issues Encountered
- Rate limiting on key generation: Received "number has requested too many" error despite not having previously requested keys
- Verification code error: After eventually receiving a verification code, got an error message advising to contact support
- Organization permissions: After login, the API Keys page shows:
"No API Key Permissions — You do not have permissions to create API Keys in this Organization. Switch Orgs or contact your admin."
- Account verification gate: Prompted with "Please verify your account to get API access" with no clear path forward
Expected Behavior
A new NVIDIA account should be able to generate an API key from build.nvidia.com without being blocked by org permissions or unresolvable verification loops.
Suggestions
- Document known API key provisioning delays or requirements in the Prerequisites section
- Add a preflight check in
nemoclaw onboardthat validates API key access before running the full wizard - Consider supporting
--skip-api-keyflag for users who want to complete setup and add the key later - Clarify which NVIDIA org/account type is required (personal vs. enterprise)
Workaround
None found yet. Onboarding cannot proceed without a valid API key.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Getting StartedUse this label to identify setup, installation, or onboarding issues.Use this label to identify setup, installation, or onboarding issues.Platform: BrevSupport for Brev deploymentSupport for Brev deployment