API Runtime
Node 20, Redis cache, sealed secrets, preview deploy target.
runningimport { createGateway } from "@abyss/runtime"; const edge = createGateway({ region: "eu-7", auth: "invite-only", cache: "sealed" }); edge.route("/api/private", async ctx => { return ctx.secureProxy("devcloud-core"); }); // workspace preview: read-only until authorization
Node 20, Redis cache, sealed secrets, preview deploy target.
runningGPU build image, artifact cache and private package mirror.
queuedStatic build, branch previews, protected environment variables.
standbyДоступ к облачной среде разработки открыт только авторизованным участникам закрытого тестирования.
Терминал, сборки, секреты и деплой скрыты до подтверждения доступа.