Web App

Getting Started

Aomi builds and hosts AI-powered products for enterprise. The Web App is one of those products — a chat interface embedded directly in your product experience, giving you access to an AI agent that knows that product's APIs, data, and capabilities inside out. Instead of navigating menus and dashboards, you describe what you need in plain language and the agent handles the rest.

The Web App is one of several surfaces Aomi provides. The same agent and configuration is also accessible via Telegram, with iOS and Discord coming soon.

What You Can Do

Capabilities fall into two categories depending on how the product has been configured.

Native Blockchain Operations

Aomi is built natively on blockchain infrastructure. Anything achievable by calling public smart contracts is within scope — querying on-chain state, reading balances, fetching transaction history, preparing and submitting transactions, interacting with DeFi protocols. If it's accessible on-chain, the agent can reach it.

Tailored Enterprise Integrations

Beyond on-chain operations, the agent connects to external APIs configured for your product. Current integrations include DeFi data providers, social APIs, and prediction markets — these are live examples that demonstrate the flexibility of the integration layer, not the ceiling of what's possible. Aomi is actively onboarding additional API providers.

If you're accessing the Web App through an enterprise product, the available integrations reflect what that enterprise has configured. If you're an enterprise evaluating Aomi, reach out about adding your data sources or preferred providers to the platform.

The Chat Interface

The Web App is embedded in the product's website — no installation required. Look for a chat panel or chat icon on the page.

The agent streams responses in real time. When it needs to look something up or take an action, it calls a tool — a direct connection to one of the product's APIs. You'll see a brief inline indicator (e.g., Fetching ETH price... or Checking balance...) before the result appears.

Threads

Conversations are organized into threads, each with its own persistent history. Close the browser and pick up where you left off. You can create, rename, and delete threads to stay organized.

Wallet Connection

The Web App supports connecting a crypto wallet via WalletConnect. This is optional, but unlocks on-chain capabilities:

  • Query live balances and transaction history
  • Prepare and submit transactions through the chat
  • Interact with DeFi protocols directly

The agent never has access to your private keys. When a transaction is required, it prepares the transaction and routes it to your wallet app for explicit approval. Nothing executes without your confirmation.

If you don't connect a wallet, the agent still works fully for any non-wallet actions.

Web App as an Integration Surface

The Web App is a hosted, embeddable client — Aomi deploys and maintains it on behalf of the enterprise. It connects to a configured App (tools, system prompt, model selection) and surfaces the full agent experience to end users with no custom frontend required.

The same App configuration powers all surfaces. See Integration Guide for deploying across Web App, Telegram, and other channels.

On this page