Introducing SyGra Studio
About this article
A Blog post by ServiceNow-AI on Hugging Face
Back to Articles Introducing SyGra Studio Enterprise Article Published February 5, 2026 Upvote 18 +12 Surajit Dasgupta surajit Follow ServiceNow-AI Bidyapati Pradhan bidyapati Follow ServiceNow-AI Amit Kumar Saha amitsaha Follow ServiceNow-AI Vipul Mittal vipulmitt Follow ServiceNow-AI Sriram Puttagunta as-sriram Follow ServiceNow-AI SyGra 2.0.0 introduces Studio, an interactive environment that turns synthetic data generation into a transparent, visual craft. Instead of juggling YAML files and terminals, you compose flows directly on the canvas, preview datasets before committing, tune prompts with inline variable hints, and watch executions stream live—all from a single pane. Under the hood it’s the same platform, so everything you do visually generates the corresponding SyGra compatible graph config and task executor scripts. What Studio lets you do Configure and validate models with guided forms (OpenAI, Azure OpenAI, Ollama, Vertex, Bedrock, vLLM, custom endpoints). Connect Hugging Face, file-system, or ServiceNow data sources and preview rows before execution. Configure nodes by selecting models, writing prompts (with auto-suggested variables), and defining outputs or structured schemas. Design downstream outputs using shared state variables and Pydantic-powered mappings. Execute flows end-to-end and review generated results instantly with node-level progress. Debug with inline logs, breakpoints, Monaco-backed code editors, and auto-saved drafts. Monitor per-run toke...