Getting Started

Explore the different Enterprise features below or learn more about the walt.id Enterprise Stack in general here.

The Enterprise Stack requires a license from walt.id. See Licensing for how to configure license.conf and activate it.

New to walt.id? Use Issuer2, Verifier2, and Wallet2 below — they implement the finalized OID4VCI 1.0 and OID4VP 1.0 specifications, instead of the draft versions supported by the original services. The original Issuer, Verifier, and Wallet services remain available for existing integrations.

Foundations

Learn the core building blocks of the Enterprise Stack: Organisations, Tenants, Services, and Permissions & Access.

Checkout Enterprise Foundations

Administration

Explore how to use Organizations, Tenants, and allow Access & Permissions in detail.

Services

The original Issuer, Verifier, and Wallet services remain available for existing integrations — see the full service list here.


Quickstart


You need to be a walt.id Enterprise customer to use this quickstart.


  1. Clone the repository
    git clone https://github.com/walt-id/waltid-enterprise-quickstart.git
    
  2. Login to Docker
    docker login -u waltid
    

    When prompted, use your personal access token as the password.
  3. Start docker-compose
    docker-compose up
    

Once docker-compose is running, you can visit enterprise.localhost:3000/swagger to access the Enterprise APIs.

Next Steps

  • Enterprise Foundations - Learn more about the Enterprise Stack core building blocks
  • Quickstart (5 min) - Guided CLI setup
  • Tutorial (30 min) - Step-by-step walkthrough using Issuer2, Verifier2, and Wallet2
  • Administration - Learn about organizations, tenants, and the details of authentication and access management.
  • Services - Explore various services (e.g., issuer, verifier) and their detailed usage.
  • FAQ - Frequently asked questions about the Enterprise Stack.
Last updated on August 20, 2026