Installing Plato CLI

The Plato CLI provides powerful tools for managing simulators, creating development environments, and deploying your changes.

Quick Installation

Install Plato CLI globally using uv:
uv tool install plato-sdk

Set Up Authentication

Configure your API key from the Plato dashboard: Create a .env file:
.env
PLATO_API_KEY=your-api-key-here

Verify Setup

Test your connection:
plato list-simulators
You should see a list of available simulators.

Next Steps

Ready to start developing? Check out our guides: