Skip to content
Open app

Sandbox execution

Skills can declare hosted scripts in plugin.json with runtime sandbox or container. Skillist runs these in isolated sandboxes on the API worker.

  • Signed-in Skillist account
  • Skill visibility that permits your org membership (public skills allow any authenticated user to run)

Anonymous sandbox runs return 401 Unauthorized.

Terminal window
skillist run skillist/web-perf-audit --script scripts/audit

Skill detail pages include a Run card when the skill has sandbox scripts. Sign in to enable the run button.

POST https://skillist.dev/{org}/{repo}/run
GET https://skillist.dev/{org}/{repo}/scripts
GET https://skillist.dev/{org}/{repo}/runs

Same paths work on api.skillist.dev. Requires session auth or API key. See API docs for request body and streaming responses.

See also Delivery URLs for the full apex path map.

Runs stream stdout/stderr over SSE. History is available in the dashboard for authenticated users.

Org admins can configure execution policy (quotas, allowed runtimes) in governance settings.