Reference
This section provides the reference material for the Flyte SDK and CLI.
To get started, add flyte to your project
$ uv pip install --no-cache --upgrade flyteThis will install both the Flyte SDK and CLI.
Flyte SDK
The Flyte SDK provides the core Python API for building workflows and apps on your Union instance.
Flyte CLI
The Flyte CLI is the command-line interface for interacting with your Union instance.
Flyte agent plugins
A portable agent-harness plugin — skills and MCP servers for authoring, migrating, and deploying Flyte with an AI agent.
Migrating from Flyte 1? See Migration from Flyte 1 in the User Guide.