Skip to content

Commit ff11a42

Browse files
AtibQuralexp-sssup
authored andcommitted
add Claude instructions
1 parent a1db229 commit ff11a42

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

README.md

+31
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,37 @@ index 2878332..1f3103a 100644
143143
+CMD [ "/usr/bin/python3" ]
144144
```
145145

146+
# How to use Claude AI
147+
148+
To access Claude AI, you need an API key. Follow these steps to get started:
149+
150+
1. Create an account
151+
- Visit [Anthropic Console](https://console.anthropic.com/login) and sign up with your e-mail. You'll receive a sign in link to the Anthropic Console.
152+
153+
<img src="/assets/anthropic_signup.png" width="90%">
154+
155+
2. Get your API key
156+
- Once logged in, navigate to **Get API keys**.
157+
- Purchase the amount of credits you need. After completing the purchase, you'll be able to generate the key through the API console.
158+
159+
<img src="/assets/anthropic_api_payment.png" width="90%">
160+
161+
3. Log in with your API key
162+
- Navigate to your WebVM and hover over the robot icon. This will show the Claude AI Integration tab. For added convenience, you can click the pin button in the top right corner to keep the tab in place.
163+
- You'll see a prompt where you can insert your Claude API key.
164+
- Insert your key and press enter.
165+
166+
<img src="/assets/insert_key.png" width="90%">
167+
168+
4. Start using Claude AI
169+
- Once your API key is entered, you can begin interacting with Claude AI by asking questions such as:
170+
171+
__"Solve the CTF challenge at `/home/user/chall1.bin.` Note that the binary reads from stdin."__
172+
173+
<img src="/assets/webvm_claude_ctf.gif" alt="deploy_instructions_gif" width="90%">
174+
175+
**Important:** Your API key is private and should never be shared. We do not have access to your key, which is not only stored locally in your browser.
176+
146177
# Bugs and Issues
147178

148179
Please use [Issues](https://github.com/leaningtech/webvm/issues) to report any bug.

assets/anthropic_api_payment.png

127 KB
Loading

assets/anthropic_signup.png

91.6 KB
Loading

assets/insert_key.png

309 KB
Loading

assets/webvm_claude_ctf.gif

5.35 MB
Loading

0 commit comments

Comments
 (0)