Manifest Platform¶
The process optimization and engineering platform for regulated industries.
Manifest Platform is built for organizations in materials, manufacturing, healthcare, insurance, and other regulated industries that need to transform business processes without compromising on security, compliance, or auditability. It provides a unified control plane where teams design, deploy, and govern intelligent workflows that combine AI agents, data pipelines, and automation.
-
Getting Started
Explore the platform, build your first solution, and deploy it.
-
Solution Builder
Design solutions from composable components — agents, workflows, code blocks, tools, and more.
-
Agents
Create AI agents with tool access, guardrails, and human-in-the-loop approval flows.
-
Hosted Services
Deploy Python services with HTTP endpoints, async jobs, and a built-in skills system.
-
Connectors
Connect to external systems with pre-built or custom connectors, managed credentials, and MCP integration.
-
SDK Reference
Python SDK documentation for building inside Code Blocks and Hosted Services.
-
Security
Role-based access control, audit logging, compliance frameworks, and AI-SBOMs.
-
API Reference
REST API endpoints, authentication schemes, request/response schemas, and error codes.
Architecture Overview¶
Manifest Platform connects your tools, data, and AI models through a single API gateway. Every operation is authenticated, metered, and auditable.
graph LR
SDK["flow-sdk<br/>(Python SDK & CLI)"] --> GW["API Gateway<br/>api.flow.marut.cloud"]
GW --> AG["Agents"]
GW --> WF["Workflows"]
GW --> CN["Connectors"]
GW --> HS["Hosted Services"]
GW --> DT["Data & Datasets"]
AG --> MDL["AI Gateway<br/>(Model Routing)"]
AG --> TL["Tools & MCP"]
WF --> AG
WF --> CN
HS --> DT
HS --> CN
Get Started¶
The Flow SDK is pre-installed in all platform runtimes — Code Blocks, Hosted Services, Agents, and Workflows. No installation required.
Ready to build? Head to the Quickstart guide.