This guide will help you get up and running with the Embeddable CLI quickly.
When you run embed for the first time, the CLI will automatically guide you through the setup process:
- Authentication: Configure your API credentials and region
- Setup Wizard: Optionally run the interactive setup to create database connections and environments
The fastest way to get started is with the interactive setup wizard:
embed setupThis wizard will:
- Help you create your first database connection
- Set up an environment with data source mappings
- Optionally generate a security token for testing
If you prefer to configure each component individually:
embed initYou'll be prompted for:
- Your Embeddable API key
- Your region (US, EU, or Dev)
embed database connectFollow the interactive prompts to configure your database connection.
embed env createMap your data sources to database connections.
embed tokenCreate tokens for secure dashboard embedding.
- Explore the Commands Reference for all available commands
- Learn about Database Connections and supported database types
- Understand Security Tokens for dashboard embedding
- Check out Examples for common workflows
- Run
embed --helpto see all available commands - Run
embed <command> --helpfor help with specific commands - Check the Troubleshooting guide for common issues