Skip to main content

AI Agents

Early Alpha

The XGENIA AI Agents is in early alpha. Panels, settings, and available models change often — screens in this guide may look slightly different from your build.

AI Agents is a chat panel built into the XGENIA editor. You describe what you want in plain language, and it works directly on your project: creating components, placing and wiring nodes, writing JavaScript functions, generating images, taking screenshots of your running app, and checking its own work.

It is not a chatbot you copy answers out of. It has hands on the editor.

Where to find it

Open the Chat panel from the editor's left sidebar.

The panel is docked, so it stays open beside your canvas while the AI works — you see nodes appear and connections form in real time.

Requirements

RequirementDetail
XGENIA ProAI Agents is a Pro feature. Free accounts see an upgrade prompt instead of the chat.
Signed inYou must be signed in to your XGENIA account — the panel validates your session before it will talk to a model.
An OpenRouter API keyYou bring your own key. See Models & Providers.

What it can do

AreaExamples
Build UICreate components, generate layouts from a description, import a design, arrange and restyle elements
Wire logicPlace logic nodes, connect signals and data, write and edit JavaScript function nodes, build state managers
InspectRead your node graph, trace where a signal goes, find nodes by label, search project code
DebugRead console and runtime logs, simulate signals, check connection health, repair broken graphs
See your appOpen a browser preview, click and type in it, take screenshots, and analyse what it looks like
Generate mediaCreate and edit images, upscale, split layers, generate video and audio
DeployPush to Vercel, connect Supabase, commit and checkpoint with Git

The full catalogue is in What the AI Can Do.

How a conversation works

  1. You describe a goal — "make a login screen with an email field, a password field, and a sign-in button that turns green when both are filled".
  2. The AI plans. For anything non-trivial it writes a task list you can watch in the Tasks panel.
  3. The AI calls tools. Each step appears as a small bubble in the chat — click one to see exactly what it did.
  4. The AI verifies. It re-reads the graph, checks connections, and often takes a screenshot to confirm the result matches what you asked for.
  5. You review. Some actions — running code, generating key art — post an approval card. Neither blocks the build: a code card expires if you ignore it, a key-art card auto-approves. Deal with them while they are on screen.

You can press Stop at any point. Work already applied to the graph stays; use editor undo or a Git checkpoint to roll back.

Where to go next

GuideWhat it covers
Getting StartedSign in, add your key, pick a model, run your first prompt
The Chat PanelEvery control in the panel, explained
Models & ProvidersChoosing a model, sub-agents, routing and sampling
Pre-Prompt RulesStanding instructions the AI follows in every conversation
Images & VisionShowing the AI screenshots, mockups, and reference art
What the AI Can DoThe tool catalogue
Tools & IntegrationsFal.ai and Google Fonts keys
MCP ServersAdding external tools
Image, Video & AudioMedia generation models and approval
Skills & KnowledgeWhat the AI remembers about your project
MessagingDriving the AI from Telegram