- Call this API from your own project. Create a key under{" "}
- API Keys (and enable API access for
- this workspace), then send it as a{" "}
+ Call this API from your own project. Create a key in{" "}
+ User settings and enable API access
+ for this workspace, then send it as a{" "}
Authorization: Bearer{" "}
header.
diff --git a/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx b/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx
index cf10260ad..c634dbc6d 100644
--- a/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx
+++ b/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx
@@ -1,6 +1,6 @@
"use client";
-import { ArrowRight, History, KeyRound } from "lucide-react";
+import { ArrowRight, History } from "lucide-react";
import Link from "next/link";
import { useMemo } from "react";
import { useScraperCapabilities } from "@/hooks/use-scraper-capabilities";
@@ -41,21 +41,6 @@ export function PlaygroundIndex({ workspaceId }: { workspaceId: number }) {
-
-
-
-
-
API Keys
-
- Enable workspace access and manage keys
-
-
-
-
-
diff --git a/surfsense_web/app/dashboard/[workspace_id]/playground/layout-shell.tsx b/surfsense_web/app/dashboard/[workspace_id]/playground/layout-shell.tsx
index 43331651d..c680cf6d4 100644
--- a/surfsense_web/app/dashboard/[workspace_id]/playground/layout-shell.tsx
+++ b/surfsense_web/app/dashboard/[workspace_id]/playground/layout-shell.tsx
@@ -1,6 +1,6 @@
"use client";
-import { History, KeyRound, LayoutGrid } from "lucide-react";
+import { History, LayoutGrid } from "lucide-react";
import Link from "next/link";
import { useSelectedLayoutSegments } from "next/navigation";
import type React from "react";
@@ -87,13 +87,6 @@ export function PlaygroundLayoutShell({ workspaceId, children }: PlaygroundLayou
href: `${base}/runs`,
icon: ,
},
- {
- type: "item",
- value: "api-keys",
- label: "API Keys",
- href: `${base}/api-keys`,
- icon: ,
- },
...PLAYGROUND_PLATFORMS.flatMap((platform) => [
{
type: "section",