Goal: 0 → Green check in 5 minutes
Prefer local setup? If you want to run Keystone locally using our CLI, check out our CLI installation guide instead.
Step 1: Sign Up for Keystone Cloud
Visit https://app.withkeystone.com, authenticate with your credentials, and select your organization → Continue.Keystone only needs read access to see your repositories. We never access your code.
Step 2: Create Your First Test
Go to Tests → New Test and fill out the test configuration form. Optional Configuration:- Authentication Module: Select if your test needs pre-authentication
- Test Dependencies: Choose tests that must run before this one
- Files: Upload any test data files needed
- Business Logic Description: Describe what functionality this validates
- Development branch configuration: Set up branch-specific settings
Step 3: Add Test Steps
Once your test is created, you’ll be taken to the “Keystone Studio” where you can build your test using any of these three approaches:Recording
Capture interactions by using your application
Building
Construct tests using step blocks
Describing
Let AI create tests from descriptions

Pro Tip: Start with recording to capture the basic flow, then add manual assertions and validations for comprehensive coverage.

