Check the balance
--workspace, this reports your active workspace. Credits are held per workspace, so a team that runs a lot draws down its own balance rather than a shared pool.
See where they went
live retrying a failing step.
Keeping consumption predictable
Check what’s scheduled.*/5 * * * * schedule left over from testing is the most common surprise.
Prefer dry runs while iterating. Dry Run exercises the agent without production side effects, and it’s the right mode while you’re still shaping a spec.
Look for retry loops.
MUST_HAPPEN step that fails retries with backoff before giving up. A step failing on every run is doing that work repeatedly.
Clear schedules you no longer need.
Scripting
See also
- Credits
jstm credits— full reference.