CLI
A zero-dependency Node CLI for humans and scripts. During the preview it runs from the repository (node cli/cracked.mjs) or via npx cracked-ai once published.
Keys
cracked keys add -l main -k ck_live_... # stored in ~/.cracked/config.json (0600)
cracked keys list
cracked keys activate -l staging
export CRACKED_API_URL=https://cracked-ai-pearl.vercel.app # defaults to https://cracked.aiCommands
cracked discover "google maps reviews for a business" -l 10
cracked inspect -p apify -e /compass/google-maps-reviews-scraper
cracked run -p open-meteo -e /forecast -i '{"latitude":30.27,"longitude":-97.74}' -o forecast.json
cracked runs # recent runs
cracked runs get -r <runId>
cracked runs stop -r <runId>
cracked balance
cracked whoamiAdd -j to any command for raw JSON. Exit code is non-zero on HTTP errors, so it composes in shell pipelines.