Fix quickstart docs

This commit is contained in:
Dillon DuPont
2025-11-14 17:44:58 -05:00
parent 34f96cc334
commit 40a0723c03
+2 -22
View File
@@ -431,15 +431,9 @@ Host: my-vm-abc123.containers.cloud.trycua.com
You can now interact with your sandbox in multiple ways:
#### Option 1: Open the AI Playground (Recommended)
```bash
cua chat my-vm-abc123
```
This opens the full CUA playground in your browser where you can chat with AI agents that control your sandbox.
#### Option 2: Access VNC Desktop
#### Option 1: Access VNC Desktop
```bash
cua open my-vm-abc123
@@ -447,7 +441,7 @@ cua open my-vm-abc123
This opens a remote desktop connection to your sandbox.
#### Option 3: List and Manage Sandboxes
#### Option 2: List and Manage Sandboxes
```bash
# List all your sandboxes
@@ -463,21 +457,7 @@ cua delete my-vm-abc123
</Step>
<Step>
### Try Some AI Tasks
Once you have the playground open (`cua chat`), try asking the AI to:
- "Take a screenshot and tell me what's on the screen"
- "Open Firefox and navigate to github.com"
- "Create a new text file and write 'Hello World' in it"
- "Install Python and run a simple script"
- "Take a screenshot of the desktop"
The AI agent will automatically control your sandbox to complete these tasks!
</Step>
</Steps>
### What's Next?