Skip to content

server

FastAPI execution gateway for running infrastructure commands

Field Value
Path server/
Layer operations
Status active

Note

Standalone. Consumes CUE-generated specs but does not depend on CUE at build time.

Purpose

HTTP API gateway that executes resolved commands from CUE-generated action plans. Reads the OpenAPI spec produced by #OpenAPISpec and exposes each action as a REST endpoint.

Architecture

CUE export → OpenAPI spec → FastAPI routes → command execution

The server never interprets CUE directly. It reads the pre-computed JSON output. This means the server is stateless and the CUE evaluation is a build step, not a runtime dependency.

Live demo: api.quicue.ca/docs (public, mock mode — no real infrastructure commands execute)