LogoLogo
Flow SDK and CLI
Flow SDK and CLI
  • FLOW
    • 💡Installation
    • 👋Welcome to Flow, our task CLI
    • Foundry Flow SDK Documentation
Powered by GitBook
LogoLogo

© 2025 Foundry Technologies, Inc.

On this page
  1. FLOW

Installation

Installation

The Foundry Flow CLI and SDK are currently in private preview. Request access via your Foundry Slack channel.

To use the Flow CLI, ensure you have Python installed on your system. You can install the Flow CLI by cloning the repository and installing the required dependencies.

git clone https://github.com/<foundrytechnologies/flow-sdk.git>
cd flow
pip install -r requirements.txt
NextWelcome to Flow, our task CLI

Last updated 3 months ago

💡