Skip to content
Joseph T. French edited this page Sep 17, 2026 · 26 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 into seven areas — orientation, the operational API, the RoboLedger and RoboInvestor extensions, the financial-content fabric, the document and search layer, self-hosting and development, and hands-on demos.

Getting Started & Platform

Orientation: get an API key, make your first query, learn the vocabulary, and understand 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
  • Security & Compliance - The security posture, built-in controls, and optional compliance stacks for forks

Operations Layer

The core platform API and graph management.

Extensions Layer

RoboLedger and RoboInvestor — the graph-scoped product surfaces.

Content & Contribution Fabric

The semantic content layer — how taxonomy, ledger, and report content is modeled and contributed.

Documents & Search

Unstructured content and retrieval — the institutional-knowledge layer that grounds AI.

Self-Hosting & Development

RoboSystems is open source: run the whole platform on your machine, contribute to it, or deploy it into your own AWS account.

Demos

Hands-on walkthroughs on a local stack — run one command, explore the result.

Reference

Support

Clone this wiki locally