npx flatland-setup fl_live_…MCP plugin
For Claude Code and Cursor. The command above wires the MCP server into your agent — your existing assistant gets the full Flatland tool surface.
No card required. Your model files stay on your disk.
Want to feel it first? Try the Workshop: a real compile runs against the engine without an API key.
api.flatlandfi.comOpen a new session and your agent has the Flatland tool surface. From there, describe a model. The agent compiles it. The engine returns typed bindings and assertion outcomes.
Requirement: Node.js 18+. Claude Code or Cursor accessible from your shell.
npx flatland-setup fl_live_…For Claude Code and Cursor. The command above wires the MCP server into your agent — your existing assistant gets the full Flatland tool surface.
npx flatland-agentNo Claude Code required. A standalone terminal agent scoped to financial modeling and quantitative reasoning. Bring your own LLM API key; the engine does the math.
POST api.flatlandfi.com/compileProgrammatic. The same public endpoints every client uses — build models, compile, run sensitivity from any language.
flatland_compileTopologically sort the DAG, evaluate, run dimensional inference, return assertion outcomes. Bit-identical: same IR, same output, every time.
flatland_sensitivityPerturb one or more drivers, walk the DAG, return elasticity-ranked output deltas.