Configuration
Replace<YOUR_API_KEY> with your key from the welcome quickstart or Settings → Integrations → API Key.
- Claude Code
- Claude Desktop
- Cursor
- Gemini CLI
- Codex
- OpenClaw
Run this command in your terminal:
Verify the Connection
Once configured, test the server:Available Tools
The Autosana MCP server provides comprehensive test management, debugging, and documentation access.Flow Management
Suite Management
Hook Management
Apps & Environments
Filter
apps_list with platform: "chrome-extension" to discover extension
apps and their UUIDs.
Use devices_list before a mobile run to discover model and os_versions
values, then pass one typed device object to the run tool. If it is omitted, Autosana
chooses the recommended default. iOS Simulator runs continue to use automatic
device and OS defaults.
Both flows_run and suites_run accept dependencies as a JSON array string
for web runs:
dependencies to use the web app’s attached defaults. Pass "[]" to
explicitly run without extensions. An app UUID uses that extension’s active
build; an object with app_build_id pins the exact build. Extension-enabled
runs use Chromium, and one suite run uses the same extension loadout for every
flow in its shared browser session.
Results & Debugging
read_flow_run reports the exact dependency build IDs and available extension
metadata such as app/build IDs, app name, platform, source, branch, commit, and
upload time.