Get Started
Installation
Step-by-step guide to installing and setting up Mira Flows SDK for your project
Account Setup
1. Create Account
Sign up for your free Mira Flows account and begin your AI development journey.
2. Get API Key
Generate your API key from the API section - you’ll need this to access Mira Flows features.
Prerequisites
Mira flows requires Python >=3.9, <=3.13
Need to update? Visit python.org/downloads
Installation Steps
- Install the SDK using pip:
- Initialize the client:
Using Environment Variables (Recommended)
Install python-dotenv
Create a .env
file in your project root and add:
Then initialize the client using the environment variable: