{"library":"mage-ai","title":"Mage AI","description":"Mage is a modern data pipeline tool for building, running, and managing data pipelines. It integrates with Python, SQL, and R, and provides a web-based UI for development and monitoring. Current version: 0.9.79. Release cadence: frequent (multiple releases per month).","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install mage-ai"],"cli":{"name":"mage","version":""}},"imports":["import mage_ai","from mage_ai.server.app import start"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom mage_ai.server.app import start\n\n# Set environment variables for authentication (optional)\nos.environ.get('MAGE_API_KEY', '')\n\n# Start Mage server\nstart()","lang":"python","description":"Start the Mage development server programmatically.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}