# Bugbug AI integration on Definable

> Bugbug is a low-code test automation tool.

## What this connects

Bugbug is a low-code test automation tool. The easiest way to cut costs of software testing.

Automate your web app testing 3x faster without scaling your QA team.

Vendor: https://bugbug.io

## Tools available

**4** tools available. First 4:

- `BUGBUG_GET_TEST_RUN_DETAILS` — Get test run details — Get detailed information about test runs from BugBug. This action retrieves a paginated list of test runs with comprehensive details including execution status, timing information, browser settings, and error details. Supports filtering by start time and sorting by various fields. Useful for monitoring test execution history, analyzing test performance, and debugging test failures.
- `BUGBUG_LIST_SUITES` — List suites — List all available test suites in the Bugbug platform. This tool makes a GET request to the /suites/ endpoint and returns a list of available test suites with pagination support.
- `BUGBUG_LIST_TESTS` — List tests — Retrieves a list of all available tests in the BugBug account. This action provides access to all tests in the account with pagination support. It returns basic information about each test including its ID, name, active status, and recording status.
- `BUGBUG_RUN_TEST` — Run test — Execute a test in BugBug and return the test run details. This action triggers a test run with optional configuration for browser, device, viewport, and variable overrides. It returns the test run ID, status, modification timestamp, and a URL to view detailed results in the BugBug web application.

## Auth

Auth schemes: `API_KEY`.

## How agents use Bugbug

Inside a Definable workflow, Bugbug is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Bugbug** — the Researcher (GPT-5.5) pulls context from Bugbug (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Bugbug** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Bugbug (create record, post message, draft email).
- **Designer / Engineer → Distributor → Bugbug** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Bugbug (attach file, open PR comment, post status).

The Verifier checks every Bugbug call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/bugbug/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
