Core Skill API action endpoints for the v1 release scope: launch, deploy, and update applications. References: PRD §5.1, §8 release scope ## Acceptance Criteria - [ ] POST /api/v1/skills/launch — provision new application from a deployment plan - [ ] POST /api/v1/skills/deploy — trigger rolling re-deployment - [ ] POST /api/v1/skills/update — update application configuration - [ ] All endpoints return job_id for async tracking - [ ] Internal AI Chat assistant uses the same API surface (parity guaranteed)
Core Skill API action endpoints for the v1 release scope: launch, deploy, and update applications.
References: PRD §5.1, §8 release scope
Acceptance Criteria