Path
TRADING4AI / Public samples / Delivery sample index / Quant Lab Standard Delivery Sample
Delivery sample
Secondary delivery-shape sample that explains older artifact bundle structure without implying current delivery access.
Secondary public JSON sample. Current reliability materials live at /agent-verification/materials.
Path
TRADING4AI / Public samples / Delivery sample index / Quant Lab Standard Delivery Sample
On this page
How to use this sample
API path: GET /api/v1/delivery/bundles/{product_slug}/{bundle_version}
Raw JSON: /examples/delivery/quant-lab-standard.json
This page is a public HTML entry point. The raw file remains linked for direct machine retrieval.
Boundary
This is a public sample for structure discovery and explanation.
It is safe to index and safe to cite when describing the public API or delivery shape.
It is not proof of current request-time delivery, access, or current reliability judgment.
Flow
Field glossary
artifact_bundleLists the public file paths that explain a typical artifact package structure.Treat these as secondary public examples, not current delivery URLs.historical_access_shape.claim_token_requiredDocuments an older protected-delivery concept without granting access.Do not treat this secondary sample as current product behavior.historical_access_shape.access_token_required_for_filesDocuments an older protected-file concept without granting access.The public sample remains accessible, but it does not imply current request-time delivery.Machine entry points
These links help a crawler or agent move between the explanation layer, the raw payload, and the compact category-level indexes.
Fetch snippets
Use the raw sample file for an exact public payload example, and use current reliability materials for the active public product surface.
Raw sample
curl -s https://trading4ai.com/examples/delivery/quant-lab-standard.json
Legacy runtime snapshot
curl -s https://trading4ai.com/openapi.json
Sample payload
{
"public_sample": true,
"sample_status": "secondary_reference",
"current_reliability_materials": "/agent-verification/materials",
"delivery_id": "dly_demo_quant_lab_standard",
"product_slug": "eth-breakout-playbook",
"delivery_type": "artifact",
"bundle_version": "artifact-0.1",
"artifact_bundle": {
"manifest_path": "/artifact-samples/eth-breakout-playbook/manifest.json",
"readme_path": "/artifact-samples/eth-breakout-playbook/README.md",
"examples_path": "/artifact-samples/eth-breakout-playbook/examples.json",
"evidence_pack_path": "/artifact-samples/eth-breakout-playbook/evidence_pack.json",
"reference_strategy_path": "/artifact-samples/eth-breakout-playbook/reference_strategy.py"
},
"historical_access_shape": {
"claim_token_required": true,
"access_token_required_for_files": true,
"current_access_granted": false
},
"notes": [
"This is a secondary delivery-shape sample, not a current private-delivery service.",
"No current request-time execution or delivery access is implied by this sample."
]
}Highlights
Public boundary
Notes
FAQ
Question
No. This page and the linked raw file are public examples. /openapi.json is a Legacy runtime snapshot for historical integration context.
Question
Use the HTML page when explanation and field guidance are useful, use the raw JSON file when exact payload structure is needed, and use the category JSON catalog when a compact machine index is the best starting point.
Question
No. This is a secondary public JSON sample only. It does not perform live work or prove access to any non-public file.