The repository includes a set of production-style scripts in theDocumentation Index
Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt
Use this file to discover all available pages before exploring further.
examples/ directory. Each one is self-contained. Edit the config block at the top and run with uv run python examples/<script>.py.
| Script | What it does |
|---|---|
validate_staging_release.py | Gates a release on staging validation by creating a URL run with twins, polling to completion, and exiting non-zero on failure. |
create_checkout_scenario.py | Creates a reusable scenario with a prompt, seed data, and tags for repeated use across runs. |
ensure_scenario_twin_urls.py | Creates or returns permanent per-twin URLs for a saved scenario, then prints each base_url. |
provision_checkout_twins.py | Provisions disposable Stripe twins, polls until ready, and prints base URLs, admin URLs, and env vars. |
explore_staging_with_agent.py | Launches an autonomous agent with a focused objective and action budget, then outputs the story, results, attack plan, and red-team report. |
ARGA_API_KEY environment variable. Set STAGING_URL to point at your own staging environment.

