You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/HowTo.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ sidebar_position: 2
4
4
5
5
# How To Use HackAgent
6
6
7
-
Here's a step-by-step guide to get started with HackAgent. Before doing these steps, ensure you have an account and an API key from [hackagent.dev](https://hackagent.dev).
7
+
Here's a step-by-step guide to get started with HackAgent. Before doing these steps, ensure you have an account and an API key from [app.hackagent.dev](https://app.hackagent.dev).
8
8
9
9
## 📋 Prerequisites
10
10
11
-
1.**HackAgent Account**: Sign up at [hackagent.dev](https://hackagent.dev)
11
+
1.**HackAgent Account**: Sign up at [app.hackagent.dev](https://app.hackagent.dev)
12
12
2.**API Key**: Generate an API key from your dashboard
13
13
3.**Target Agent**: A running AI agent to test (Google ADK, LiteLLM, etc.)
14
14
4.**Development Environment**: Choose your preferred approach:
@@ -145,7 +145,7 @@ print("Security test completed! Check your dashboard for detailed results.")
145
145
146
146
### Step 5: Explore the HackAgent Dashboard
147
147
148
-
1. Navigate to [hackagent.dev/stats](https://hackagent.dev/stats)
148
+
1. Navigate to [app.hackagent.dev](https://app.hackagent.dev)
149
149
2. Select your recent test run
150
150
3. Check the **"Output"** tab to see which prompts were most effective
151
151
4. Review the **"Results"** section for vulnerability analysis
0 commit comments