diff --git a/README.md b/README.md index 5b278e85..33944056 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/utils/setup-utils.ts b/src/utils/setup-utils.ts index 3a0cf816..784981ee 100644 --- a/src/utils/setup-utils.ts +++ b/src/utils/setup-utils.ts @@ -492,7 +492,6 @@ async function askForWizardLogin(options: { scopes: [ 'user:read', 'project:read', - 'introspection', 'llm_gateway:read', 'dashboard:write', 'insight:write',