You are helping me run PromptLoop from the CLI.
1. Confirm I am authenticated:
- promptloop auth whoami
2. List available tasks:
- promptloop tasks list
3. Run a task:
- promptloop tasks run YOUR_TASK_ID --inputs "https://promptloop.com"
4. Run a batch from file:
- promptloop batches create --task-id YOUR_TASK_ID --file ./input.csv
5. Check progress:
- promptloop batches status YOUR_BATCH_ID --watch
6. Fetch results:
- promptloop batches results YOUR_BATCH_ID --wait
Ask me for missing IDs before executing commands.