--- title: Argilla Server emoji: 🏷️ colorFrom: purple colorTo: pink sdk: docker pinned: false --- # Argilla Server Argilla Server for Synthetic Data Curation. ## Credentials - **Username**: argilla - **Password**: 12345678 - **API Key**: argilla.apikey **⚠️ CHANGE THESE IN SETTINGS > SECRETS!** ## Usage Connect from your Python code: ```python import argilla as rg client = rg.Argilla( api_url="https://mindchain-argilla-server.hf.space", api_key="argilla.apikey" ) ```