IONOS Agent Docs v1.0 just launched!⭐ Star us on GitHub
docsBackend GuideSetup

Backend Setup (FastAPI)

1. Navigate to backend

cd backend

2. Install dependencies

pip install -r requirements.txt

3. Run the server

python main.py

The API will be available at http://localhost:8000.