Skip to main content
Connect your AI coding assistant to Autosana for seamless documentation access and test flow management directly from your IDE.

Configuration

Connect Autosana with your existing account using browser sign-in. Grok Bot currently uses the API-key setup described below.
Run in your project directory:
Open Claude Code, run /mcp, select Autosana, and follow the browser sign-in prompt.
In the browser, sign in to Autosana, check the agent name and workspace, and click Approve. Return to your agent and ask it to list your Autosana flows. If the authorization session ends before you approve, start a fresh connection from your agent. Do not reuse the old browser tab. Existing API-key connections continue to work. To switch one to browser sign-in, remove its 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:
If the connection is successful, you’ll receive responses from both questions.

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:
Omit 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.

Documentation


Example Usage

Generate E2E tests from your codebase

Increase test coverage from a PR

Debug failing tests

Create hooks for backend setup

Check test run history

Identify coverage gaps


Resources