DevTools provides a local‑first platform that converts recorded HTTP traffic (HAR files) into visual API flow diagrams and exports them as Git‑native YAML test suites. The open‑source CLI executes these YAML flows in CI/CD pipelines with parallel execution, JUnit/JSON reporting, and deterministic exit codes, while all processing remains on the developer’s machine. Enterprise subscriptions add SSO, RBAC, encrypted secret vaults, and audit logging for organization‑wide governance.
Funding
Funding not disclosed
Founders
Product
Problem
API testing workflows often rely on click‑driven UI tools or hand‑written scripts that are hard to version, review, and scale in CI/CD pipelines. This leads to fragile tests, maintenance overhead, and difficulty ensuring that test suites reflect real production traffic.
Solution
DevTools offers a local‑first platform that turns recorded HTTP traffic (HAR files) into visual API flow diagrams. Users can map response data to subsequent requests, fine‑tune variable extraction with JSONPath, and export the flows as human‑readable YAML that lives in Git for diff‑able code reviews. The open‑source CLI executes these YAML flows in CI environments, providing parallel execution, JUnit/JSON reports, and deterministic exit codes. All processing occurs on the developer’s machine, eliminating cloud dependencies and preserving data privacy. Enterprise customers can add SSO, RBAC, secret vaults, and audit logging for organization‑wide governance.
Target Audience
The primary users are software engineers, QA engineers, and platform teams that need reliable, versionable API test suites integrated into CI/CD pipelines. Enterprise teams seeking centralized security and collaboration controls also benefit from the paid tier.
Features
- HAR import that automatically parses requests, headers, and authentication data locally.
- Visual flow builder with drag‑and‑drop request ordering, assertions, and conditional logic.
- Automatic variable extraction and JSONPath‑based overrides for chaining tokens and IDs across steps.
- Export of complete flows to Git‑native YAML, enabling version control, diffing, and pull‑request reviews.
- Go‑based CLI runner that executes flows in parallel by default, with options for sequential runs.
- Built‑in JUnit and JSON report generation and clean exit codes for seamless CI/CD integration.
- Fully offline operation; no account or cloud service required, with all data stored locally.
- Optional Enterprise add‑ons: SAML SSO, SCIM provisioning, fine‑grained RBAC, encrypted secret vault, audit logs, and SLA‑backed support.