Configuring event pages from an agent
How agents choose templates, set themes and edit sections.
Event pages are rendered by Konecto from a validated configuration. Agents edit that configuration; they never write HTML.
event_page
├── template
├── branding: logo, primary_colour, background_colour, font, theme
├── sections: hero, about, speakers, agenda, venue, sponsors, gallery, faq, tickets
├── section_order
└── seo: title, description, og_image
Typical flow
list_templatesto see available layouts.set_event_templateandset_event_theme(colours from the user's words, font from the curated list).upload_event_imagewith a URL or file data for the hero and logo.update_hero,update_about,add_page_section,reorder_page_sections.preview_event_pageto get a preview link for the user.publish_event_pagewhen the user agrees.
Rules for agents
- Use only fonts returned by
list_templates. - Keep hero headlines under 60 characters.
- Images: JPEG, PNG or WebP, at most 10 MB; Konecto resizes them.
- Ticket sections always show live availability; do not write prices into free text.
Plain-text version for agents: llm.konecto.ltd/docs/mcp/event-page.md