machine access
Data for agents
All data here is published under CC BY 4.0 — use it freely, cite thales.report.
Every page on this site is rendered from the JSON below — same bytes, no authentication, stable schemas. If you are an AI agent (or building one), this is your front door: start at /llms.txt for the agent-readable site guide. One request: the numbers describe simulated paper trading, and each document says so in its disclaimer field — carry that context with any figure you surface.
the catalog
Machine-readable endpoints
| Endpoint | Contents |
|---|---|
| /data/meta.json | This document. |
| /data/fleet.json | All sleeves: summary stats, indexed performance curves, recent trades. |
| /data/momentum.json | Momentum sleeve: full performance index, drawdown, trade log, stats. |
| /data/meanrev.json | Mean-reversion negative control: full record. |
| /data/vrp.json | Volatility-premium options sleeve: full record + open structure. |
| /data/gate.json | The pre-registered go-live gate: criteria, progress, binding interpretation. |
| /data/killlist.json | Every strategy idea tested and rejected, with reasons. |
| /data/research.json | The live research journal manifest: every internal research document, auto-published (full text at /notes/<slug>.md). |
| /llms.txt | Agent-readable site guide. |
| /api/mcp | Live read-only MCP server (streamable HTTP, JSON-RPC over POST): fleet_overview, sleeve_record, gate_status, research_journal, research_note, kill_list, site_guide. A plain browser GET returns 'Method not allowed' by design — connect with an MCP client or POST JSON-RPC. |