5-Minute Setup

Quickstart

Get SKIA Forge running and validated in under five minutes.

Step-by-Step
01
Install dependencies:
npm install
02
Start Forge:
npm run dev
03
Validate Forge: /health, /live, /ready; SKIA adapter: /integration/skia-full, /integration/skia-full/probe
04
Validate quality gates:
npm run build npm run test
05
Send a request to a Forge orchestration surface. Review stage decisions and governance output. Apply remediation if blocked. Re-run to healthy posture.
Next Steps
Product Manual — full capabilities overview
API Reference — complete endpoint list
Operator Manual — deployment and runtime ops
Troubleshooting — common failure modes and fixes