/** * Developer Dashboard — simplified (P2.3) * API Keys management has no backend yet. This page shows a "Coming soon" message * and links to the API documentation (Swagger). Webhooks are available at /webhooks. */ import React from 'react'; import { Card, CardContent } from '../ui/card'; import { Button } from '../ui/button'; import { FileText, ExternalLink } from 'lucide-react'; import { SwaggerUIDoc } from './SwaggerUI'; import { EmptyState } from '../ui/empty-state'; export const DeveloperDashboardView: React.FC = () => { return (
API & Webhooks — Coming soon. Explore the API documentation below.