File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ You can also authenticate using an API key:
9494export 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
Original file line number Diff line number Diff line change 11# Anthropic API Key - Get from https://console.anthropic.com/
22ANTHROPIC_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
55KERNEL_API_KEY = your_kernel_api_key_here
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ curl -fsSL https://claude.ai/install.sh | bash
1919
2020You'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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Best for structured workflows with predefined steps (todos).
1717## Setup
1818
19191 . 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
23232 . Deploy the app:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ curl -fsSL https://claude.ai/install.sh | bash
1919
2020You'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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This app uses [Gemini 2.5's computer use model](https://blog.google/technology/g
99## Setup
1010
11111 . ** 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
You can’t perform that action at this time.
0 commit comments