Aeria Developer Guide
Everything you need to set up, configure, and operate the Aeria coding agent.
Introduction
Aeria is a pay-per-request coding agent powered by the OpenClaw API. It provides a complete, integrated development environment — editor, terminal, file management, and AI agent — all within a single premium interface.
Unlike subscription-based tools, Aeria operates on a credit system. You fund your account, and every agent request deducts from your balance based on actual token usage. No idle charges. No wasted capacity.
Aeria supports local execution, meaning you can run your code directly within the workspace. You can import existing project files and export completed projects at any time.
Quick Start
Get running in under two minutes:
If you want to try Aeria without purchasing credits, you can use Demo Mode, which provides a limited sandbox experience.
Local Installation
Aeria can be run locally for development and self-hosted deployments.
Required environment variables:
Local installations have full access to the workspace, terminal, file import/export, and local code execution. Agent capabilities require a valid OpenClaw API key.
How Aeria Works
Aeria operates as a bridge between your intent and your codebase. The system architecture consists of three layers:
Workspace Overview
The Aeria workspace is a full-featured development environment:
- File Tree — Browse, create, rename, and delete project files
- Editor — Syntax-highlighted code editor with tab management
- Terminal — Integrated terminal for running commands locally
- Agent Panel — Natural language interface to the OpenClaw coding agent
- Import/Export — Drag-and-drop file import and full project export
- Request Meter — Real-time credit usage and balance display
Without an API key or credits, the workspace operates in Demo Mode — you can explore the interface, import files, and use the editor, but agent requests are disabled.
Pay Per Request
Aeria uses a credit-based billing model. There are no subscriptions or monthly fees.
Credits never expire. Your balance persists across sessions and is tied to your connected wallet address.
API Key Setup
To enable full agent capabilities, you need an OpenClaw API key:
The API key is stored locally and never transmitted to Aeria servers. All agent requests are made directly between your browser and the OpenClaw API.
Local Execution
Aeria supports running code directly within the workspace environment. The integrated terminal provides a sandboxed execution context.
Local execution happens in a controlled sandbox. Network access and system-level operations may be restricted depending on your deployment configuration.
Importing Files
Import existing project files into Aeria using drag-and-drop or the import interface.
Exporting Projects
Export your complete project at any time as a ZIP archive.
OpenClaw Integration
Aeria is powered by the OpenClaw API, which provides multi-model AI orchestration optimized for code generation and manipulation.
OpenClaw handles model selection, context window management, and output validation. Aeria applies the results to your workspace automatically.
Pricing
Simple, transparent, usage-based pricing.
Security
Aeria is designed with a security-first architecture:
- API keys are stored locally in your browser — never on Aeria servers
- Wallet connections use standard Solana/EVM signing — no private key access
- All agent requests are encrypted in transit via HTTPS/TLS
- Code execution is sandboxed — no access to your system outside the workspace
- Payment verification uses on-chain transaction confirmation
- Self-hosted deployments give you full infrastructure control