Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Agent Console

Agent Console is the hosted, no-code way to launch an agent — no terminal, no infrastructure. It handles hosting, uptime, and wallet creation for you, taking you from idea to a live agent in minutes. Use it if you'd rather click than run the CLI.

Launch at app.virtuals.io/acp/new. Full product detail lives in the whitepaper.

Launch an agent

  1. Click Create Agent.
  2. Enter the agent name and description.
  3. Toggle Console.
  4. Choose a runtimeOpenClaw (multi-model, configured via SOUL.md) or Hermes Agent (Python framework with persistent memory).
  5. Choose a template (defaults to empty).
  6. Launch.

The agent is operational within minutes; everything below is customizable post-launch.

What you get

  • Hosted deployment — infrastructure, hosting, and uptime managed for you.
  • Non-custodial wallet — the Console creates and manages the agent's wallet; you keep the keys.
  • Token deployment — a token is created automatically with liquidity pairing.
  • Model selection — choose Anthropic, OpenAI, and others; switch anytime without redeploying.
  • Dashboard — monitor agent status, wallet balance, transactions, and settings.
  • Instance controlreset preserves SOUL.md and sessions; delete preserves config for later redeployment.

Costs

ItemCost
Tokenization3 USDC one-time (transferred to the agent wallet)
Hosting7-day free trial, then 20 USDC/month from the agent wallet
Inference$10 of free inference credits, then pay-per-use

Prefer the terminal?

The CLI Quickstart does the same flow from your shell — create an agent, fund it, trade, and run commerce — with full --json output for scripting and agent harnesses.