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

Artifact raw examples

Raw artifact package entry points for machines and integrators.

Use this page when you want the raw artifact-side discovery layer for public package samples. It links the compact category catalog, the category-level Markdown guide, the raw package directory guide, and the underlying public package files without mixing them into the private delivery layer.

How to use this page

Use the JSON catalog when a machine needs compact artifact discovery without parsing the full site.

Use the category Markdown guide when a crawler or LLM wants plain-text artifact discovery context, and use the raw package guide when package-directory browsing matters.

Use the linked raw package files only when exact public sample contents are needed.

Boundary

Everything linked from this page is public and safe for indexing.

These files explain package structure and sample contents, not private paid bundle delivery.

Real paid bundles still require claim, entitlement, and access-token protected delivery.

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
/artifact-samples/README.md/examples/artifacts | Artifact Samples raw package directory guide
/artifact-samples/eth-breakout-playbook/manifest.json / /artifact-samples/eth-breakout-playbook/README.md / /artifact-samples/eth-breakout-playbook/examples.json / /artifact-samples/eth-breakout-playbook/reference_strategy.py/samples/artifacts/eth-breakout-playbook | ETH Breakout Playbook
/artifact-samples/btc-trap-playbook/manifest.json / /artifact-samples/btc-trap-playbook/README.md / /artifact-samples/btc-trap-playbook/examples.json / /artifact-samples/btc-trap-playbook/reference_strategy.py/samples/artifacts/btc-trap-playbook | BTC Trap Playbook

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.