# KiCad CLI Service

Shared HTTP API wrapping kicad-cli for symbol/footprint/board export operations.

Runs on a dedicated service container at port 8780. Used by Symbol Creator, Footprint Creator, Library Creator, and other EDA skills as a backend.

## Endpoints

- `symSearch` — Search KiCad symbol libraries
- `symGet` — Download .kicad_sym files
- `symExportSvg` — Export symbols to SVG
- `fpList` — List footprint libraries
- `fpDownload` — Download .kicad_mod files
- `fpExportSvg` — Export footprints to SVG
- `models3dList` — List available 3D models
- `models3dDownload` — Download STEP/GLB models
- `pcbExportStep` — Export PCB boards to STEP
- `pcbExportGlb` — Export PCB boards to GLB
