Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt

Use this file to discover all available pages before exploring further.

The repository includes a set of production-style scripts in the examples/ directory. Each one is self-contained. Edit the config block at the top and run with npx tsx examples/<script>.ts.
ScriptWhat it does
validate_staging_release.tsGates a release on staging validation by creating a URL run with twins, polling to completion, and exiting non-zero on failure.
create_checkout_scenario.tsCreates a reusable scenario with a prompt, seed data, and tags for repeated use across runs.
ensure_scenario_twin_urls.tsCreates or returns permanent per-twin URLs for a saved scenario, then prints each baseUrl.
provision_checkout_twins.tsProvisions disposable Stripe twins, polls until ready, and prints base URLs, admin URLs, and env vars.
explore_staging_with_agent.tsLaunches an autonomous agent with a focused objective and action budget, then outputs the story, results, attack plan, and red-team report.
All scripts require the ARGA_API_KEY environment variable. Set STAGING_URL to point at your own staging environment.

Source

github.com/ArgaLabs/arga-typescript-sdk