> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openaeon.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# setup

# `openaeon setup`

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

Related:

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

## Examples

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openaeon setup
openaeon setup --workspace ~/.openaeon/workspace
```

To run the wizard via setup:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openaeon setup --wizard
```
