The Seed exposes a REST API on http://169.254.42.1/. All endpoints return JSON unless noted.
GET /api/v1/status- Device state, firmware version, uptime, vector count
GET /api/v1/apps/installed- installed cogsGET /api/v1/apps/available- cogs in the storePOST /api/v1/apps/install- install a cogDELETE /api/v1/apps/:id- uninstall
GET /api/v1/mesh/status- peer list, connectivityPOST /api/v1/mesh/join- join an existing mesh
GET /api/v1/upgrade/check- check for new firmwarePOST /api/v1/upgrade/apply- trigger OTA
Full OpenAPI spec: available at http://169.254.42.1/openapi.json on a running seed.