diff --git a/docs/introduction.mdx b/docs/introduction.mdx
index 695083a..01ca772 100644
--- a/docs/introduction.mdx
+++ b/docs/introduction.mdx
@@ -43,6 +43,8 @@ curl -fsSL https://github.com/diggerhq/opencomputer/releases/latest/download/oc-
export OPENCOMPUTER_API_KEY=your-api-key
```
+Grab your API key from [app.opencomputer.dev](https://app.opencomputer.dev)
+
## Quick Example
diff --git a/docs/mint.json b/docs/mint.json
index eb4ee78..e4b8220 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -23,7 +23,7 @@
"topbarCtaButton": {
"type": "link",
"name": "Get Started",
- "url": "/quickstart"
+ "url": "https://app.opencomputer.dev"
},
"tabs": [],
"navigation": [
diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx
index ce36efc..58b67d2 100644
--- a/docs/quickstart.mdx
+++ b/docs/quickstart.mdx
@@ -11,6 +11,8 @@ An OpenComputer API key and the SDK installed. See [Introduction](/introduction)
export OPENCOMPUTER_API_KEY=your-api-key
```
+Grab your API key from [app.opencomputer.dev](https://app.opencomputer.dev)
+
## Run an Agent