---
title: "Quickstart (5 min)"
description: "we will be using the walt.id enterprise quickstart repository. It can be used to explore enterprise features via a CLI tool and/or to bring up the whole stack using Docker Compose. We will CLI tool for this guide."
stack: "Enterprise Stack (commercial) — version 0.21.0"
stack_version: "0.21.0"
stack_comparison: https://docs.walt.id/community-vs-enterprise.md
canonical_url: https://docs.walt.id/enterprise-stack/home/quickstart-5-min
generated: 2026-07-20
---
# Quickstart (5 min)

Video: https://youtu.be/47KN0km-ONc?si=xbJM7pz-SeGzlqdU

## 1. Clone the Quickstart Guide

we will be using
the [walt.id enterprise quickstart repository](https://github.com/walt-id/waltid-enterprise-quickstart). It can be used
to explore enterprise
features via a CLI tool and/or to bring up the whole stack using Docker Compose. We will CLI tool for this guide.

**Clone the repo**

```bash
git clone https://github.com/walt-id/waltid-enterprise-quickstart.git
```

**Change Working Directory**

```bash
cd waltid-enterprise-quickstart
```

**Add Docker Token**

Save the docker-access token provided by walt.id to get access to the private enterprise stack img.

```bash
echo "DOCKER_TOKEN_PROVIDED_BY_WALT_ID_HERE" > .docker-token
```

## 2. Start the Enterprise API

```bash
./waltid-enterprise run
```

## 3. Run The Wizard

**Note:**

Make sure to open a second window in your terminal and keep the Enterprise Stack running in the other.

<br/>

**Run CLI wizard**

```bash
./waltid-enterprise wizard
```

## Next Steps

If you want to learn about the API calls behind the wizard
command, [check out our 30-minute tutorial](https://docs.walt.id/enterprise-stack/home/tutorial-30-min.md) that guides you through issuing and verifying a W3C
credential with a revocation status property.
