import { Button } from "@/components/ui/button"; function WorkflowsBetaAlertCard() { return (

Workflows (Beta)

Workflows through UI are currently under construction.
Today, you can create and run workflows through the Skyvern API.
); } export { WorkflowsBetaAlertCard };