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

  1. list_templates to see available layouts.
  2. set_event_template and set_event_theme (colours from the user's words, font from the curated list).
  3. upload_event_image with a URL or file data for the hero and logo.
  4. update_hero, update_about, add_page_section, reorder_page_sections.
  5. preview_event_page to get a preview link for the user.
  6. publish_event_page when 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.konec.to/docs/mcp/event-page.md