Quickstart
Get from zero to a running AI agent in under 5 minutes.Step 1: Create an Account
- Web
- CLI
Navigate to app.runaether.dev and sign up with your email.
Step 2: Add an API Key
Aether uses your own AI provider keys (BYOK). Add at least one:- Web
- CLI
Go to Settings → API Keys and add your provider key (Anthropic, OpenAI, or OpenRouter).
Step 3: Create a Project
- Web
- CLI
Click New Project from the dashboard and give it a name.
Step 4: Run Your First Task
- Web
- CLI
Open your project and type a prompt in the chat:
Create a Next.js app with a landing page that has a hero section and a features gridThe agent will start working — writing code, installing dependencies, and starting the dev server.
Step 5: Preview Your App
Once the agent starts a dev server, a preview URL appears automatically:What’s Next?
Core Concepts
Learn about projects, workspaces, tasks, and the agent
Using the Agent
Understand what the agent can do and how to get the best results
GitHub Integration
Import repos and push changes back to GitHub
CLI Reference
Full command reference for the Aether CLI