AuraOne / Docs / Agent Studio Open / Reference

CLI reference

The agentstudio binary. One command each for connect, record, and replay. Then compare, risk-scan, a2a, export.

At a glance

Agent Studio Open guide

Guide overview
Entry
CLI reference
Reading
10 min
Sections
1
Applies to
Applies to the current Agent Studio Open source release. Check the product page and repository for the latest version, supported platforms, and installation details.

01

Commands

The CLI is pipe-friendly and can emit JSON for automation. It does not require the desktop runtime in CI when replay artifacts are already exported.

  • connect: open an MCP connection over stdio or SSE. HTTP and WebSocket too.
  • record: capture a session into a portable .ast trace.
  • replay: run deterministic replays with mocked tool outputs.
  • compare: run one session against multiple provider profiles.
  • risk-scan: invoke mcp-risk-linter and attach findings.
  • a2a: validate cards and run contract tests.
  • export: write a GitHub Action, JUnit, or a PR comment. Trace card and intake output too.
agentstudio --json connect http <YOUR_MCP_URL>
agentstudio risk-scan ./server --format sarif --out mcp-risk.sarif
agentstudio export gh-action ./fixtures/regressions --out ./reports/agent-regression