1. Install
2. Sign in
--no-browser and open the printed URL yourself.
Never put an access or refresh token in a URL, shell history, issue, or log.
3. Run against the cloud
Hosted and local are separate choices, so ask for the hosted one:/v1/models response in step 4 is scoped to that key and need not match the account
catalogue — read the list for whichever credential you are calling with. Arguments for the
harness itself go after --, as in
wally opencode --cloud --model <model-id> -- --help.
4. Call the API directly
Cloud usage bills against prepaid credits. The terms and the refund policy are the commercial contract. Create a Cloud key on the console’s Cloud keys page. The plaintext shows once, so put it straight into your secret manager, and never reuse an on-deviceruna_prod_ SDK key here.
Ask the API which models the key can call:
<model-id> below and in
step 3:
data: [DONE]. See the
API reference for request fields and error behaviour.
Troubleshooting
No console URL on
wally account login usually means the installed release is stale. Update from the
releases page rather than copying an old localhost command.