Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ahen.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Skypydb CLI lets you create a new Skypydb project and launch a local dashboard to monitor your database! When you install our Python package globally, you will automatically get the Skypydb CLI.

Requirements

  • Python 3.10 or later
  • Node.js 24.13.0 or later with npm

Installation

The CLI is automatically installed with the base installation.
pip install skypydb
Verify installation with:
skypydb --version

Example

Commands

skypydb dev
Create a new project through an interactive setup and start a local dashboard for your application.

Getting Help

View help for any command:
skypydb --help