Install, authenticate, and run your first PromptLoop command in minutes
npm install -g @promptloop/cli
npx @promptloop/cli --help
promptloop auth login --browser
promptloop auth login --api-key YOUR_API_KEY
promptloop auth whoami
promptloop tasks list
promptloop tasks run YOUR_TASK_ID --inputs "https://promptloop.com"
promptloop batches create --task-id YOUR_TASK_ID --file ./input.csv
promptloop batches status YOUR_BATCH_ID --watch
promptloop batches results YOUR_BATCH_ID --wait
promptloop config set api_url http://localhost:8080 promptloop config list
promptloop config set api_url https://api.promptloop.com