Skip to Content
Quickstart

Quickstart

Get Stoney running in 5 minutes.


Step 1: Create an Account

Go to stoneydev.com  and sign up.


Step 2: Add the Recorder

Navigate to Settings → Connections and click Add app.

  1. Enter your app name
  2. Select your environment
  3. Copy the middleware snippet for your framework

See Installing the Recorder for framework-specific code.


Step 3: Generate Traffic

Make some API requests. Routes appear in Settings within seconds.


Step 4: Review Suggestions

Go to Discover. Stoney has generated contract suggestions:

  • GET /api/users returns 200
  • POST /api/auth/login returns 401 without auth

Click Activate to enforce a contract.


Alternative: HAR Upload

Upload a HAR file for quick evaluation:

  1. Chrome DevTools → Network → right-click → Save all as HAR
  2. Go to Settings → Connections → HAR upload
  3. Upload the file
Last updated on