Path
Quant Lab raw examples
Raw Quant Lab example entry points for request and status flows.
Use this page when you want the raw example side of the public Quant Lab namespace. It connects the category-level JSON catalog, the Markdown guide, and the exact request and response sample files.
On this page
How to use this page
Use the JSON catalog when a machine needs compact discovery of the public Quant Lab examples.
Use the Markdown guide when an LLM wants plain-text context about the request lifecycle.
Use the raw JSON files when exact public payload shapes are needed for retrieval or testing.
Boundary
Everything linked from this page is public and safe for indexing.
These examples show request and response structure, not live jobs or billable execution.
Real request execution, payment, and private delivery still require the live API flow.
Entry points
Category-level raw discovery links
Core machine links
Bridge and contract surfaces around this raw category
Start here
Which reader should start with which surface?
Machine checklist
Rules for using this raw category without confusing it with private delivery
Files
Raw entries, package guides, and related HTML sample pages
Suggested flow
Recommended reading paths for this raw category
quant-lab-operator-flow
Quant Lab operator flow
Recommended reading order for understanding public Quant Lab intake, status, and budget approval.
quant-lab-raw-discovery
Quant Lab raw discovery
Recommended reading order for machines that want the raw Quant Lab example layer before the HTML sample details.
FAQ
Common questions about this raw category
Question
Are public samples the same as private paid bundles?
No. Public samples are safe, indexable examples that explain request shapes, response shapes, artifact structure, and delivery boundaries. Private paid bundles remain behind Worker authorization, claim tokens, entitlement state, and access tokens.
Question
Which entry should an LLM or agent fetch first?
Use /examples/index.json for compact machine-readable discovery. Use /examples/README.md when plain-text context is easier to ingest. Use /artifact-samples/README.md when the artifact package-file namespace itself matters. Use /samples when explanatory HTML and internal links are useful.
Question
When should a machine use /artifact-samples/README.md?
Use /artifact-samples/README.md when the machine needs the artifact package-file namespace itself, rather than the wider category-level discovery layer documented under /examples/artifacts/README.md.
Question
Are the raw JSON files the canonical API contract?
No. The raw JSON files are examples. The canonical API contract remains /openapi.json, while /llms and llms.txt provide discovery and orientation.
Question
Do these samples create real Quant Lab jobs or orders?
No. The samples demonstrate structure only. Real Quant Lab requests, orders, payment verification, and delivery access require the live API flow.
Question
How should a machine understand private delivery access?
Treat the public pages and raw files as documentation. Real private files require the order, claim, entitlement, and access-token flow documented in the API and /for-agents.
