Generate directly from the shell
Start image, video, audio, and music tasks from the command line without hand-writing HTTP requests.
If you want image, video, audio, and music generation from the shell, scripts, cron jobs, or CI, the CLI is the shortest path. It gives you a clean execution surface for both humans and automation.
npm install -g cyberbara-cli
cyberbara auth configure --api-key "<your_api_key>"
cyberbara image generate "A cinematic product shot" --model nano-banana-2 --yesInstall first, configure the API key once, then run generation commands. After that you can extend into uploads, quotes, waits, and raw endpoint calls.
The structure mirrors /skill, but the execution surface is the terminal. The CLI works for humans directly and also for agents that can call shell commands.
When you do not want to hand-assemble HTTP requests but also do not want to hand everything to an agent, the CLI is the most stable middle layer.
Start image, video, audio, and music tasks from the command line without hand-writing HTTP requests.
Use it inside cron jobs, CI, bulk-generation scripts, and internal automation tasks.
If your agent already knows how to run shell commands, the CLI becomes a stable action surface.
When you need lower-level control, you can still drop to the public API instead of being boxed into a black-box abstraction.
Install the package, configure the API key, and run commands. Then expand into batch workflows, automation, and scripts.
Get a consistent command surface into your environment once, then reuse it across jobs.
Set it once, then reuse the same auth path across image, video, audio, and music commands.
Start with one minimal command, then expand into uploads, waits, and output saving.
Think of it as a daily engineering tool, not just a landing-page button. It fits generation, waiting, saving outputs, and script reuse.
The sequence is simple: install the CLI, configure the API key, run the first command, then extend as needed.
A global install gives you one consistent command surface for Cyberbara media tasks.
npm install -g cyberbara-cliOpen CLI repoStart with a free API key, then let the CLI save it once.
cyberbara auth configure --api-key "<your_api_key>"Get free API keyValidate the path with one minimal image command, then expand into video, audio, music, upload, and task-wait flows.
cyberbara image generate "A cinematic product shot" --model nano-banana-2 --yesIf you need deeper control, use the CLI and API docs side by side: the CLI for execution ergonomics, the API docs for capability boundaries.
View API docsThe practical CLI questions usually come up first.
If your work already happens in the shell, this page is the shortest starting point.