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 c634dbc6d..17f0591c8 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,8 +1,9 @@ "use client"; -import { ArrowRight, History } from "lucide-react"; +import { ArrowRight, History, Info } from "lucide-react"; import Link from "next/link"; import { useMemo } from "react"; +import { Alert, AlertDescription } from "@/components/ui/alert"; import { useScraperCapabilities } from "@/hooks/use-scraper-capabilities"; import { PLAYGROUND_PLATFORMS } from "@/lib/playground/catalog"; import { formatPricing } from "@/lib/playground/format"; @@ -20,12 +21,21 @@ export function PlaygroundIndex({ workspaceId }: { workspaceId: number }) { return (
-
-

API Playground

-

- Manually run SurfSense's platform-native APIs and inspect their output. -

-
+ + + +

+ Manually run SurfSense's platform-native APIs and inspect their output. To use these APIs outside SurfSense,{" "} + + create an API key + + . +

+
+
Reddit \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file