CLI
A private binary for members. Generate, pull skills, and check credits without leaving the shell, authenticated with your API key.
Download the binary for your platform and authenticate once with your API key. The key ties the CLI to your account and your credit balance.
Use dd generate to create images and voice, dd skills to list and pull your skills, and dd credits to check your balance. Every command shows its credit cost before it spends.
Because it is a plain binary with API-key auth, it fits into scripts, Makefiles, git hooks, and CI the same way any other CLI does.
Authenticate once with your API key, then generate, pull skills, and check credits without leaving the terminal.
# authenticate once with your API key
export DD_API_KEY=dd_live_xxxxxxxxxxxxxxxx
# generate an image from a prompt
dd generate image "editorial hero, muted palette" --out hero.webp
# browse the skill library and pull one locally
dd skills list
dd skills pull agent-fleet-coordination
# check your universal credit balance
dd creditsThe CLI is distributed to members, tied to your account through your API key. No public download, no separate login flow.
Prebuilt binaries for macOS on Apple Silicon and Intel, Linux on x64 and arm64, and Windows. Grab the one for your machine and go.
Create images and voice from the command line. Pass a prompt, pick a model, and the result lands where your scripts expect it.
List, inspect, and pull the skills on your account from the terminal with dd skills list, get, and pull, so a skill is one command away instead of a browser trip.
Check your balance and recent usage without leaving the shell. The same universal credits power every command.
Authenticate with your API key and the CLI drops into scripts, Makefiles, and CI. Rotate the key to cut access instantly.
It is a private binary for members that brings the platform into your terminal. You can generate images and voice, list and pull skills, and check credits, all authenticated with your API key.
Five: macOS on Apple Silicon and Intel, Linux on x64 and arm64, and Windows. Each is a prebuilt binary you download and run.
With your API key. You authenticate once and the CLI is tied to your account and credit balance. Rotating the key revokes CLI access immediately.
dd generate for images and voice, dd skills to list and pull your skills, and dd credits to check your balance and usage. Each command shows its credit cost before spending.
The best tools for AI agents are not new protocols. They are the CLIs developers have used for decades. Why the command line is the natural agent surface.
Read postTerminal agents are converging on the same runtime layer: permissions, sandboxing, rollback, diagnostics, subagents, receipts, and cost controls.
Read postThe ten CLIs every AI-native developer should know, with install commands, trade-offs, and when to reach for each.
Read post