Skip to content

Commit 075cb17

Browse files
committed
Revert dashboard URLs back to dashboard.onkernel.com
1 parent 183d078 commit 075cb17

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can also authenticate using an API key:
9494
export KERNEL_API_KEY=<YOUR_API_KEY>
9595
```
9696

97-
Create an API key from the [Kernel dashboard](https://dashboard.kernel.sh).
97+
Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com).
9898

9999
## Commands Reference
100100

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Anthropic API Key - Get from https://console.anthropic.com/
22
ANTHROPIC_API_KEY=your_anthropic_api_key_here
33

4-
# Kernel API Key - Get from https://dashboard.kernel.sh/api-keys
4+
# Kernel API Key - Get from https://dashboard.onkernel.com/api-keys
55
KERNEL_API_KEY=your_kernel_api_key_here

pkg/templates/python/claude-agent-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl -fsSL https://claude.ai/install.sh | bash
1919

2020
You'll need:
2121
- **ANTHROPIC_API_KEY**: Get from the [Anthropic Console](https://console.anthropic.com/)
22-
- **KERNEL_API_KEY**: Get from the [Kernel Dashboard](https://dashboard.kernel.sh/api-keys)
22+
- **KERNEL_API_KEY**: Get from the [Kernel Dashboard](https://dashboard.onkernel.com/api-keys)
2323

2424
## Overview
2525

pkg/templates/python/openagi-computer-use/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Best for structured workflows with predefined steps (todos).
1717
## Setup
1818

1919
1. Get your API keys:
20-
- **Kernel**: [dashboard.kernel.sh](https://dashboard.kernel.sh)
20+
- **Kernel**: [dashboard.onkernel.com](https://dashboard.onkernel.com)
2121
- **OpenAGI**: [developer.agiopen.org](https://developer.agiopen.org)
2222

2323
2. Deploy the app:

pkg/templates/typescript/claude-agent-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl -fsSL https://claude.ai/install.sh | bash
1919

2020
You'll need:
2121
- **ANTHROPIC_API_KEY**: Get from the [Anthropic Console](https://console.anthropic.com/)
22-
- **KERNEL_API_KEY**: Get from the [Kernel Dashboard](https://dashboard.kernel.sh/api-keys)
22+
- **KERNEL_API_KEY**: Get from the [Kernel Dashboard](https://dashboard.onkernel.com/api-keys)
2323

2424
## Overview
2525

pkg/templates/typescript/gemini-computer-use/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This app uses [Gemini 2.5's computer use model](https://blog.google/technology/g
99
## Setup
1010

1111
1. **Add your API keys as environment variables:**
12-
- `KERNEL_API_KEY` - Get from [Kernel dashboard](https://dashboard.kernel.sh/sign-in)
12+
- `KERNEL_API_KEY` - Get from [Kernel dashboard](https://dashboard.onkernel.com/sign-in)
1313
- `GOOGLE_API_KEY` - Get from [Google AI Studio](https://aistudio.google.com/apikey)
1414

1515
## Running Locally

0 commit comments

Comments
 (0)