'use client' import { Sidebar } from '@/components/sidebar' import { Key, Server } from 'lucide-react' export default function APIKeysPage() { return (

API Keys

Manage API Keys

Generate API keys for programmatic access to the platform.

) }