Bring order to your testing.

Probara is the test management platform where QA teams plan suites, execute runs, and report results — with an API and MCP surface developers actually want to use.

Free during early access. No credit card required.

  • Bilingual EN · ES
  • REST API /api/v1 with OpenAPI
  • MCP server for AI agents
  • Imports from TestRail, Qase, or CSV
  • Organization-wide audit log

Plan. Run. Report.

Three jobs, one system of record. Probara keeps the whole testing week — from writing cases to closing the release — in a single place your team can trust.

Plan

A repository shaped like your product

Nested suites keep cases where they belong. Each case carries steps, expected results, custom fields, and attachments — so the next person runs it exactly as written.

Run

Execution that records the evidence

Launch runs from any suite, or generate them from a test plan’s configuration matrix. Every case tracks status, assignee, and time — retries and history included.

Report

Results that assemble themselves

Milestones roll up run results as they land. Defects link back to the failures that produced them, and the audit log keeps who-did-what on the record.

MCP

Your AI agents can operate Probara.

A native MCP server with 130+ tools — agents plan suites, execute runs, and triage defects with the same permissions and audit trail as your team.

Meet the MCP →
MCP
# Connect with Claude Code in one line
claude mcp add --transport http probara https://probara.net/mcp

Built for your pipeline

Everything the UI does is on the public API. Automate results from your own tooling and read the OpenAPI spec when you need the exact shapes.

REST API
# Mark a run case as passed, with its recorded time
curl -X PATCH "$PROBARA_HOST/api/v1/runs/$RUN/cases/$CASE" \
  -H "Authorization: Bearer $PROBARA_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "status": "passed", "elapsedMs": 134000 }'

Organization-scoped API tokens, sent as a Bearer credential. OAuth 2.1 for interactive MCP clients.

Read the API reference →

From signup to first report

No sales call, no setup project. Sign up and the whole workflow is there.

  1. Create your organization

    Sign up with email and password, name your organization, and create the first project. Invite teammates with roles when you’re ready.

  2. Bring your cases

    Write cases in the editor, or import an existing repository — TestRail or Qase exports, or CSV, Excel, JSON, and XML. Imports are staged so you review before anything lands.

  3. Run and record

    Launch a run from suites or a test plan, mark results as you go, and let the per-case timer keep durations honest. Failures link straight to defects.

  4. Report the release

    Watch milestones fill in as results roll up, review the linked defects, and trace every change in the audit log.

Start free today

Paid tiers are still being finalized — the prices and limits below are provisional. The free plan is live now.

Free

$0 /month

For teams getting started.

  • Up to 5 members
  • 2 projects
  • Full plan–run–report workflow
  • REST API and MCP access
  • Bilingual UI (EN/ES)
Start free

Team

$15 /user/month

For QA teams shipping on a schedule.

  • Everything in Free
  • Unlimited members
  • Unlimited projects
  • More attachment storage
  • Priority support

Billing coming soon

Business

$39 /user/month

For organizations with heavier requirements.

  • Everything in Team
  • Highest storage limits
  • Extended audit history
  • Dedicated support

Billing coming soon

Provisional values — final tiers will be announced before billing opens.

Questions, answered plainly

What is Probara?

Probara is a test case management platform — the system of record for a QA team’s testing. You organize cases in suites, execute them in runs, and report results through milestones, defects, and an audit log.

Does it have an API?

Yes. Everything ships on a public REST API at /api/v1 with an OpenAPI spec and organization-scoped API tokens. There is also an MCP server, so AI agents and assistants can operate Probara directly.

What languages does it support?

The product is fully bilingual: English and Spanish are peers across the app and the documentation, and every team member picks their own language.

Can I import my existing test cases?

Yes. Probara imports TestRail and Qase exports, plus CSV, Excel, JSON, and XML files. Imports are staged: you review what was parsed before anything is written to your project.

How does billing work today?

It doesn’t yet — Probara is free during early access. Paid tiers are being finalized and billing is not wired up, which is why the paid buttons are disabled. Signing up now costs nothing.

Is my data isolated from other customers?

Yes. Probara is multi-tenant with the organization as a hard isolation boundary: projects, suites, cases, runs, and defects never cross organizations, and the audit log records every change inside yours.

Ready to bring order to your testing?

Plan your first suite, run it, and read the report — the same day.