'use client' import { DevPortalLayout, InfoBox } from '@/components/DevPortalLayout' import { ProjectManagementSection } from './_components/ProjectManagementSection' import { OnboardingSection } from './_components/OnboardingSection' import { ComponentsSection } from './_components/ComponentsSection' import { RegulatoryClassificationSection } from './_components/RegulatoryClassificationSection' import { HazardsSection } from './_components/HazardsSection' import { RiskAssessmentSection } from './_components/RiskAssessmentSection' import { MitigationsSection } from './_components/MitigationsSection' import { EvidenceVerificationSection } from './_components/EvidenceVerificationSection' import { TechFileSection } from './_components/TechFileSection' import { MonitoringLibrariesSection } from './_components/MonitoringLibrariesSection' import { AuditRagSdkSection } from './_components/AuditRagSdkSection' export default function IACEApiPage() { return (

Uebersicht

Die IACE (Industrial AI Compliance Engine) API ermoeglicht die vollstaendige CE-Risikobewertung fuer Maschinen und Industrieprodukte. Sie deckt den gesamten Compliance-Lebenszyklus ab:

Alle Endpoints verwenden den Basis-Pfad /sdk/v1/iace. Authentifizierung erfolgt ueber Bearer Token im Authorization-Header.
) }