Artifacts

Browse, preview, and download files your agents produce — spreadsheets, reports, memos, charts, and more.

What are artifacts?

Every time an agent produces a deliverable — a DCF model, an IC memo, a research report, a CSV export — it gets saved to the agent's workspace. Artifacts is where you find all of them.

Think of it as your team's shared file drive. Everything the desk produces ends up here, organized by agent.

Where to find them

Open your FinON dashboard and click Artifacts in the sidebar. You'll see every file your agents have produced, grouped by agent.

You can also jump directly to a specific agent's files by clicking the folder icon on any agent card.

Browsing files

Filters

  • Agent dropdown — view files from all agents, or narrow to a specific one
  • Folder toggleoutput (deliverables), data (working files), or all
  • Search — filter by filename

File types

Your agents produce a variety of file types:

TypeExamples
SpreadsheetsDCF models, comp tables, LBO models (.xlsx, .xls)
DocumentsIC memos, research reports, coverage initiations (.md, .docx)
PDFsFormatted reports, due diligence packs, client deliverables (.pdf)
Data filesLead lists, earnings data, portfolio exports (.csv, .json)
ImagesCharts, graphs, visualizations (.png, .jpg, .svg)
PresentationsPitch decks, QC decks (.pptx)

Previewing files

Click any file to open a preview panel without leaving the file list.

File typePreview
Markdown (.md)Rendered as formatted text
CSV (.csv)Interactive table (up to 100 rows)
JSON (.json)Syntax-highlighted, formatted
Plain text (.txt, .log)Monospace with line numbers
Images (.png, .jpg, .svg)Inline display, scaled to fit
PDF (.pdf)Download only (no inline preview)
Spreadsheets (.xlsx, .xls)Download only (no inline preview)
Word, PPT (.docx, .pptx)Download only (no inline preview)

From the preview panel you can download the file or copy its contents to your clipboard.

Downloading files

Every file can be downloaded directly — click the download icon on any file row, or use the download button in the preview panel.

How files get here

You don't need to do anything. When an agent completes a task that produces a file, it writes to one of two folders in its workspace:

  • output/ — finished deliverables (models, reports, memos)
  • data/ — working data and intermediate files

Each agent has its own isolated workspace. Files from one agent never mix with another's.

Examples

Ask your agents to produce work, then find the results here:

  • "Build a DCF model for Apple" → Taylor saves AAPL_DCF_Model.xlsx to output/
  • "Screen healthcare M&A deals over $500M" → Mike saves healthcare_ma_deals.csv to output/
  • "Write an IC memo for the Acme acquisition" → Mike saves IC_Memo_Acme.md to output/
  • "Run a comp table for SaaS companies" → Taylor saves saas_comps.xlsx to output/

Privacy

All files are stored on your isolated tenant runtime — the same OpenFang instance running your agents. Files are accessed through FinON-authenticated proxy routes and never mix with another user's data.

Next steps