From 12180740725961edbbec7744d054f579e9b053d2 Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:54:33 +0200 Subject: [PATCH] docs: scaffold Video Tutorials page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a "Video Tutorials" page under Getting Started (Learn group), grouping ~18 planned walkthroughs by persona โ€” getting started, sellers, buyers, catalog, and organizations. Each video is an accordion with a one-line description, a "Coming soon" placeholder, and a link to the matching written guide. A maintainer note at the top carries the exact YouTube embed snippet so recorded videos drop straight in; this page is the single source of truth for video URLs. Wired into docs.json nav. First deliverable for the video-docs initiative (nevermined-io/internal#1091), letting recording and publishing run in parallel. --- docs.json | 1 + getting-started/video-tutorials.mdx | 153 ++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 getting-started/video-tutorials.mdx diff --git a/docs.json b/docs.json index ea64e0b..8f5d582 100644 --- a/docs.json +++ b/docs.json @@ -42,6 +42,7 @@ "getting-started/overview", "getting-started/core-concepts", "getting-started/ai-agent-purchase", + "getting-started/video-tutorials", "products/payments/faq", "products/payments/certifications", { diff --git a/getting-started/video-tutorials.mdx b/getting-started/video-tutorials.mdx new file mode 100644 index 0000000..b6b28a3 --- /dev/null +++ b/getting-started/video-tutorials.mdx @@ -0,0 +1,153 @@ +--- +title: "Video Tutorials" +description: "Short, screen-recorded walkthroughs of the Nevermined App โ€” from your first login to running an organization, for both sellers and buyers." +icon: "circle-play" +--- + +Prefer to watch instead of read? These short walkthroughs (1โ€“3 minutes each) take you through the Nevermined App screen by screen โ€” signing up, selling your first agent, buying and paying as an agent, and running an organization. + + + We're recording this library now. Sections marked **๐ŸŽฌ Coming soon** don't have a video yet โ€” the written guide linked from each one covers the same flow in the meantime. + + +{/* + MAINTAINER โ€” how to publish a recorded video: + 1. Upload to the Nevermined YouTube channel and copy its ID (the part after `watch?v=`). + 2. In the matching below, replace the "๐ŸŽฌ Coming soon" with: + + + + + + 3. Keep the one-line description and the "Written guide" link. + This page is the single source of truth for video URLs โ€” the in-app and modal embeds reuse them. +*/} + +## Getting started (everyone) + +The first-run basics โ€” the same for sellers and buyers. + + + + Create your account with email or a Google account, verify it, and land in the app. + ๐ŸŽฌ Coming soon + + + How the two environments work, why your test changes never touch production, and when to flip to Live. + ๐ŸŽฌ Coming soon + + + Set up your profile, understand environments, and create or revoke a Nevermined API key. + ๐ŸŽฌ Coming soon + **Written guide:** [Get a Nevermined API key](/agents-guide/get-api-key) + + + +## For sellers + +Monetize an AI agent and watch the money come in โ€” from the **Selling** workspace. + + + + A tour of the seller dashboard โ€” agents, plans, revenue, API calls, and active users at a glance. + ๐ŸŽฌ Coming soon + + + Link an existing Stripe account or create a new one so you can accept card payments. + ๐ŸŽฌ Coming soon + + + Point Nevermined at any HTTP endpoint and register it as a payable agent. + ๐ŸŽฌ Coming soon + **Written guide:** [Register agents](/products/nevermined-app/register-agents) + + + Build plans across pricing models โ€” fixed, usage-based, time-based, and credits. + ๐ŸŽฌ Coming soon + **Written guide:** [Manage payment plans](/products/nevermined-app/manage-plans) + + + Read Request Events, Revenue Events, and Data Analytics to see what's earning. + ๐ŸŽฌ Coming soon + **Written guide:** [Check your revenue](/agents-guide/check-revenue) + + + +## For buyers + +Enroll a payment method and let trusted agents pay on your behalf โ€” from the **Buying** workspace. + + + + A tour of the buyer dashboard โ€” your wallet (USDC / EURC), cards, delegations, and purchases. + ๐ŸŽฌ Coming soon + + + Add a card so agents you trust can transact for you. + ๐ŸŽฌ Coming soon + **Written guide:** [Enroll a card](/agents-guide/enroll-card) + + + Delegate a budget to a trusted agent, with limits, so it can pay without you in the loop. + ๐ŸŽฌ Coming soon + **Written guide:** [Enroll a card & delegate a budget](/agents-guide/enroll-card) + + + Purchase a plan, track credits, renew, and manage the agents connected to it. + ๐ŸŽฌ Coming soon + **Written guide:** [Buy & call a paid agent](/getting-started/ai-agent-purchase) + + + Follow the payments your agents make on your behalf. + ๐ŸŽฌ Coming soon + + + +## The AI Services Catalog + + + + What the AI Services Catalog is, how buyers discover services, and how your agents get discovered. + ๐ŸŽฌ Coming soon + **Written guide:** [Catalog overview](/products/catalog/overview) + + + +## For organizations + +Run Nevermined for a team โ€” plans, agents, widgets, members, and spend controls. + + + + Create an organization and understand the main differences between the Premium and Enterprise tiers. + ๐ŸŽฌ Coming soon + **Written guide:** [Organizations overview](/solutions/organizations/overview) ยท [Plans & billing](/solutions/organizations/plans-and-billing) + + + Publish plans and agents under your organization. + ๐ŸŽฌ Coming soon + + + Embed Nevermined checkout, card enrollment, and delegation flows into your own site. + ๐ŸŽฌ Coming soon + **Written guide:** [Embed Nevermined widgets](/integrations/organization-widgets) + + + Add members and teams, manage customers, and set budgets and limits on how much users can spend. + ๐ŸŽฌ Coming soon + **Written guide:** [Groups & budgets](/solutions/organizations/groups-and-budgets) + + + Analytics, Events, and Realtime, plus programmatic and agentic access to your organization. + ๐ŸŽฌ Coming soon + **Written guide:** [Analytics](/solutions/organizations/analytics) + +