Skip to content
Draft
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ When creating your personal API key, ensure it has the following scopes enabled:

- `user:read` - Required to fetch user information
- `project:read` - Required to fetch project details and API token
- `introspection` - Required for API introspection
- `llm_gateway:read` - Required for LLM gateway access
- `dashboard:write` - Required to create dashboards
- `insight:write` - Required to create insights
Expand Down
1 change: 0 additions & 1 deletion src/utils/setup-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ async function askForWizardLogin(options: {
scopes: [
'user:read',
'project:read',
'introspection',
'llm_gateway:read',
'dashboard:write',
'insight:write',
Expand Down
Loading