- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Everything You Need to Know : Build ServiceNow Apps with AI-Claude, GitHub Copilot,Cursor & Windsurf
ServiceNow officially announced Build Agent Skills in April 2026 — but I was already building ServiceNow apps with AI tools weeks before the announcement 😄 If you are also confused with lot of different things circulating around. Please watch this one video till the end and everything will be clear by the end
This video provides the COMPLETE, hands-on, zero-assumptions guide. By the end, you'll have a real app deployed to your instance.
No prior setup needed. We start from a blank machine.
⏱️ TIMESTAMPS
Introduction & Environment Setup
[00:00] Introduction & Video Overview
[01:13] Part 1: Environment Setup - Zero to Ready
[02:44] Step 1: Install VS Code
[05:27] Step 2: Install Node.js + NPM
ServiceNow SDK & Claude Code Setup
[10:20] Step 3: Install Claude Code
[14:02] Step 4: Install ServiceNow SDK
[14:15] Set Up Authentication (OAuth)
Building Apps with Claude Code
[15:58] Part 2: Build ServiceNow Apps with AI - Claude Code Edition
[18:03] Step 1: Create the Project
[19:17] Step 2: Create the AI Agents Table File
[23:08] Step 3: Add ACLs (Security)
[24:06] Step 4: Build and Deploy
[25:01] Step 5: Verify in ServiceNow
Alternative AI Tools
[25:56] Part 3: Build with GitHub Copilot + VS Code
[26:35] Install GitHub Copilot CLI
[28:57] Add ServiceNow Skills to Copilot
[32:20] Part 4: Install Windsurf
[43:24] Part 5: Overview of other tools (Cursor, Kiro)
📦 WHAT WE BUILD
An AI Agent Management System — a ServiceNow app that tracks AI agents in your organization, their tools, sub-agents, permissions, and connections to your CMDB. Two custom tables, ACLs, and a full deploy.
We build the SAME app three times with three different AI tools so you can see exactly how each one works and pick what fits your workflow.
🛠️ TOOLS COVERED
- Claude Code — terminal-based, fully agentic, builds entire files from conversation
- GitHub Copilot — inline autocomplete + chat inside VS Code
- Windsurf (Cascade) — AI-native editor with agentic capabilities
📄 COMPANION DOCS (free)
Step-by-step PDF guides for every section are available in the repo:
→ https://github.com/yvain13/Market_research_app/tree/main/YoutubeCourseMaterial
- Everything-Part1-Setup.pdf
- Everything-Part1-Claude-Code.pdf
- Everything-Part1-Copilot.pdf
- Everything-Part1-Copilot Part3b.pdf
🔗 RESOURCES
- ServiceNow SDK Docs: https://www.servicenow.com/docs/r/application-development/servicenow-sdk
- SDK Examples: https://github.com/ServiceNow/sdk-examples
- Free Developer Instance: https://developer.servicenow.com
- Claude Code: https://docs.anthropic.com/en/docs/claude-code
- My Market Research Email Parser video: https://www.youtube.com/watch?v=4XeFxgD5ULA&t=1s
👋 ABOUT ME
I'm Tushar — ServiceNow MVP 2026, AI/ML Solution Architect, and I build things on ServiceNow that aren't possible yet. I was building ServiceNow apps with Claude Code before ServiceNow officially supported it.
📺 MORE FROM THIS SERIES
- Part 2: Build ServiceNow Apps from Your Phone → https://www.youtube.com/watch?v=2DjQAWqON4k
- Full ServiceNow SDK Course (6 videos): https://www.youtube.com/watch?v=ZdDx28b0E0A&list=PLWJ4B-gkugg8IshJQXFnLnD-Q9mbL9NwV
#ServiceNow #ClaudeCode #GitHubCopilot #Windsurf #AI #ServiceNowSDK #ServiceNowDev #BuildAgent #VibeCoding #ServiceNowMVP
Видео Everything You Need to Know : Build ServiceNow Apps with AI-Claude, GitHub Copilot,Cursor & Windsurf канала AIbyTusharM
This video provides the COMPLETE, hands-on, zero-assumptions guide. By the end, you'll have a real app deployed to your instance.
No prior setup needed. We start from a blank machine.
⏱️ TIMESTAMPS
Introduction & Environment Setup
[00:00] Introduction & Video Overview
[01:13] Part 1: Environment Setup - Zero to Ready
[02:44] Step 1: Install VS Code
[05:27] Step 2: Install Node.js + NPM
ServiceNow SDK & Claude Code Setup
[10:20] Step 3: Install Claude Code
[14:02] Step 4: Install ServiceNow SDK
[14:15] Set Up Authentication (OAuth)
Building Apps with Claude Code
[15:58] Part 2: Build ServiceNow Apps with AI - Claude Code Edition
[18:03] Step 1: Create the Project
[19:17] Step 2: Create the AI Agents Table File
[23:08] Step 3: Add ACLs (Security)
[24:06] Step 4: Build and Deploy
[25:01] Step 5: Verify in ServiceNow
Alternative AI Tools
[25:56] Part 3: Build with GitHub Copilot + VS Code
[26:35] Install GitHub Copilot CLI
[28:57] Add ServiceNow Skills to Copilot
[32:20] Part 4: Install Windsurf
[43:24] Part 5: Overview of other tools (Cursor, Kiro)
📦 WHAT WE BUILD
An AI Agent Management System — a ServiceNow app that tracks AI agents in your organization, their tools, sub-agents, permissions, and connections to your CMDB. Two custom tables, ACLs, and a full deploy.
We build the SAME app three times with three different AI tools so you can see exactly how each one works and pick what fits your workflow.
🛠️ TOOLS COVERED
- Claude Code — terminal-based, fully agentic, builds entire files from conversation
- GitHub Copilot — inline autocomplete + chat inside VS Code
- Windsurf (Cascade) — AI-native editor with agentic capabilities
📄 COMPANION DOCS (free)
Step-by-step PDF guides for every section are available in the repo:
→ https://github.com/yvain13/Market_research_app/tree/main/YoutubeCourseMaterial
- Everything-Part1-Setup.pdf
- Everything-Part1-Claude-Code.pdf
- Everything-Part1-Copilot.pdf
- Everything-Part1-Copilot Part3b.pdf
🔗 RESOURCES
- ServiceNow SDK Docs: https://www.servicenow.com/docs/r/application-development/servicenow-sdk
- SDK Examples: https://github.com/ServiceNow/sdk-examples
- Free Developer Instance: https://developer.servicenow.com
- Claude Code: https://docs.anthropic.com/en/docs/claude-code
- My Market Research Email Parser video: https://www.youtube.com/watch?v=4XeFxgD5ULA&t=1s
👋 ABOUT ME
I'm Tushar — ServiceNow MVP 2026, AI/ML Solution Architect, and I build things on ServiceNow that aren't possible yet. I was building ServiceNow apps with Claude Code before ServiceNow officially supported it.
📺 MORE FROM THIS SERIES
- Part 2: Build ServiceNow Apps from Your Phone → https://www.youtube.com/watch?v=2DjQAWqON4k
- Full ServiceNow SDK Course (6 videos): https://www.youtube.com/watch?v=ZdDx28b0E0A&list=PLWJ4B-gkugg8IshJQXFnLnD-Q9mbL9NwV
#ServiceNow #ClaudeCode #GitHubCopilot #Windsurf #AI #ServiceNowSDK #ServiceNowDev #BuildAgent #VibeCoding #ServiceNowMVP
Видео Everything You Need to Know : Build ServiceNow Apps with AI-Claude, GitHub Copilot,Cursor & Windsurf канала AIbyTusharM
Комментарии отсутствуют
Информация о видео
18 апреля 2026 г. 15:20:33
00:46:26
Другие видео канала















![Pull Any ServiceNow App& Transform It | Build Apps with Claude Code | Full Course [4/6]](https://i.ytimg.com/vi/0J7RcDVil0w/default.jpg)





![Create & Deploy a ServiceNow App | Build Apps with Claude Code | Full Course [3/6]](https://i.ytimg.com/vi/_7K1vtgAqaQ/default.jpg)