| name | signin |
| description | Sign in to ZeroGPU and persist the API key. Use when the user asks to log in, authenticate, or set up ZeroGPU credentials for the first time. |
| argument-hint | [--api-key <key>] |
| disable-model-invocation | true |
| allowed-tools | Bash(zerogpu login*) |
| metadata | {"openclaw":{"requires":{"bins":["zerogpu"]},"install":[{"kind":"node","package":"zerogpu-cli","bins":["zerogpu"]}]}} |
Run the ZeroGPU login flow:
zerogpu login $ARGUMENTS
Notes:
- With no arguments, the CLI prompts interactively for the API key (masked).
- For non-interactive use (CI), pass
--api-key zgpu-api-โฆ.
- On success the credentials are written to the local config file and
ZEROGPU_API_KEY is upserted into the user's shell profile.