TRADING4AIRaw category-level example pages for crawlers, agents, and integration builders

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.

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

Start here

Which reader should start with which surface?

Machine checklist

Rules for using this raw category without confusing it with private delivery

RuleGuidance
Use HTML for explanationRead /samples and its child pages when you need narrative context, field explanations, internal links, and structured data.
Use JSON for discoveryFetch /examples/index.json when you need a compact catalog of categories, recommended paths, raw files, and entry selectors.
Use Markdown for plain-text ingestionFetch /examples/README.md when you need a compact text guide that is easy for LLM retrieval or summarization.
Use agent entry points for runtime discoveryFetch /.well-known/agent.json when a tool caller or agent runtime needs the machine-readable entry-point index before choosing routes.
Use /for-agents for narrative machine guidanceRead /for-agents when the integration needs runtime posture, access-boundary explanation, or a human-readable walkthrough of the machine surface.
Use raw package guides for artifact directory browsingFetch /artifact-samples/README.md when you need the artifact package-file namespace itself, rather than the wider category-level discovery guide.
Use raw files for exact payloadsFetch /examples/quant-lab/*.json, /examples/delivery/*.json, or /artifact-samples/* files when you need exact public example content.
Do not treat samples as entitlementsPublic sample links do not unlock private paid bundles; private delivery still requires claim, entitlement, and access-token checks.
Use OpenAPI for the contractTreat /openapi.json as the canonical API contract; sample files illustrate common payloads but do not replace the contract.

Files

Raw entries, package guides, and related HTML sample pages

Raw entryContext
/examples/quant-lab/request-create.json/samples/quant-lab/request-create | Quant Lab Request Create Sample | POST /api/v1/quant-lab/requests
/examples/quant-lab/request-status.json/samples/quant-lab/request-status | Quant Lab Request Status Sample | GET /api/v1/quant-lab/requests/{request_id}
/examples/quant-lab/budget-confirm.json/samples/quant-lab/budget-confirm | Quant Lab Budget Confirm Sample | POST /api/v1/quant-lab/requests/{request_id}/confirm-budget

Suggested flow

Recommended reading paths for this raw category

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.