---
summary: "CLI reference for `AURA setup` (initialize config + workspace)"
read_when:
  - You’re doing first-run setup without the full onboarding wizard
  - You want to set the default workspace path
title: "setup"
---

# `AURA setup`

Initialize `~/.AURA/AURA.json` and the agent workspace.

Related:

- Getting started: [Getting started](/start/getting-started)
- Wizard: [Onboarding](/start/onboarding)

## Examples

```bash
AURA setup
AURA setup --workspace ~/.AURA/workspace
```

To run the wizard via setup:

```bash
AURA setup --wizard
```
