TRADING4AISecondary public JSON sample for crawlers, agents, and integration operators

Delivery sample

Quant Lab Standard 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.

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

How this sample fits into the operator journey

StepWhat it means
1. Inspect public delivery shapeUse this sample to understand the bundle metadata and expected artifact-file layout.
2. Separate sample from current reliability workThe public sample links to safe example files, while current reliability work starts at /agent-verification/materials.
3. Treat delivery shape as secondary referenceUse this delivery sample to understand an old shape, not as current request-time execution or delivery.

Field glossary

Important fields for machines and integrators

FieldMeaningMachine hint
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

Stable discovery links around this sample

These links help a crawler or agent move between the explanation layer, the raw payload, and the compact category-level indexes.

Fetch snippets

Direct retrieval commands for machines and integration tests

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

Machine-readable example

{
  "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 sampletrue
Delivery typeartifact
Bundle versionartifact-0.1
Sample statussecondary_reference

Public boundary

  • This is a public delivery-shape example, not a real private customer artifact.
  • The sample can be indexed because it only points to safe public demonstration files.
  • Current reliability materials are published separately as static Pages-only artifacts.

Notes

  • This sample is intentionally indexable and should remain safe for crawlers and LLMs.
  • Use /agent-verification/materials for current reliability-material discovery.
  • The public delivery sample teaches older structure without implying current delivery access.

FAQ

Quick rules for machines and operators

Question

Should Quant Lab Standard Delivery Sample replace the runtime snapshot?

No. This page and the linked raw file are public examples. /openapi.json is a Legacy runtime snapshot for historical integration context.

Question

Should a machine read the HTML page, the raw JSON, or the category catalog first for Quant Lab Standard Delivery Sample?

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

Does Quant Lab Standard Delivery Sample provide current request-time execution or delivery access?

No. This is a secondary public JSON sample only. It does not perform live work or prove access to any non-public file.