Skip to main content
Ntropii lets fund administrators, accountants and asset managers automate their operations using LLMs that generate deterministic, programmatic workflow code — not relying on probabilistic LLMs as the execution engine. The result is auditable, reproducible, regulator-friendly automation for private markets fund ops. You interact with Ntropii through three surfaces:
  • Ntro CLI — the command-line for humans driving Ntropii from a terminal
  • Ntro MCP — exposes Ntropii to coding agents like Claude Code or Microsoft Copilot Studio
  • Ntro SDK — the library (e.g. ntro-python) imported inside runbooks (the workflows that actually execute on Ntropii Tenant)
A workflow is a binding of a runbook (the deterministic Python templates that drive the process) to an entity, optionally on a schedule. A runbook may invoke external agents (Claude Managed, Copilot, …) from inside its steps when it needs LLM-driven artefact generation that doesn’t fit the deterministic capabilities surface.

Get Started

Understand the platform, set up your environment, and get an API key.

Tooling

CLI, MCP server, and how to wire Ntropii into your coding agent.

Building workflows

Pick a template or build a runbook from scratch. Register external agents to drive specific steps.

Ntro SDK

Reference for the Python capabilities you compose into runbooks.

Deploy & Run

Test runbooks locally, then deploy with ntro workflow create --path.