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.
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.
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
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
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
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
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 →# Connect with Claude Code in one line
claude mcp add --transport http probara https://probara.net/mcp 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.
# 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 →No sales call, no setup project. Sign up and the whole workflow is there.
Sign up with email and password, name your organization, and create the first project. Invite teammates with roles when you’re ready.
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.
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.
Watch milestones fill in as results roll up, review the linked defects, and trace every change in the audit log.
Paid tiers are still being finalized — the prices and limits below are provisional. The free plan is live now.
$0 /month
For teams getting started.
$15 /user/month
For QA teams shipping on a schedule.
Billing coming soon
$39 /user/month
For organizations with heavier requirements.
Billing coming soon
Provisional values — final tiers will be announced before billing opens.
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.
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.
The product is fully bilingual: English and Spanish are peers across the app and the documentation, and every team member picks their own language.
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.
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.
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.
Plan your first suite, run it, and read the report — the same day.