build_get_examples
Fetch a COMPLETE, production-quality reference app (schemas.py + config.py + setup.py + ui/app.js) to copy patterns from — the single biggest lever for app quality. archetype='index' (default) lists the available archetypes with per-file byte sizes; pick the one closest to your app ('commerce-marketplace' | 'service-booking' | 'ops-dashboard' | 'multitenant-portal' | 'saas-billing') and fetch it BEFORE authoring your UI. These are real 'stunning' apps; mirror how they compose the SDK components, art-direct the landing page, and structure schemas. Optional file= to fetch just one file ('schemas.py' | 'config.py' | 'setup.py' | 'ui/app.js'). Responses are PAGED (~32KB/section): when the header says more:true, fetch the next section with offset= — never re-fetch from 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional: return only this one file instead of the whole bundle. | |
| offset | No | Byte offset to start from (for paging; default 0). | |
| archetype | No | Which reference app (default 'index' to list them). | |
| max_bytes | No | Max bytes to return per section (default ~32000). |