Skip to content

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.

    Get started

  • Solution Builder


    Design solutions from composable components — agents, workflows, code blocks, tools, and more.

    Build solutions

  • Agents


    Create AI agents with tool access, guardrails, and human-in-the-loop approval flows.

    Build agents

  • Hosted Services


    Deploy Python services with HTTP endpoints, async jobs, and a built-in skills system.

    Deploy services

  • Connectors


    Connect to external systems with pre-built or custom connectors, managed credentials, and MCP integration.

    Explore connectors

  • SDK Reference


    Python SDK documentation for building inside Code Blocks and Hosted Services.

    SDK docs

  • Security


    Role-based access control, audit logging, compliance frameworks, and AI-SBOMs.

    Security overview

  • API Reference


    REST API endpoints, authentication schemes, request/response schemas, and error codes.

    API docs


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.

from flow_sdk import FlowSDK

flow = FlowSDK()  # auto-configured inside platform runtimes

Ready to build? Head to the Quickstart guide.