Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted API testing suite

Define API test cases with expected status codes, headers, and body assertions. Run them on a schedule, alert on failures. Postman Collections without Postman's $12/user/mo.

Install Assay Free Complete — all 150 tools $29/mo

A non-profit with no DevOps budget downloads the Assay binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

Why self-host your API testing suite

Privacy-conscious teams often build internal test cases workflows in Notion or Google Sheets because the alternative is a $200/month SaaS contract. Assay gives you a purpose-built tool at a fraction of the cost, running on infrastructure you already control.

Endpoints
How Assay runs

On first launch, Assay initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating a testcase is a POST with JSON — the only required field is name. The response includes the generated ID and timestamp. Listing supports search, filtering, and returns items in reverse chronological order.

Postman at $12/user/mo.

Self-hosted API testing suite. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool assay
Run
PORT=9130 ./assay
Open
http://localhost:9130

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 10 test cases
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited tests, environments, CI webhook trigger, history and diffs
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export ASSAY_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./assay

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev