> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testbrick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is TestBrick?

> No-code browser testing and visual API flow testing platform

# Welcome to TestBrick

TestBrick is a no-code testing platform that lets you create, run, and share browser tests and API flow tests — without writing a single line of code.

## Two ways to test

<CardGroup cols={2}>
  <Card title="UI Testing" icon="monitor" href="/ui-testing/overview">
    Record browser interactions with our Chrome extension. Click, type, navigate — TestBrick captures every step and replays it automatically.
  </Card>

  <Card title="API Flow Testing" icon="workflow" href="/api-flows/overview">
    Build visual API flows on a canvas. Chain requests together, pass data between them, test email verification flows, and share results with one link.
  </Card>
</CardGroup>

## Key features

* **No code required** — record browser tests or build API flows visually
* **Email & OTP testing** — catch verification emails, extract OTP codes, verify them automatically
* **Shareable results** — one link shows exactly what happened, every request and response
* **Data mapping** — response data flows between API blocks automatically
* **Assertions** — validate status codes, response bodies, headers, and timing
* **Environments** — switch between dev, staging, and production with one click
* **Team workspaces** — collaborate with your team on tests and bug reports
* **Integrations** — push bug reports to Jira, Linear, GitHub, ClickUp

## Get started

<CardGroup cols={3}>
  <Card title="Create a project" icon="folder-plus" href="/getting-started/create-project">
    Set up your first project in 30 seconds
  </Card>

  <Card title="First UI test" icon="circle-play" href="/getting-started/first-ui-test">
    Record and run your first browser test
  </Card>

  <Card title="First API flow" icon="route" href="/getting-started/first-api-flow">
    Build your first visual API flow
  </Card>
</CardGroup>
