Watch Synthreo product videos - short walkthroughs for ThreoAI, Pylon, Builder, Canopy, and Wingtip, grouped by product so you can find the right one fast.
Browse short walkthroughs for every Synthreo product. Each video plays in place: click a thumbnail to load it. Nothing loads from YouTube until you press play, so the page stays fast and private.
The videos below are also embeddable in docs pages and in the Synthreo Certified learning tracks.
ThreoAI
Recording coming soonGetting started with ThreoAI
Getting started with ThreoAI4:12
A quick tour of ThreoAI - logging in, starting your first chat, attaching files, and switching models in the secure Synthreo AI workspace.
getting started
chat
onboarding
Pylon
Recording coming soonBuild your first Pylon agent
Build your first Pylon agent6:48
Walk through building your first autonomous agent in Pylon - the Synthreo workspace, adding steps, scheduling a run, and reviewing the output.
agents
getting started
automation
Canopy
Recording coming soonManaging customers in Canopy
Managing customers in Canopy5:30
See how MSPs manage customers in Canopy - creating a customer, delegating access, sharing configuration, and controlling AI model settings per tenant.
Every video is one Markdown file in src/content/videos/. To add one:
Record the video and upload it to YouTube. Copy the 11-character id from the watch URL (the v= value).
Create a new file, for example src/content/videos/my_new_video.md, with this frontmatter:
---
title: "Your video title"
youtubeId: XXXXXXXXXXX
description: "One sentence on what the video shows."
product: threoai
topics:
- getting started
duration: "4:12"
order: 2
---
Commit and push. The build regenerates the library and the card appears under its product group.
To embed a video anywhere else, use the VideoEmbed component by id: <VideoEmbed id="XXXXXXXXXXX" title="Your video title" /> in an .mdx doc, or <VideoEmbed slug="my_new_video" /> to pull the title from the registry entry.