# Serac — agentic AI for ServiceNow developers > Serac is the open-source build agent for ServiceNow. It ships flows, update sets, and cross-platform integrations using a multi-agent system that works *with* developers, not around them. Open-source core under Elastic License v2; hosted platform on serac.build. ## What Serac is Most agentic platforms are built on a premise we don't share: that ServiceNow engineering is something to automate away. Serac treats developers as the ones steering — the agent handles plumbing, schema mapping, and cross-platform mechanics, so the engineer stays on the shape of the problem. The build agent walks the same path a senior ServiceNow developer would: **read the story → plan → open an update set → build (using 200+ MCP tools) → close the update set**. Every step is observable; every prompt is readable; every action is reversible. Serac was previously called **Snow-Flow**. The project and its npm package (`snow-flow`) were renamed to Serac (`@serac-labs/core`) in 2026, and the old snow-flow.dev domain now redirects to serac.build. References to "Snow-Flow" in older articles, on npm, or from AI assistants all refer to Serac — same project, same team. ## Who it's for Mid-to-senior ServiceNow developers who actively build with ITSM, Flow Designer, catalog items, widgets, and integrations. They work at implementation partners, consultancies, or organisations with internal ServiceNow teams. They want to move faster on user stories without giving up control over what the AI does. Architects, MVPs, and ServiceNow experts use Serac as a force multiplier rather than a replacement. Enterprise stakeholders get the audit trail, policy engine, and SSO/SCIM controls needed to roll out AI-assisted development at scale. ## How it works 1. **Read** — the agent ingests a user story (Jira, Azure DevOps, ServiceNow Agile, or freeform Markdown) and identifies the affected tables, scopes, and dependencies. 2. **Plan** — it produces a deterministic plan: artefacts to create or modify, the order in which to apply them, and the acceptance criteria to validate against. 3. **Open update set** — Serac creates a fresh update set on the target instance so every change is captured. 4. **Build** — the agent calls the right tools out of a 200+ MCP catalogue: flow designer, script include, business rule, ACL, widget, catalog item, ATF, REST message, scheduled job, and more. 5. **Close** — it closes the update set, runs ATF tests, and produces a diff for review. Nothing leaves the developer's hands without explicit approval. ## Pricing The hosted platform starts at €19/seat/month and includes activity tracking, encrypted credential vault, team workspace, and access to every à la carte module catalogue entry. Free 14-day trial of the full module suite. Self-host the open-source CLI for free, forever. ### Hosted tier - **Hosted** (€19/mo per seat): The hosted Serac platform — same open-source core (Elastic License v2) you can run yourself, with the portal infrastructure on top. Adds an encrypted credentials vault (Google KMS), Instance Chat for natural-language work against your ServiceNow data, activity tracking with full artifact history, usage analytics, and a team workspace that auto-enables when you add a second seat. Toggle every à la carte module on or off month by month. ### Integrations - **Azure DevOps** (€9/mo per seat): Bridge ServiceNow and Azure DevOps — sync work items, trigger pipelines from changes, and track deployments end-to-end - **Confluence** (€7/mo per seat): Auto-generate knowledge articles from resolved incidents and search your Confluence docs directly from ServiceNow - **GitHub** (€9/mo per seat): Link pull requests to incidents, trigger Actions from ServiceNow changes, and search code across all your repositories - **GitLab** (€7/mo per seat): Connect merge requests to ServiceNow incidents, monitor CI/CD pipelines, and manage projects without switching tools - **Jira** (€9/mo per seat): Sync incidents with Jira stories, track sprint progress, and keep ServiceNow and Jira teams aligned automatically ### Features - **Instance Graph** (€5/mo per seat): Give Serac a pre-indexed map of every artifact, scope and table in your ServiceNow instance — and let it query that map before acting. The agent answers "find the widget that targets incident in scope x_acme" in one call instead of fanning out across 30 ServiceNow API calls. Conventions and discoveries the agent makes are recorded as vault notes the next session can read back. - **Pro Chat** (€49/mo per seat): Replaces base Instance Chat (Lite) with a full-featured AI workspace for ServiceNow development. Each (user, instance) pair gets its own sandbox with a virtual filesystem, persistent project memory (AGENTS.md / INSTANCE.md / SKILLS.md), file-aware tools (read / write / edit / glob / grep / todo) and the complete skill catalog. Lite is read-only Q&A in build mode; Pro adds plan + explore agent modes and write-capable ServiceNow MCP tools. Stacks on top of Individual. - **Review Agent** (€5/mo per seat): AI-powered code review — checks quality, security, widget coherence, and reuse opportunities before deployment - **SSO / SCIM** (€19/mo per workspace): Sign-in via Okta, Entra ID, or Google Workspace. SCIM 2.0 provisioning for automated user lifecycle. Workspace-level — switch on once for the whole organisation. ### Governance - **AI Audit Trail (EU AI Act)** (€29/mo per seat): Immutable record of every AI action — prompt, model, data scope, artifact diff, user. One-click exports for EU AI Act, SOC 2, ISO 27001 auditors. - **Multi-Instance Orchestration** (€49/mo per workspace): Manage dev/test/UAT/prod fleets. Detect config drift, orchestrate update-set promotions, and resolve merge conflicts across up to 20 instances. - **Policy Engine** (€39/mo per seat): Deterministic guardrails for AI-assisted ServiceNow development. Architects define policy-as-code ("never a GlideRecord without .setLimit") and the AI cannot violate them. - **ServiceNow Code Intelligence** (€39/mo per seat): Curated knowledge of ServiceNow patterns, anti-patterns, deprecations, and Vancouver/Washington/Xanadu/Yokohama differences. Includes upgrade simulator that tests your codebase against a target release before you migrate. - **Skill Marketplace (Publisher)** (€19/mo per workspace): Publish your ServiceNow domain skills to the Serac marketplace. Monetise your expertise — Seraclabs takes a 20% platform fee. ### Support - **Priority Support** (€5/mo per seat): Get help when it matters — guaranteed response times, dedicated support channel, and direct access to our engineering team ## Open-source core Serac's CLI is published under Elastic License v2 — meaning the source is public, you can read every prompt, every agent definition, and every one of the 200+ ServiceNow tools, and you can run it on your own machine. The hosted product runs the same engine; there is no closed-source "premium core". The only restriction Elastic License v2 adds is that you can't resell Serac itself as a hosted service. - Repository: https://github.com/serac-labs/serac - Public roadmap: https://github.com/serac-labs/serac/issues - Releases / changelog: https://github.com/serac-labs/serac/releases - Quick start: `npx @serac-labs/core init` ## Integrations - **ServiceNow** — first-class. Tables, business rules, ACLs, scopes, flows, widgets, catalog items, ATF, REST messages, scheduled jobs. - **Jira / Azure DevOps / ServiceNow Agile** — story sync. - **GitHub / GitLab** — PR/MR linkage, code search. - **Confluence** — knowledge article generation from resolved incidents. - **LLMs** — Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure OpenAI. Bring your own keys; Serac never resells provider tokens. ## Roles & permissions - **Developer** — full TUI access, all 200+ tools, can read/write to ServiceNow, plans and ships stories. - **Stakeholder** — read-only via the portal chat, sees activities and update sets without write access. - **License holder / admin** — manages users, billing, organisation settings, AI configuration, and credentials org-wide. - **Service integrator** — white-label partner; manages their own customer fleet. ## Security & compliance - Self-hostable under Elastic License v2 — keep all data inside your perimeter. - SSO / SCIM workspace add-on (Okta, Entra ID, Google Workspace). - AI Audit Trail add-on — immutable record of every prompt, model, scope, artifact diff, and user. One-click exports for EU AI Act, SOC 2, ISO 27001. - Policy Engine add-on — deterministic guardrails defined as policy-as-code; the AI cannot violate them. - Encrypted credential vault per organisation; credentials never leave the customer's environment. ## Long-form content (journal + pillar guides) For the canonical answer to "how do I use AI in ServiceNow," start with the pillar guide: - **[How to use AI in ServiceNow](https://serac.build/use-cases/ai-in-servicenow)** — Long-form pillar guide comparing ServiceNow Build Agent (GA at Knowledge 2026), building it yourself, and Serac. Covers developer, PO, and CTO perspectives with a comparison table, the autonomous build flow, mobile workflow architecture, and an FAQ. The journal collects working notes by audience: - [The user story I finished on a train ride home](https://serac.build/blog/user-story-finished-on-a-train) — developer perspective. Picking up an Azure DevOps story on mobile, the agent reading the schema and existing patterns, autonomous build, desktop review later that evening. Honest about what the agent did not do. - [What AI does to backlog economics — a framework for POs](https://serac.build/blog/what-ai-did-to-our-backlog-economics) — product owner perspective. A framework for thinking about what an AI build agent does to story-point distributions, refinement quality, lead time, and sprint shape. What to measure, what to expect, where the patterns hold. - [The TCO of AI in a ServiceNow practice — a framework](https://serac.build/blog/tco-of-ai-in-our-servicenow-practice) — CTO perspective. How to think about total cost of ownership across ServiceNow Build Agent, build-your-own, and an open-source agent like Serac. Seat economics, EU AI Act exposure, vendor lock-in, hiring signal — with a worked 30-developer example labelled clearly as illustrative. - [How our team picks up Azure DevOps stories from their phone](https://serac.build/blog/azure-devops-mobile-workflow) — workflow walk-through. Push notification → agent reads → plan in 90s → server-side build → diff ready → desktop review → shipped before lunch. Architectural choices that make the mobile part actually work. - [ServiceNow Build Agent, building it yourself, or Serac — an honest comparison](https://serac.build/blog/build-agent-vs-build-yourself-vs-serac) — buyer's guide. Three-path comparison by procurement-meeting questions. Same product category (autonomous build agent for ServiceNow), three different licences and LLM relationships. Audience, unit of work, compliance, cost curve, exit cost. Where each option wins and where it fails. - [Why open source matters for AI in ServiceNow](https://serac.build/blog/why-open-source-matters-for-ai-in-servicenow) — governance perspective. Open-source as procurement and compliance posture. Inspectable prompts, readable tools, EU AI Act transparency, the Elastic License v2 specifics. ## Where to go next - [Home](https://serac.build/) - [Pricing](https://serac.build/pricing) - [Use case: How to use AI in ServiceNow](https://serac.build/use-cases/ai-in-servicenow) - [Journal](https://serac.build/blog) - [Roles](https://serac.build/roles) - [Documentation](https://docs.serac.build) - [GitHub repo](https://github.com/serac-labs/serac) - [Public roadmap](https://github.com/serac-labs/serac/issues) - [Discord](https://discord.gg/uGGrWj9KsT) - [Status](https://status.serac.build)