Changelog
New updates and improvements to Atrahasis.
SE v1.0.1
May 23, 2026
PRO v1.0.0
May 20, 2026
Built-in Git Dashboard
Manage your project's Git repository from inside the app. stage, commit, branch, compare, stash, and merge.
Load Testing
Five built-in test types, live percentile metrics, thresholds, OpenTelemetry streaming, and exportable reports, driven from the same step definitions.
Advanced Flow Runner
Parallel workers, iterations, anomaly detection, and exportable run reports on top of the Standard flow runner.
Mock Server
A full HTTP mock server inside the app, rule-based conditional responses, multiple variants per endpoint, live reload.
Reporting
Export flow and load-test runs as PDF, HTML, or OpenTelemetry JSON. download from the app or send to any endpoint from an After All script. CI/CD-ready.
HashiCorp Vault Integration
Resolve environment secrets from HashiCorp Vault at request time, secrets never live in your saved files.
Advanced Scripting API (at.*)
A full JavaScript scripting layer via the global at object — inspect and mutate requests/responses, manage variables, call external services, and export reports.
Atrahasis PRO
Atrahasis PRO includes the full Standard Edition feature set, then adds advanced flow runs, load testing, a mock server, scripting, Vault, Git, and reporting.
SE v1.0.0
May 17, 2026
OpenAPI Designer
Design OpenAPI specs with a visual editor and raw YAML, kept in bi-directional sync. Supports Swagger 2.0, OpenAPI 3.0, 3.1, and 3.2
Flow Runner
Chain multi-step API requests with shared variables, variable extraction, and per-step assertions.
Random Variables
Generate dynamic test data inline with 25+ built-in generators — UUID, email, names, numbers, dates, and custom patterns.
Developer Tools
A built-in set of everyday developer utilities — UUID, Base64, URL encode/decode, hashing, JWT decode, timestamp, and regex.
Atrahasis SE with HTTP, WebSocket, SSE & GraphQL
Send requests across four protocols — HTTP/1.1, HTTP/2, HTTP/3 (QUIC), WebSocket, SSE, and GraphQL — with assertions, tracing, scripting api and auth.
CLI v1.0.0
May 14, 2026
CLI Load Testing
Run load, stress, spike, and soak tests from the same step definitions that drive your flow tests. Live percentile metrics, throughput charts, error rates — all in the terminal, all in one binary.
CLI Flow Runner
Multi-step API tests with shared state, variable extraction, anomaly detection, and a real-time terminal dashboard. Run sequentially or in parallel, with one command.
CLI Built-in Assertions
Validate status, headers, body, JSON path, and response time directly from the command line. Each assertion fails with exit code 1, drop atra cli into any CI pipeline and it just works.
CLI Request Tracing
See exactly where each request spends its time. atra breaks every HTTP call into DNS, TCP, TLS, server response, and download phases and shows it all in a terminal waterfall.
CLI Native HTTP/3 (QUIC) Support
atra cli speaks HTTP/1.1, HTTP/2, and HTTP/3 (QUIC) out of the box. Automatic protocol negotiation, connection pooling, and the ability to force any version with a single flag.
Atrahasis CLI
Meet atra CLI, the official Atrahasis CLI. A single static binary that handles command line HTTP requests, multi-step flows, and load tests with rich flags and triple-mode syntax.