Aller au contenu

Conecta tu IA

El asistente de IA que ya usas puede montar tu plataforma.

Tu Claude, tu ChatGPT, tu Cursor — el tuyo, con tu suscripción. Pegas el texto que te da Sellovo, te hace preguntas sencillas y construye mientras respondes. Sellovo aporta el texto a pegar, nunca el asistente.

  1. 01

    Crea tu clave

    En tu espacio Sellovo, sección «Mi IA». Treinta segundos. La clave se muestra una sola vez — guárdala.

    Ir a Mi IA →
  2. 02

    Pega este texto en tu IA

    Un solo bloque, copiado tal cual en la conversación. Nada que entender, nada que modificar.

  3. 03

    Responde a sus preguntas

    Te pregunta de una en una — qué enseñas, tu primer taller, tus precios — y va montando tu página.

El texto a copiar

Un bloque, funciona en cualquier asistente. Es bilingüe: tu IA responderá en tu idioma.

prompt de inicio
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.

Con qué aplicaciones funciona

Las aplicaciones que aceptan una clave pegada en su configuración funcionan hoy. Las que exigen un botón «Iniciar sesión» esperan un trabajo pendiente de nuestro lado — preferimos decirlo.

  • Claude DesktopFunciona
  • Claude CodeFunciona
  • CursorFunciona
  • ChatGPTPronto
  • claude.ai (web)Pronto
Claude Code
claude mcp add --transport http sellovo https://sellovo.co/api/mcp \
  --header "Authorization: Bearer SELLOVO_API_KEY"
Cursor · .cursor/mcp.json
{
  "mcpServers": {
    "sellovo": {
      "url": "https://sellovo.co/api/mcp",
      "headers": { "Authorization": "Bearer SELLOVO_API_KEY" }
    }
  }
}
Claude Desktop · claude_desktop_config.json
{
  "mcpServers": {
    "sellovo": {
      "url": "https://sellovo.co/api/mcp",
      "headers": { "Authorization": "Bearer SELLOVO_API_KEY" }
    }
  }
}

Lo que tu IA puede hacer

Actúa únicamente dentro de tu cuenta. Crea borradores y no publica nada sin tu aprobación.

Tu escaparate

Leer, componer, actualizar y eliminar tus páginas públicas.

  • list_pages
  • get_page_contract
  • upsert_page
  • delete_page
  • fill_page_ai

Tus cursos

Listar, crear como borrador, estructurar en módulos y lecciones, redactar los cuestionarios, publicar — nunca eliminar.

  • list_courses
  • get_course
  • create_course
  • update_course
  • create_module
  • update_module
  • create_lesson
  • update_lesson
  • get_quiz
  • upsert_quiz

Tus talleres

Listar, crear como borrador, editar, publicar y leer las estadísticas de inscripción.

  • list_events
  • get_event
  • create_event
  • update_event
  • get_event_funnel

Tus descuentos

Crear, listar y desactivar códigos promocionales.

  • list_coupons
  • create_coupon
  • deactivate_coupon

Tus segmentos

Organizar tus prospectos en segmentos, sin tocar jamás datos personales.

  • list_segments
  • create_segment
  • update_segment
Lo que no puede hacer
  • Tú eliges: una clave de solo lectura o de escritura.
  • Todo se crea como borrador. Publicar requiere tu sí explícito.
  • Ningún dato personal accesible: ni nombres ni correos. Solo recuentos (Loi 25, RGPD).
  • 120 peticiones por minuto y por clave.
  • Revocación inmediata desde tu espacio, cuando quieras.