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.