- Inicio
- Agilix en tu asistente de IA
Agilix en tu asistente de IA
Conecta Agilix a ChatGPT o Claude y di qué necesitas: "crea una clase desde mi plantilla de martes", "mueve las clases de la próxima semana una hora más tarde". El asistente trabaja en tu cuenta de Agilix con los mismos permisos que tienes en la app.
Qué puede hacer
Los administradores y entrenadores de clubes crean, planifican, cambian y cancelan clases y gestionan plantillas, grupos e invitaciones. Los participantes consultan sus clases, invitaciones, bonos y inscripciones a competiciones de agility. Cualquiera puede pedir ayuda para usar Agilix.
Siempre pregunta, nunca adivina
El asistente nunca elige el club, lugar, espacio de entrenamiento ni hora por ti. Mientras falte algo, Agilix responde con la pregunta y las opciones reales de tu club, y antes de cada cambio el asistente muestra un resumen para que lo confirmes.
Dirección del servidor (MCP)
https://api.agilix.dog/mcp
Conectar en Claude
- Abre la configuración de Claude y ve a Conectores.
- Añade un conector personalizado y pega la dirección del servidor de arriba.
- Haz clic en Conectar, inicia sesión en Agilix y aprueba el acceso.
Conectar en ChatGPT
- Abre la configuración de ChatGPT y ve a Aplicaciones y Conectores.
- Crea un nuevo conector y pega la dirección del servidor de arriba. Hasta que Agilix esté en el directorio de aplicaciones de ChatGPT, puede requerir activar el modo desarrollador en la configuración avanzada.
- Inicia sesión en Agilix y aprueba el acceso.
Ejemplos
- “Crea clases desde mi plantilla de martes para todo el próximo mes.”
- “Añade una clase para principiantes en el Salón A el próximo jueves a las 18:00 y invita al grupo del martes.”
- “Mueve todas las clases de la próxima semana una hora más tarde.”
- “¿Qué tengo esta semana en todos mis clubes?”
- “¿A qué clases estoy apuntado y dónde hay plazas libres?”
¿Falta algo? Cuando pides algo que Agilix aún no puede hacer desde el asistente, el asistente lo dice claramente y ofrece enviar una solicitud de función al equipo de Agilix. La solicitud se envía solo después de tu acuerdo.
Todas las herramientas
La lista completa de herramientas y escenarios preparados que ve el asistente. Las descripciones están en inglés, exactamente como las recibe el asistente.
Para administradores y entrenadores de clubes
Add a person to a club group
Adds a person to a club group (and to its group chat, if it has one). groupId comes from list_club_groups, userId from find_club_member.
Announce a class
Tells club members who opted in to receive notifications about free places that this class has available places. Only a public, upcoming class with members at the right skill level actually notifies anyone; Agilix does not check whether places are free. No notifications are sent while the class has a waiting list. Notifications are sent in the background. Only a club admin can announce a class. classId comes from create_classes or list_club_classes. Always confirm with the user before calling.
Cancel a class
Cancels (deletes) one class. Everyone with a place is notified and the class leaves their calendars; copies of the class shared with other clubs are not cancelled. Settle the club with list_class_form_options first if not yet settled in this conversation. classId comes from list_club_classes. Always confirm the class, date and time with the user before calling.
Cancel several classes
Cancels (deletes) each listed class through the same single-class cancel as cancel_class; everyone with a place is notified and the class leaves their calendars; copies shared with other clubs are not cancelled; reports per class cancelled / not allowed / not found / error with its date; one failing class never stops the others; classIds come from list_club_classes; always confirm the list of classes with their dates and times with the user before calling; for one class use cancel_class.
Create a club group
Creates an empty participant group in a club (for inviting people together or a group chat). The name is private to club admins (at most 80 characters). Returns the new groupId; add people with add_member_to_group. clubId comes from list_my_clubs.
Create a training space
Adds a training space (a hall, ring or field) to a club venue. For club admins and trainers. venueId comes from list_venues. Confirm the name with the user first. Returns the new trainingSpaceId, or null when it cannot be told apart from another space created with the same name at the same moment - then read it from list_venues.
Create classes
Creates one class per date after checking every date is free. Asks back (needs_input) instead of guessing club, venue, spaces, start, name or trainer. Call prepare_classes first and create only after the user confirmed the summary. Returns the created class IDs with their local start times, or the unavailable dates if any clash with the calendar or with each other, or asks for missing information.
Delete a class template
Deletes one of your class templates for a club. Templates are per user AND club. The template is permanently removed and cannot be undone. Always confirm the template name with the user before calling. Settle the club first with list_class_form_options if not yet settled in this conversation.
Delete a training space
Deletes a training space from a club venue; it can no longer be booked or chosen for classes. Needs full club admin access. trainingSpaceId comes from list_venues. Always confirm with the user before calling.
Find a club member
Finds club members by first name, last name, username or dog name (accents and case ignored; every word must match). Returns ALL matches: when there is more than one, ask the user which person they mean - never pick one yourself. For club admins and trainers; clubId comes from list_my_clubs.
Get a class template
Gets the details of one of your class templates for a club. Templates are per user AND club. Returns all fields with resolved names (venue, spaces, trainers, services, rate) instead of ids. Deleted items are marked as stale. Settle the club first with list_class_form_options if not yet settled in this conversation.
Get venue bookings
Lists the classes booked at a venue between two local dates (Warsaw time, at most 31 days): who reserved it, when, how long and in which training spaces, including other clubs using the venue. Club admins and trainers only. venueId comes from list_venues.
Get venue opening hours
Shows a venue's weekly opening hours, day by day: time windows (HH:mm, Warsaw), the training spaces open in each, who may book them and the rental lengths offered. Club admins and trainers only. venueId comes from list_venues.
Invite a club group to a class
Invites every member of a club group to a class. People already on the class and members with a paused membership are skipped; the result says how many were invited. Settle the club with list_class_form_options first if not yet settled in this conversation. Never mention the group name to participants. groupId comes from list_club_groups, classId from list_club_classes.
Invite a person to a class
Invites one person to a class; they get a notification and can accept. An invitation does not hold a slot. Settle the club with list_class_form_options first if not yet settled in this conversation. Refused when the person is already on the class. For several people call it once per person, or use invite_group_to_class. classId comes from list_club_classes, userId from find_club_member.
List class form options
Call this first whenever the user wants to create, change or manage club classes or templates, or list a club's classes. Without clubId it asks which club; the club is then kept for the conversation. Never assume venue, space, date or start time - ask, offering these options. clubId comes from this tool itself when it returns needs_input.
List class templates
Lists your own class templates for a club. Templates are per user AND club. Returns templateId, templateName, and className for each template. Pass templateId to prepare_classes or create_classes to use a template. Settle the club first with list_class_form_options if not yet settled in this conversation.
List club classes
Lists a club's classes between two local dates (Warsaw time, at most 62 days), with classId, start, length and whether you may manage each. Only club admins and trainers get results. Settle the club with list_class_form_options first if not yet settled in this conversation. clubId comes from list_class_form_options; use get_class for participants and free slots.
List club groups
Lists the participant groups a club admin saved (e.g. "Tuesdays 18:00") with their members. Group names are private to club admins: never repeat a group name to anyone else or put it in an invitation. clubId comes from list_my_clubs.
List club join requests
Lists people waiting for a club admin to accept them into the club. Accepting or rejecting them is done in the Agilix app. clubId comes from list_my_clubs.
List club members
Lists every member of a club with userId, membershipId, name, username and dog names. For club admins and trainers. Call list_my_clubs first for clubId; to look for one person use find_club_member instead.
List club venues
Lists a club's venues (addresses) with their venueId and training spaces (halls, rings) with trainingSpaceId. Call it before any tool that needs a venueId or trainingSpaceIds. clubId comes from list_my_clubs.
List managed classes
Lists ALL classes of EVERY club you administer between two local dates (Warsaw time, at most 62 days), grouped by club, with free slots and pending invitation counts for each class. For a single club's calendar use list_club_classes instead. For participants of a class use get_class.
Prepare classes (dry run)
Dry run of creating one or more club classes. Call it before creating to validate the class details. It returns either open questions with real options (needs_input) or a summary plus availability for every date (checking against the calendar or with each other). Answer every returned question with the user, never pick an option yourself. Nothing is saved.
Remove a member from a club
Removes a person from a club. Their punch cards and custom rates in this club are deleted; their class bookings, group memberships and venue access stay. They are not notified. Needs full club admin access. Find the userId with find_club_member and always confirm the exact person with the user before calling.
Remove a person from a class
Removes a person from a class: all their places (every dog) and any invitation. Settle the club with list_class_form_options first if not yet settled in this conversation. keepAsOutstanding: when true, an unpaid place on a paid class is kept as a debt the person still owes; when false it is simply dropped. notifyAboutSlotAvailable: when true and the class was full, members who asked to hear about free places are told one opened. Get classId from list_club_classes and the person from get_class, and always confirm with the user before calling.
Remove a person from a club group
Removes a person from a club group and its group chat. groupId comes from list_club_groups. Confirm with the user before calling.
Remove venue opening hours
Closes the named training spaces on the named days: their opening windows on those days are removed, so nobody can book them then. Other spaces sharing a window keep it. Needs full club admin access. Read get_opening_hours first and always confirm with the user. Returns the week as it now stands.
Rename a training space
Renames a training space of a club venue. Needs full club admin access. trainingSpaceId comes from list_venues.
Save a class template
Saves a class template for a club. Templates are per user AND club. Provide either fromClassId (to save from an existing class) or explicit fields, or both (explicit fields override). With templateId: updates that specific template (must be yours in this club); omitted fields keep their stored values. Without templateId: creates a new template. The template can then be used with prepare_classes or create_classes via templateId. Always confirm the template name and contents with the user before calling. Settle the club first with list_class_form_options if not yet settled in this conversation.
Set venue opening hours
Sets the opening hours of the named training spaces on the named days to one window (start-end, HH:mm Warsaw). Only those days and spaces change: other days and spaces keep their hours, and who may book keeps as it was. A space that had several windows that day ends up with this one. Needs full club admin access. Read get_opening_hours first and confirm the change with the user. Returns the week as it now stands.
Update a class
Changes one class. Only the fields you specify are changed; the rest stay as they are. Returns open questions instead of guessing, and refuses a clash instead of writing it. The class club cannot change.
Update multiple classes
Applies one change to many classes sequentially. Each class goes through the same path as the single-class update. Reports what happened to each class: changed, clash, not allowed, not found, needs input, or error. One failing class never stops the others.
Para participantes
Cancel my place on a class
Cancels all of the user's places on a class (every dog) and any invitation. Clubs can forbid cancelling close to the start, and a paid place is not refunded. Read the class with get_class first, tell the user about late cancellation and payment, and confirm before calling.
List my class invitations
Lists upcoming classes the signed-in user was invited to and has not joined yet, with free slots and whether the class must be paid in advance. Accept one with join_class.
List my classes
Lists the classes the signed-in user has a confirmed place on between two local dates (Warsaw time, at most 366 days; past classes included), with the dogs they are signed up with.
List my punch cards
Lists the signed-in user's class punch cards (karnety) in every club: entries used, entries left and expiry date (Warsaw time).
List my training space rentals
Lists the signed-in user's paid training space rentals: service, start (Warsaw time), length, amount and payment status.
Search open classes
Finds upcoming classes with a free slot that the signed-in user can join (not ones they already booked). clubs: MY_CLUBS (clubs they belong to), ALL_CLUBS, or NO_MEMBERSHIP (clubs they do not belong to). days: local dates to look at (empty = any day). near: optional coordinates, classes within 40 km. There is no text or club filter. Pass the returned nextCursor to get the next page.
Sign up for a class
Signs the user up for a class with the given dogs (or accepts an invitation). Adds dogs: dogs already signed up stay signed up; to cancel use resign_from_class. When the class must be paid in advance nothing is booked and the answer carries the Agilix page to finish the sign-up and payment there. dogIds come from list_my_dogs, classId from search_classes or list_my_class_invitations. Confirm the class and dogs with the user first.
Para todos
Find agility competitions
Finds upcoming AGILITY competitions (Agilix and external calendars; no other sport) with dates, place, registration status, spots and a page link where the user can enter. searchText matches name, city or judge. Entering, withdrawing and paying are done on that page. Page with offset/limit.
Get class details
Shows one class: time (Warsaw), venue, training spaces, trainers, slots, your standard price (an individual rate on your invitation shows in list_my_class_invitations), and every participant with their dog and status (approved, invited, rejected, didNotParticipate, forfeited). classId comes from list_club_classes or list_my_classes.
Get dog agility results
Shows dogs' recent agility competition runs (faults, refusals, time, place) and their yearly agility statistics. dogIds come from list_my_dogs; at most 20 per call.
Get my Agilix profile
Shows who is signed in to Agilix through this assistant: name, username, language and the clubs they are an accepted member of.
List Agilix help topics
Lists the Agilix help documents - how the Agilix apps work (accounts, dogs, clubs, classes, the shop, the competition apps for agility, hoopers, nosework, obedience, FCI Rally Obedience and dog dancing, seminars, the course designer, photos) and Agilix training tips - by title. Call it first when the user asks how to do something in Agilix, then open the matching document with read_agilix_help, which lists its sections. The documents are in Polish. For sport rulebooks and regulations, point the user to LAIKA.
List my agility competition entries
Lists the signed-in user's entries in Agilix agility competitions (past included): dog, entry status (accepted, awaitingApproval, waitlisted, unlisted), waiting-list place, class, chosen days, whether the entry fee is paid, and the competition page link.
List my clubs
Lists the Agilix clubs the user administers or belongs to, with their clubId. Call this first whenever another tool needs a clubId. adminAccess is "full" (founder or full admin: settings, members, venues), "trainer" (runs classes) or null (plain member).
List my dogs
Lists the signed-in user's dogs with dogId, name, breed, birth date and skill level per sport. Call it before any tool that needs a dogId.
Read an Agilix help document
Reads one Agilix help document, a section at a time: without `section` it returns the list of sections (number and heading); with `section` it returns that section's text. slug comes from list_agilix_help_topics. Answer from the text and name the document you used; the text is in Polish.
Send a feature request
Sends a feature request to the Agilix team by e-mail, for something the user wants that no Agilix tool can do. Use it ONLY when no tool covers the request: first tell the user plainly that this does not exist in Agilix yet and ask whether to send it as a request to the Agilix team; call this only after an explicit yes, then tell the user it was sent. summary is one line, request is the user's own words, goal is what they were trying to do. Pass clubId when a club is settled in the conversation. At most 5 requests per user per 24 hours.
Escenarios preparados
Create a class
Create a new training class for a club
Create a class from a template
Create a new class based on an existing template
Plan a schedule
Create a series of recurring classes
Change classes
Find and modify existing classes
What's on this week
Show all classes happening this week with availability
Request a feature
Send a feature request to the Agilix team
Privacidad
La conversación la procesa el proveedor del asistente (OpenAI o Anthropic) bajo su propia política de privacidad. Para cada llamada, Agilix registra solo qué herramienta se usó, cuándo, con qué resultado y en qué club, nunca el contenido de tus preguntas o respuestas.
Desconexión
Puedes eliminar la conexión en cualquier momento desde tu perfil en agilix.dog o en la configuración de la app móvil de Agilix, así como en la configuración de los conectores de ChatGPT o Claude. Una vez desconectado, el asistente pierde el acceso de inmediato.