Products
Cloud Platform
Deploy
Integrations
Init CLI
Why MeshFlow
Docs & Learn
Docs
Learn
Resources
Customers
Certification
Blog
Changelog
Community
Pricing
Sign in
Get started
Products
Docs & Learn
Resources
Pricing
Sign in
Get started
Mesh
Flow
docs
Search docs...
⌘K
v1.13.0
GitHub
Discord
Getting started
Quickstart
Installation
Core concepts
Harness architecture
Skills vs Tools
Sandbox mode
Guides
Building agents
Multi-agent workflows
Model Routers
Cost Analytics
Compliance guide
Token optimization
Claude & AI
Advisor pattern
Thinking budgets
Dynamic workflows
Context compaction
Tool streaming
Governance
meshflow-forensic
Zero-Trust Policies
SOC 2 assertion
EU AI Act
Production Readiness
Integrations
OpenAI Agents SDK
LangGraph
CrewAI
MCP Tools
TypeScript SDK
OTel / OTLP
AutoGen 0.4+
API Reference
Workflow
Agent
CostCap
AdvisorAgent
CostRegressionGate
Docs
/
Installation
Installation
MeshFlow requires
Python 3.11+
. Install the core package first, then add provider extras as needed.
pip
Copy
pip install meshflow
pip
Copy
pip install "meshflow[openai]"
# OpenAI / Azure OpenAI
pip install "meshflow[gemini]"
# Google Gemini
pip install "meshflow[bedrock]"
# AWS Bedrock
pip install "meshflow[full]"
# providers + RAG + OTEL + MCP
CLI (optional)
bash
Copy
meshflow init my-project
# scaffold a governed agent team
meshflow logs
# inspect recent runs
meshflow replay <run_id>
# step-through debugger
Previous
Quickstart
Next
Core concepts