Documentation Index
Fetch the complete documentation index at: https://docs.idunplatform.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, install the following:- Python 3.12+ (python.org)
- Docker and Docker Compose (docs.docker.com)
- Git (git-scm.com)
- uv package manager (docs.astral.sh/uv)
Choose your path
- Manager (recommended)
- CLI
- Manual
The Manager path starts the full platform: PostgreSQL, the FastAPI backend, and the React admin UI.Both start PostgreSQL, the Manager API, and the web UI.
Start the platform
Make sure the Docker daemon is running before you proceed.
- Production (pre-built images)
- Development (build from source)

Create an agent
Open http://localhost:3000 in your browser.Log in (if you have not configured an auth provider yet, press Login to skip). You land on the agent dashboard.
Click Create to launch the 3-step wizard. Select your framework (LangGraph or ADK), configure framework-specific settings, then review and save.

Minimal LangGraph agent example
If you do not have an agent file yet, createagent.py alongside your config:
agent.py
Next steps
Frameworks
Configure LangGraph or Google ADK agents in detail
Guardrails
Add PII detection, jailbreak prevention, and content filters
Observability
Connect Langfuse, Phoenix, LangSmith, or GCP Trace
Memory
Set up SQLite or PostgreSQL checkpointing
Templates
Clone a runnable agent template to start faster
Manager tutorial
Full walkthrough of the Manager UI