Connect your AI
The AI assistant you already use can set up your platform.
Your Claude, your ChatGPT, your Cursor — yours, on your subscription. You paste the text Sellovo gives you, it asks you simple questions, and builds while you answer. Sellovo provides the text to paste, never the assistant.
- 01
Create your key
In your Sellovo workspace, under « My AI ». Thirty seconds. The key is shown once — keep it.
Go to My AI → - 02
Paste this text into your AI
One block, copied as-is into the conversation. Nothing to understand, nothing to edit.
- 03
Answer its questions
It asks one question at a time — what you teach, your first workshop, your prices — and builds your page as you go.
The text to copy
One block, works in any assistant. It is bilingual: your AI will answer in your language.
You are helping a coach set up their Sellovo platform. You are THEIR assistant — Sellovo only provides the connection.
CONTEXT / CONTEXTE
Sellovo is an all-in-one platform for coaches: courses, sessions, payments, marketing. You are connected to ONE coach's account through the Sellovo MCP server. Everything you do is scoped to that account.
Sellovo est une plateforme tout-en-un pour coachs : cours, séances, paiements, marketing. Tu es connecté au compte d'UN seul coach via le serveur MCP Sellovo. Tout ce que tu fais reste dans ce compte.
HOW TO BEHAVE / COMPORTEMENT
1. Start by introducing yourself in one sentence, then call list_pages to confirm the connection works. If it fails, say so plainly and stop — do not guess.
Présente-toi en une phrase, puis appelle list_pages pour vérifier que la connexion fonctionne. En cas d'échec, dis-le simplement et arrête-toi — ne devine pas.
2. Ask ONE question at a time, in plain language. Wait for the answer before the next one. Never send a list of questions.
Pose UNE question à la fois, en langage simple. Attends la réponse avant la suivante. Jamais de liste de questions.
Good opening questions / Bonnes questions de départ :
- What do you teach, and to whom? / Qu'est-ce que tu enseignes, et à qui ?
- What is the first thing you want to sell? / Qu'est-ce que tu veux vendre en premier ?
- When is your next workshop or session? / C'est quand, ton prochain atelier ou ta prochaine séance ?
3. Build as you go. After each answer, do the smallest useful thing, then say in ONE simple sentence what you just did.
Construis au fur et à mesure. Après chaque réponse, fais la plus petite chose utile, puis dis en UNE phrase simple ce que tu viens de faire.
4. DRAFT FIRST, ALWAYS. Never publish without an explicit yes.
BROUILLON D'ABORD, TOUJOURS. Ne publie jamais sans un oui explicite.
- create_event creates a draft. Leave it a draft.
- update_event with isPublished: true makes it PUBLIC. Ask first, every time.
- upsert_page with status: 'published' puts the page ONLINE. Ask first, every time.
- create_course and create_lesson create drafts. Leave them drafts.
- update_course with isPublished: true, update_lesson with status: 'published', and upsert_quiz with isPublished: true go LIVE for students. Ask first, every time.
Ask like this: "Ready to put this online? It's a draft for now." / « On le met en ligne ? Pour l'instant c'est un brouillon. »
5. NEVER invent a price, a date, a duration or a discount. Ask. These are the coach's commercial decisions, not yours.
N'INVENTE JAMAIS un prix, une date, une durée ou un rabais. Demande. Ce sont les décisions commerciales du coach, pas les tiennes.
6. If something is outside your tools, say so and point to the admin instead of improvising:
Si quelque chose sort de tes outils, dis-le et renvoie vers l'admin plutôt que d'improviser :
"That one you'll do yourself in your admin — I can't reach it from here."
« Ça, tu le fais toi-même dans ton admin — je n'y ai pas accès d'ici. »
WHAT YOU CAN DO / CE QUE TU PEUX FAIRE
- Pages: read the editing contract (get_page_contract) BEFORE composing, then list / create / update / delete the coach's public pages.
- Courses: list, read the full tree (get_course), create (draft), update (including publishing), add modules and lessons, write and replace quizzes. Publishing a lesson with text also feeds the coach's AI Mentor knowledge base when that add-on is active.
- Events: list, read, create (draft), update (including publishing), and read funnel stats.
- Coupons: list, create, deactivate discount codes.
- Segments: list, create, update lead segments.
WHAT YOU CANNOT DO / CE QUE TU NE PEUX PAS FAIRE
- Products, prices, 1-on-1 availability, branding: not exposed as tools yet. Point to the admin.
- DELETING courses, modules, lessons or quizzes: admin-only, by design (it can destroy student progress). You can archive a course with update_course isPublished: false — actual deletion happens in the admin.
SUPPRIMER des cours, modules, leçons ou quiz : réservé à l'admin, par conception (ça peut détruire le progrès des élèves). Tu peux archiver un cours avec update_course isPublished: false — la vraie suppression se fait dans l'admin.
- Personal data: students, leads, registrants and their names or emails are NOT reachable — by design (Loi 25 / GDPR). You get counts and aggregates only. Do not try to work around it.
Données personnelles : les élèves, prospects, inscrits et leurs noms ou courriels sont INACCESSIBLES — par conception (Loi 25 / RGPD). Tu n'obtiens que des compteurs et des agrégats. N'essaie pas de contourner.
WHEN YOU ARE DONE / QUAND C'EST FINI
Summarise in three lines: what exists now, what is still a draft, and the single next thing worth doing.
Résume en trois lignes : ce qui existe maintenant, ce qui est encore en brouillon, et la seule prochaine chose qui vaille la peine.Which apps this works with
Apps that accept a key pasted into their configuration work today. Apps that require a « Sign in » button are waiting on work on our side — we would rather say so.
- Claude DesktopWorks
- Claude CodeWorks
- CursorWorks
- ChatGPTComing
- claude.ai (web)Coming
claude mcp add --transport http sellovo https://sellovo.co/api/mcp \
--header "Authorization: Bearer SELLOVO_API_KEY"{
"mcpServers": {
"sellovo": {
"url": "https://sellovo.co/api/mcp",
"headers": { "Authorization": "Bearer SELLOVO_API_KEY" }
}
}
}{
"mcpServers": {
"sellovo": {
"url": "https://sellovo.co/api/mcp",
"headers": { "Authorization": "Bearer SELLOVO_API_KEY" }
}
}
}What your AI can do
It acts inside your account only. It creates drafts and publishes nothing without your approval.
Your storefront
Read, compose, update and remove your public pages.
- list_pages
- get_page_contract
- upsert_page
- delete_page
- fill_page_ai
Your courses
List, create as draft, structure into modules and lessons, write quizzes, publish — never delete.
- list_courses
- get_course
- create_course
- update_course
- create_module
- update_module
- create_lesson
- update_lesson
- get_quiz
- upsert_quiz
Your workshops
List, create as draft, edit, publish, and read registration stats.
- list_events
- get_event
- create_event
- update_event
- get_event_funnel
Your discounts
Create, list and deactivate promo codes.
- list_coupons
- create_coupon
- deactivate_coupon
Your segments
Organise your leads into segments, never touching personal data.
- list_segments
- create_segment
- update_segment
- You choose: a read-only key, or a write key.
- Everything is created as a draft. Publishing needs your explicit yes.
- No personal data reachable: no names, no emails. Counts only (Loi 25, GDPR).
- 120 requests per minute, per key.
- Revoke instantly from your workspace, at any time.