DinhoDinho Docs

Quickstart

Get your app monitored in production in 5 minutes.

1. Connect the MCP server

Add Dinho to your AI editor. For Claude Code:

claude mcp add --transport http dinho https://api.dinho.qa/mcp

On first connection, your browser will open to authenticate with your Dinho account — no API key, no extra setup.

For other editors, see the Editor Setup Guide.

2. Set up with the guided assistant

Ask your agent:

/dinho-onboarding

The assistant will:

  1. Discover (or create) your Dinho project
  2. Create a dedicated test account so tests don't pollute real data
  3. Set up the is_synthetic_test flag in your database
  4. Create your first test together with you

Prefer to do it manually? Skip to the section below.

2a. Manual setup (alternative)

If you prefer full control, run:

/dinho-create-test

The agent will ask for the URL, the flow to test, credentials, and run frequency — then create the test automatically.

3. Receive alerts

When a test fails, Dinho sends you an email with:

  • The error message and the step that failed
  • A screenshot of the failure
  • A ready-to-paste fix prompt for your AI editor

To receive alerts in Slack or Discord too, see the Webhook Guide.