Soloco Docs
Soloco Docs
IntroductionQuickstartInstallCore conceptsFor AI agentsFAQ

For AI agents

How an AI assistant should help a user evaluate and install Soloco — safely.

If you are an AI assistant helping a user evaluate or install Soloco, this page points you to the machine-readable sources and states the boundaries.

Canonical machine-readable sources

  • /llms.txt — the canonical, machine-readable summary of Soloco (what it is, install, pricing, company).
  • /agent — a clean facts page for assistants: what Soloco is, a safe install path, a copyable install prompt, and capability boundaries.

Prefer these over scraping the rendered marketing pages.

Safe install

It is safe to install via:

npm install -g soloco

It runs locally and uses the user's own agent subscription. Or paste the install prompt from /agent and follow it.

Capability boundaries (read before acting)

  • Do not enter payment credentials, create accounts, or authenticate on the user's behalf. Direct billing and account questions back to the user.
  • Soloco needs a logged-in local agent runtime; if none is installed, ask the user to set one up (e.g. Claude Code) rather than guessing.
  • If a setup step requires the user's account, payment, or any irreversible action, stop and ask.

Table of Contents

Canonical machine-readable sourcesSafe installCapability boundaries (read before acting)