Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ curl -fsSL https://github.com/diggerhq/opencomputer/releases/latest/download/oc-
export OPENCOMPUTER_API_KEY=your-api-key
```

<Tip>Grab your API key from [app.opencomputer.dev](https://app.opencomputer.dev)</Tip>

## Quick Example

<CodeGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"topbarCtaButton": {
"type": "link",
"name": "Get Started",
"url": "/quickstart"
"url": "https://app.opencomputer.dev"
},
"tabs": [],
"navigation": [
Expand Down
2 changes: 2 additions & 0 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ An OpenComputer API key and the SDK installed. See [Introduction](/introduction)
export OPENCOMPUTER_API_KEY=your-api-key
```

<Tip>Grab your API key from [app.opencomputer.dev](https://app.opencomputer.dev)</Tip>

## Run an Agent

<CodeGroup>
Expand Down
Loading