Skip to main content
On Gravix Layer the ops model is simple: one sandbox per job (or one sandbox per long session), controlled egress, and the same runtime APIs you already use.

Prerequisites

Parallel agents (fan-out)

Reconnect to a live agent:

Pause and resume

Pause keeps the filesystem (including Claude session files under /workspace).

Scheduled routine (cron)

Complete worker script you can point cron at:

GitHub Action sketch

Implement scripts/claude_pr_review.py with runtime.git.clone + claude -p "Review this PR..." using the same patterns as Repo & git.

Operational checklist

  • Cap concurrent runtimes (your pool size + service quotas)
  • Tag with metadata (task, pr_number, owner)
  • Always kill or set timeout
  • Log runtime_id, Claude session_id, and exit_code

Next