Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 517e233

Browse files
greynewellclaude
andcommitted
fix: update dashboard API keys URL
Point to the correct URL for API key management: https://dashboard.supermodeltools.com/api-keys/ Co-Authored-By: Grey Newell <greyshipscode@gmail.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent de0e22d commit 517e233

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ go install github.com/supermodeltools/uncompact@latest
113113
uncompact auth login
114114
```
115115

116-
This opens [dashboard.supermodeltools.com](https://dashboard.supermodeltools.com) where you can subscribe and generate an API key.
116+
This opens [dashboard.supermodeltools.com/api-keys/](https://dashboard.supermodeltools.com/api-keys/) where you can subscribe and generate an API key.
117117

118118
### 3. Install Claude Code Hooks
119119

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
EnvMode = "UNCOMPACT_MODE"
1717
APIBaseURL = "https://api.supermodeltools.com"
1818
DashboardURL = "https://dashboard.supermodeltools.com"
19-
DashboardKeyURL = "https://dashboard.supermodeltools.com/settings/api-keys"
19+
DashboardKeyURL = "https://dashboard.supermodeltools.com/api-keys/"
2020

2121
ModeLocal = "local"
2222
ModeAPI = "api"

0 commit comments

Comments
 (0)