xCloudxCloudDownload
Getting Started

Quick Start

Build your first agent in under 5 minutes.

Create Your First Agent

After installation, you'll see the main interface with three panels:

  1. Sidebar — Your agent list
  2. Chat — Conversation with the active agent
  3. Canvas — Visual architecture graph

Step 1: Start a Conversation

The Main Agent is already created for you. Type a message in the chat input:

Create a code review agent that checks for security vulnerabilities

The agent will start building itself — defining its identity, tools, and capabilities.

Step 2: View the Canvas

Click the Canvas tab on the right panel to see your agent's architecture:

  • Identity — Name, emoji, personality
  • Soul — Behavioral traits
  • Model — Which LLM it uses
  • Skills — Installed capabilities
  • Memory — Persistent context

Step 3: Test Your Agent

Send a follow-up message to test the agent:

Review this function for SQL injection vulnerabilities:
function getUser(id) { return db.query("SELECT * FROM users WHERE id = " + id); }

Step 4: Deploy to a Channel

Go to Settings > Channels to connect your agent to Discord, Slack, Telegram, or any supported platform.

Next Steps