Command-line interface for RGBA — talk to api.rgba.ai from your terminal or Claude Code.
Project description
rgba CLI
Thin HTTPS client for the RGBA API at api.rgba.ai (Modal-hosted).
Install
pip install rgba # from PyPI
pipx install rgba # isolated user install (recommended for daily use)
After install you'll have a rgba command on your PATH.
Usage
rgba auth login # device-flow → opens https://rgba.ai/cli in your browser
rgba auth status # show whoami
rgba auth logout # revoke the active token
rgba me # alias for `auth status`
rgba actions # discover every /sdk/action with cost + params
rgba actions <name> # full schema for one action
rgba sdk <action> -p key=val # call /sdk/action
rgba jobs get <job_id> # poll a job
rgba jobs wait <job_id> # poll until status is completed/failed
Credentials live in ~/.rgba/credentials (mode 0600). The CLI never sees
your Supabase password — auth is brokered through a device-flow OAuth
against the RGBA backend.
Environment
| var | default | use |
|---|---|---|
RGBA_API_URL |
https://lemontree-media-llc--rgba-agent-agent-app.modal.run |
Override the API origin (e.g. localhost) |
RGBA_CONFIG_DIR |
~/.rgba |
Override credentials directory |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rgba-0.2.1.tar.gz.
File metadata
- Download URL: rgba-0.2.1.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9684c16d7188e1c96dc1d273a740f3fca69645929fdd32b314b6b49e4f5784ff
|
|
| MD5 |
9b512d83369467ab72f36ef1f02e34ac
|
|
| BLAKE2b-256 |
4e3641c0cdf45f49daef659962bfaa4ce9216c1cb34d63ce8dde954043c20f9c
|
File details
Details for the file rgba-0.2.1-py3-none-any.whl.
File metadata
- Download URL: rgba-0.2.1-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fe25b07ab781ba4b95f561a967fb6b8c3414e87110217ce9c049b73a8b54821
|
|
| MD5 |
11d72555719ef07cb7253d363ba6991e
|
|
| BLAKE2b-256 |
a9b0f7a1858c1cc2fd48d87bbcb0e8d721e77462c0290199e298b85f4a271553
|