Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agentuity avatar

Agentuity Cli Cloud Sandbox Execution List

  • 1 installs
  • Updated May 13, 2026
  • agentuity/sdk-explorer

agentuity-cli-cloud-sandbox-execution-list is a Claude Code skill that documents the `agentuity cloud sandbox execution list` command for listing executions of an Agentuity sandbox.

About

agentuity-cli-cloud-sandbox-execution-list is a Claude Code skill documenting the Agentuity CLI command that lists executions for a given sandbox. It takes a sandboxId argument, supports a --limit option (default 50, max 100), and requires authentication plus organization context, returning a JSON object with an executions array. A developer uses it to review a sandbox's execution history from the terminal.

  • Documents `agentuity cloud sandbox execution list <sandboxId>` with options and output
  • Read-only, authenticated listing of executions for a given sandbox
  • Supports --limit (default 50, max 100) and requires org context

Agentuity Cli Cloud Sandbox Execution List by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #467 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
At a glance

agentuity-cli-cloud-sandbox-execution-list capabilities & compatibility

Capabilities
execution list · sandbox inspection · cli command
Use cases
devops
Runs
Hosted SaaS
From the docs

What agentuity-cli-cloud-sandbox-execution-list says it does

List executions for a sandbox. Requires authentication. Use for Agentuity cloud platform operations
SKILL.md
bunx @agentuity/cli cloud sandbox execution list snbx_abc123 --limit 10
SKILL.md
npx skills add https://github.com/agentuity/sdk-explorer --skill agentuity-cli-cloud-sandbox-execution-list

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMay 13, 2026
Repositoryagentuity/sdk-explorer

What it does

Listing executions for an Agentuity sandbox from the CLI.

Who is it for?

Reviewing execution history for an Agentuity sandbox

Skip if: Creating or running sandbox executions

When should I use this skill?

You need to list executions for a given Agentuity sandbox from the CLI.

What you get

A JSON object listing the sandbox's executions.

  • A JSON object with an executions array

By the numbers

  • --limit default 50, max 100

Files

SKILL.mdMarkdownGitHub ↗

Cloud Sandbox Execution List

List executions for a sandbox

Prerequisites

  • Authenticated with agentuity auth login
  • Organization context required (--org-id or default org)

Usage

agentuity cloud sandbox execution list <sandboxId> [options]

Arguments

ArgumentTypeRequiredDescription
<sandboxId>stringYes-

Options

OptionTypeRequiredDefaultDescription
--limitnumberYes-Maximum number of results (default: 50, max: 100)

Examples

List executions for a sandbox:

bunx @agentuity/cli cloud sandbox execution list snbx_abc123

List with a limit:

bunx @agentuity/cli cloud sandbox execution list snbx_abc123 --limit 10

Output

Returns JSON object:

{
  "executions": "array"
}
FieldTypeDescription
executionsarrayList of executions

Related skills

CLI & Terminalmonitoringinfra

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.