Configuration
Connect Autosana with your existing account using browser sign-in. Grok Bot currently uses the API-key setup described below.- Claude Code
- Claude Desktop
- Cursor
- Gemini CLI
- Codex
- Grok Bot
- Devin
- OpenClaw
Run in your project directory:Open Claude Code, run
/mcp, select Autosana, and follow the browser sign-in prompt.x-api-key header and reconnect. Keep the key until the new connection works; revoke it only if no other integrations use it.
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 to choose a model and OS. Set model or os_version to
"latest" for explicit rolling resolution, or omit device to use the newest
supported default for both.
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.
Run responses from flows_run, suites_run, and labels_run include a Batch link for viewing or sharing all runs launched together.
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.