# Ntropii > Developer documentation for the Ntropii fund operations platform — automate NAV calculation, document extraction, and GL classification for private markets funds. ## Docs - [Deploy to production](https://docs.ntropii.com/deploy-and-run/deploy-to-production.md): Push a runbook artifact to Ntropii Workspace, then deploy a version to Ntropii Tenant — via CLI or via the MCP tool a coding agent calls. - [Testing workflows locally](https://docs.ntropii.com/deploy-and-run/testing-locally.md): ntro workflow test — design-time test loop. No Temporal cluster, no Docker, no deploy. Sub-second startup. - [API keys & authentication](https://docs.ntropii.com/get-started/api-keys.md): Mint, scope, and rotate the API key your CLI, MCP server, and SDK use to reach Ntropii Workspace. - [Configure your environment](https://docs.ntropii.com/get-started/configure-environment.md): Bind a data platform to your tenant and set up a git repo for your runbooks. - [How Ntropii works](https://docs.ntropii.com/get-started/how-it-works.md): The compiled-agent model: write (or generated) deterministic workflows in code complete with the scaffolding for humans review, deployed code executes without LLM involvement. - [Tenant architecture](https://docs.ntropii.com/get-started/tenant-architecture.md): Ntropii Workspace (control plane) versus Ntropii Tenant (data plane) — what lives where and why the split matters. - [Ntropii Documentation](https://docs.ntropii.com/index.md): Build automated fund-operations workflows on Ntropii — e.g. document extraction, NAV calculations, waterfall distributions, GL classification and more. - [Accounting](https://docs.ntropii.com/sdk/capabilities/accounting.md): ntro.accounting — domain models (TrialBalance, ChartOfAccounts, JournalLine, JournalProposal), proposal helpers, and validation. - [Collect files](https://docs.ntropii.com/sdk/capabilities/collect-files.md): Parse PDFs and Excel workbooks into a structured cell grid + plain text using ntro.capabilities.files. - [Data](https://docs.ntropii.com/sdk/capabilities/data.md): ntro.data for raw platform queries (Postgres / Databricks / Snowflake) and ntro.capabilities.storage for runbook-managed files and tables. - [Private AI](https://docs.ntropii.com/sdk/capabilities/private-ai.md): ntro.capabilities.ai.extract — turn unstructured documents into typed payloads using AI that runs inside Ntropii Tenant under the customer's own credentials. - [Quality checks](https://docs.ntropii.com/sdk/capabilities/quality-checks.md): ntro.capabilities.checks.run_quality_check — AI-driven validation of activity outputs that surfaces in the Tenant UI review screens. - [Runtime](https://docs.ntropii.com/sdk/capabilities/runtime.md): ntro.capabilities.config — read tenant-scoped worker config from inside a runbook activity. - [Testing](https://docs.ntropii.com/sdk/capabilities/testing.md): ntro.testing — WorkflowHarness, Scenario, and load_runbook for the design-time inner loop. No Temporal, no Docker, no deploy. - [Workflow](https://docs.ntropii.com/sdk/capabilities/workflow.md): ntro.workflow.NtroWorkflow and @ui_step — the orchestration primitive every runbook subclasses. - [The Ntropii client](https://docs.ntropii.com/sdk/client.md): ntro.workspace.Client — the SDK's primary surface for talking to Ntropii Workspace. - [Installation](https://docs.ntropii.com/sdk/installation.md): Install the ntro Python SDK, choose extras, and configure your connection. - [Claude Code](https://docs.ntropii.com/tooling/coding-agents/claude-code.md): Wire the Ntro MCP server into Claude Code so the agent can read tenants, deploy runbooks, and run tests directly from your terminal. - [Microsoft Copilot Studio](https://docs.ntropii.com/tooling/coding-agents/copilot-studio.md): Wire the Ntro MCP server into a Microsoft Copilot Studio agent so it can read Ntropii state, trigger runs, and deploy workflows. - [Coding agents overview](https://docs.ntropii.com/tooling/coding-agents/overview.md): Wire Ntropii into Claude Code, Copilot Studio, and other coding agents that consume MCP. - [Ntro MCP server](https://docs.ntropii.com/tooling/mcp-server.md): Expose Ntropii to Claude Code, Claude Desktop, claude.ai, and Microsoft Copilot Studio over the Model Context Protocol. - [Ntro CLI](https://docs.ntropii.com/tooling/ntro-cli.md): Command-line interface for Ntropii — connections, tenants, entities, workflows, and runs. - [Skill definitions](https://docs.ntropii.com/tooling/skill-definitions.md): The frontmatter-rich runbook.md file that teaches a coding agent how to generate Ntropii workflows for a specific domain. ## OpenAPI Specs - [openapi](https://docs.ntropii.com/api-reference/openapi.json)