Skip to content
Joseph T. French edited this page Sep 23, 2026 · 29 revisions

Welcome to the RoboSystems Wiki!

RoboSystems is an open-source, AI-native financial intelligence platform for accounting, financial reporting, and investment management. It unifies structured data, document search, and AI memory over a knowledge graph — transactions, facts, reporting elements, and the calculation structures that relate them are all nodes and edges, with the semantics preserved rather than flattened into rows you query around. On top of that graph it gives AI agents and analysts a ledger-grade system of record they can both query and operate — closing the books, producing reports, and analyzing portfolios across your own ledger, your holdings, and SEC public filings queryable alongside them. It powers RoboLedger and RoboInvestor.

Every tenant gets their own graph — not a row-level slice of a shared table, but a dedicated graph database on its own instance with a dedicated OLTP schema behind it. Your ontology, your taxonomies, and your calculation structures live in it as artifacts you can read, export, and take with you.

The platform is fork-ready. The repository ships full GitHub Actions CI/CD that deploys the CloudFormation infrastructure into your own AWS account — see the Bootstrap Guide to stand up a deployment of your own.

This wiki is the technical documentation for using, operating, and building on the platform. Its examples call the hosted API at https://api.robosystems.ai; to run the platform yourself, start with Local Development. It is organized by what you are doing: starting out, building on the API, connecting AI, querying the SEC repository, working with the RoboLedger and RoboInvestor extensions, the concepts underneath them, running your own stack, and hands-on demos.

Which docs do you need? To use RoboSystems, RoboLedger or RoboInvestor through Claude, ChatGPT or any MCP client, start with the product guides: robosystems.ai/docs/guides, roboledger.ai/docs and roboinvestor.ai/docs. To build on the platform or run it yourself, you are in the right place. For one endpoint's exact request and response, see the API reference.

Start Here

Orientation: which docs you need, a first authenticated call, the vocabulary, and the system design.

  • Quick Start - From a new account to your first authenticated query and a connected AI client
  • Core Concepts - The vocabulary: graphs, tiers, blocks, operators, operational vs analytical
  • Architecture Overview - System design and components

Build on the API

The contracts every integration relies on, and the core graph surface.

Connect AI, Documents & Search

The MCP server, the operators, and the document and memory planes.

Shared Repositories (SEC)

Platform-managed public datasets you subscribe to and query.

RoboLedger & RoboInvestor

The per-graph extensions: typed reads, command writes, and the workflows built on them.

Concepts in Depth

The financial-content model underneath the products. Each concept page has a reference page behind it.

Run It Yourself

Running, deploying, and operating your own stack.

Demos

Hands-on walkthroughs against a local stack.

Reference

Support

Clone this wiki locally