Get Integration Kit
boosthis_get_integration_kitA Boosthis kit for THIS project — no upload; the single-use address needs no key, include_files no shell. Withheld reply? Same kit at GET https://www.boosthis.com/api/kit/ (project key as bearer). Runtimes: 'rn' (React Native/Expo, default), 'web' (browser), 'node' (Express), 'python', 'java', 'go', 'php' (Laravel), 'dotnet' (ASP.NET), 'ruby', 'flutter', 'swift' (iOS), 'kotlin' (Android), 'rust', 'elixir' (Phoenix), or 'edge' (Workers/Deno). The reply is compact: file_list (path + sha256), version, kit_download_once_url — a single-use address for the files (install_command adds typed commands). include_guide adds the guide; include_files (with files_page) sends files[] by value. One kit per runtime, same key. Writing the files is not the install: the kit is wired in, reporting switched on, and the app confirmed checked in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runtime | No | Which runtime kit to deliver, matched to the project you are in. Defaults to 'rn' (React Native) when omitted. Boosthis names every runtime a project spans at https://www.boosthis.com/scan. | |
| files_page | No | Which page of files[] to send when include_files is true. Defaults to 1; keep calling with the next page while the reply carries files_next_page. | |
| project_code | No | The 8-character project code from this description's lead — not the project name, which two projects can share. Required when the account holds several projects. | |
| include_files | No | Send every kit file by value instead of the compact manifest. Needed only when a shell command cannot be run — the files then arrive a page at a time. The largest reply this tool produces, so the guide is added only if include_guide asks too. | |
| include_guide | No | Add the full written install guide to the reply. Left out by default: it is most of the reply's size and hosts withhold replies that large. The kit address above serves it too. | |
| install_command | No | Adds the typed download commands to the reply. |