Everything you need to build with Astral. From getting started to advanced fleet management.
Get your drone flying in under 10 minutes
Build custom applications with our SDK
Complete REST API documentation
Unbox and configure your drone
# Install uv (if you haven't already) curl -LsSf https://astral.sh/uv/install.sh | sh # Create a new project uv init my-drone-app && cd my-drone-app # Add the Astral SDK uv add astral-sdk # Run your first script uv run python main.py