can provide a fully managed build environment for your project. When you choose the Modelcode Hosted option, automatically provisions a secure Linux sandbox and handles all infrastructure setup on your behalf. There is nothing to install, no daemon to configure, and no environment to maintain.Documentation Index
Fetch the complete documentation index at: https://docs.modelcode.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why Use Modelcode Hosted
The hosted environment is the fastest way to get running. Because there is no local daemon to install or manage, onboarding is immediate — you configure your lifecycle commands in the UI and takes care of the rest. This option works best for projects with publicly accessible dependencies: open-source packages, public container registries, and services reachable from the internet. auto-discovers your lifecycle setup and can begin executing build and test workflows without any manual infrastructure work on your part. If your project already builds cleanly from source using publicly available dependencies, the hosted environment is the right choice.When to Use Modelcode Hosted
- Your project’s dependencies are publicly accessible (npm, PyPI, Maven Central, Packagist, etc.)
- You want to get started quickly without installing or managing a daemon
- Your team does not have a stable, long-lived build server to point a daemon at
- You prefer a fully managed, zero-maintenance build environment
For projects that depend on private services — such as internal APIs, private package registries, or databases not accessible from the public internet — use the Self-hosted Daemon instead. The daemon runs inside your own network and inherits access to your private infrastructure directly.