Go to App
KaguraKagura Docs
⌘K
Get Started

Quickstart

Get up and running with Kagura in under 5 minutes.

1. Create an Account

Sign up at app.kagura.run to get started. You'll receive $10 in free credits to test the platform.

2. Create Your First Test

From the dashboard, click "New Test" and describe what you want to test in plain English:

Test the login flow:
1. Go to the login page
2. Enter email: test@example.com
3. Enter password: secretpassword
4. Click the Login button
5. Verify the dashboard loads

3. Run the Test

Click "Run Test" and watch the AI agent execute your test in real-time. You'll see screenshots at each step and a final pass/fail result.

Use the CLI or GitHub Action for automated testing in your CI/CD pipeline.

4. Get Your API Key

Go to Settings → API Keys to generate an API key for CLI and CI/CD usage.

kag_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Keep your API key secret. Never commit it to version control.

Next Steps