© 2026 Hedgehog Software, LLC
registry.start
actors
registry.startRunner()
client
import { client } from "../../lib/actors.js"; wizard.post("/", async (c) => { const wizardActor = await client.wizardRoom.create(["wizard", roomId], { input: { role: roles.admin }, }); });