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.
- Enter your app name
- Select your environment
- 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 200POST /api/auth/login returns 401 without auth
Click Activate to enforce a contract.
Alternative: HAR Upload
Upload a HAR file for quick evaluation:
- Chrome DevTools → Network → right-click → Save all as HAR
- Go to Settings → Connections → HAR upload
- Upload the file
Last updated on