Skip to main content

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.

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.

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 anything on your own machine
  • Your team does not have a stable, long-lived build server to run ModelDaemon on
  • 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 - choose Self Hosted instead. With Self Hosted, you install ModelDaemon inside your own network so it inherits access to your private infrastructure directly.

Enterprise Applications with Private Infrastructure

If your application requires access to private artifact repositories, has complex network allowlists, or needs a site-to-site VPN to reach internal services, the standard hosted environment may not meet your requirements out of the box. Modelcode supports enterprise configurations for these scenarios. Contact support@modelcode.ai to discuss your infrastructure requirements and available options.