Structure.ai, Inc. (C Corp · EIN 92-3888418) · brand: Structure Business Solutions · Digistore24
docs/ + assets/ + campaign HTML folders to any static host.
Full relocate steps and lessons learned are in the Markdown guide.
| Legal name | Structure.ai, Inc. |
|---|---|
| Entity type | C Corporation (C Corp) |
| EIN | 92-3888418 |
| Brand on pages | Structure Business Solutions |
| Public legal page | /legal-information/ |
| Funnel | Role | ID | Price | Order form |
|---|---|---|---|---|
| P&L | Main | 719738 | $27 | checkout |
| P&L | Bump | 719748 | $17 | checkout |
| P&L | OTO1 AI | 719745 | $47 | checkout |
| P&L | OTO2 Case | 720646 | $497 | checkout |
| Collections | Main | 719749 | $27 | checkout |
| Collections | Bump | 719750 | $17 | checkout |
| Collections | OTO1 AI | 719751 | $47 | checkout |
| Collections | OTO2 Case | 720647 | $497 | checkout |
P&L (719738): y → 719745 · yy/yn → 720646
Collections (719749): y → 719751 · yy/yn → 720647
UI may label positions J / JJ / JN (Ja). One-click uses /answer/yes|no + digistore.js, not bare product URLs.
Session param: digistore_upsell_session_id
Script: https://www.checkout-ds24.com/service/digistore.js → digistoreUpsell()
YES/NO: https://www.checkout-ds24.com/answer/yes|no
Rewritten to: /answer/{session}/yes|no
/answer/yes, never /product/… or /upgrade/….DS24_UPSELL_SESSION_ID or overwrite button href after digistoreUpsell().thankyou_url while freeflow is active; set final freeflow TY in Cockpit UI (often not API-settable).y / yy / yn — no separate “on” switch in many UIs.X-DS-API-KEY; vault files + test purchase often required before approval submit.Full tables and relocate checklist → PRODUCT-UPSELL-SETUP.md §5–§0.
# Bulk images curl -fsSL 'https://learn.structure-business-solutions.com/docs/campaign-assets.zip' -o campaign-assets.zip # Full structured context (entity + products + lessons) curl -fsSL 'https://learn.structure-business-solutions.com/docs/agent-manifest.json' -o agent-manifest.json # Portable Markdown guide curl -fsSL 'https://learn.structure-business-solutions.com/docs/PRODUCT-UPSELL-SETUP.md' -o PRODUCT-UPSELL-SETUP.md # Per-file image list + hashes curl -fsSL 'https://learn.structure-business-solutions.com/assets/MANIFEST.json' -o assets-manifest.json
On the same server: copy docs/ and assets/ directories as-is — no rebuild required.