Getting Started
Create your first AI worker in under 5 minutes.Install
Connect an AI Provider
Launch Nooterra for the first time:/auth.
Create Your First Worker
Once connected, describe what you need in plain English:Run the Worker
Faster: Instant Mode
Skip the conversation entirely. Just describe what you want:Even Faster: Templates
What’s Next
- Creating Workers — Full guide to worker creation modes
- Charters — How worker permissions and rules work
- Capabilities — Available tools and integrations
- Scheduling — Run workers on cron, intervals, or triggers
- Approvals — Human-in-the-loop approval system
Key Commands
| Command | Description |
|---|---|
/new [description] | Create a new worker |
/workers | List all workers |
/run <name> | Run a worker with live progress |
/templates | Quick start from a template |
/teach <name> <info> | Give a worker company knowledge |
/status | Quick status overview |
/dashboard | Real-time system dashboard |
/logs <name> | Execution logs for a worker |
/receipts | Recent execution receipts |
/auth | Change AI provider |
/help | Show all commands |
File Locations
All state is stored in~/.nooterra/:
| Path | Contents |
|---|---|
~/.nooterra/credentials/ | Encrypted API keys |
~/.nooterra/config.json | Default provider and settings |
~/.nooterra/workers/ | Worker definitions and charters |
~/.nooterra/runs/ | Execution receipts and activity logs |
~/.nooterra/approvals/ | Approval history |
~/.nooterra/logs/ | Daemon logs |