Which loomloom release do these docs cover?
Which loomloom release do these docs cover?
These docs cover the
v0.2.1 public beta release. Use loomloom <command> --help as the source of truth for the version installed on your machine.Which service should I configure?
Which service should I configure?
Choose the platform that owns your account and credential. Both preset platforms are operational:Both preset platforms support browser login and API Tokens. A compatible custom Server may also be registered with an API Token after
doctor verifies it.Do I need an AI coding agent to use loomloom?
Do I need an AI coding agent to use loomloom?
No. You can use the CLI directly. Optional integrations are available for Codex, Claude Code, and OpenClaw.
Where can I find the available models?
Where can I find the available models?
Use Supported Models for a current snapshot, then query the active environment because availability can change by service configuration, permissions, or region.
Does every model work with every template?
Does every model work with every template?
No. A model can be available in the environment without being compatible with every template or step. Inspect the template schema and the model list for the relevant execution unit.
Does preparation create a paid run?
Does preparation create a paid run?
No. Validation, precheck, quote, schema inspection, uploads, and downloads are preparation steps. Execution creates a hosted run and requires a current estimate followed by explicit confirmation.
Is execution local?
Is execution local?
No. The CLI runs locally, but confirmed workflows are executed by the configured remote loomloom service. A local Agent Skill is a wrapper and does not copy hidden prompts or server-side execution logic.
Is Customer Content used to train models?
Is Customer Content used to train models?
CogFoundry does not train CogFoundry or third-party models on Customer Content unless the user or organization explicitly authorizes it. Selected providers may process Customer Content under their own terms and configured controls. See Data Collection and Provider Logging.
Where do I report a problem?
Where do I report a problem?
Run
loomloom doctor, remove secrets from the output, and open an issue in the loomloom GitHub repository.