Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.operator.io/llms.txt

Use this file to discover all available pages before exploring further.

An instance is one hosted OpenClaw runtime. Think of it as its own computer: filesystem, browser, terminal, web search, preloaded frontier models, and a scheduler for recurring work. You upload files and the agent can read them. You add a secret and the agent can reach any HTTP service. If a person at a computer can do it, the instance can do it. Every agent lives on one instance. The two are paired, so the instance’s workspace, skills, and memory all belong to that agent.

What an instance can do

Browse the web

Navigate pages, extract data, fill forms, take screenshots.

Run code

Execute scripts, install packages, run shell commands.

Read and write files

Upload, download, and edit files in the workspace from the Files page.

Call any HTTP service

Provide credentials in Environment and the agent can reach the service.

Search the web

Find information, datasets, and documentation.

Use frontier models

Managed access to reasoning, video, image, and audio models.
No dedicated integration is required for every service. Store credentials and describe what you want the agent to do. It will figure out the calls.

Prebuilt and blank instances

Comes with Operator’s managed defaults:
  • Managed agent configuration and connected search
  • Managed AGENTS.md prompt and bootstrap ritual
  • Preloaded skills for common tools (files, HTTP, media generation)
  • Preloaded provider access for every frontier model
This is the fastest way to get started. When you ask Operator to deploy an agent, it creates a prebuilt instance by default.
If a request is ambiguous, Operator asks whether you want blank or prebuilt before creating anything.

Where things live on disk

Inside every instance, files sit under a predictable tree that you can browse from the Files page:
PathContents
.openclaw/workspace/The agent’s project files: drafts, references, data, renders
.openclaw/workspace/skills/Custom skills you and the agent authored
.openclaw/sessions/Transcripts of chat and subagent runs
.openclaw/cron/jobs/Scheduled automations
.openclaw/agents/Per-agent metadata
/mnt/openclaw/Mount path visible from inside the container
You can upload, download, and delete anything under .openclaw/workspace/ from the dashboard. Managed config, sessions metadata, and operator-generated skills outside the workspace stay read-only.

Secrets are separate from skills

An agent can have the GitHub skill installed and still be unable to use it. The matching GITHUB_TOKEN secret has to exist in Environment and be granted to the instance.
Read Environment and Integrations together for how this lines up in practice.

One agent per paid plan

Basic, Pro, and Max each run one agent on one instance. The difference between them is compute, storage, and the monthly credit allowance, not the number of agents.
PlanPriceAgentCPURAMStorageMonthly credits
Basic$20/mo11 vCPU2 GB15 GB1M
Pro$50/mo12 vCPU4 GB50 GB5M
Max$175/mo14 vCPU8 GB200 GB20M
Storage is persistent workspace disk mounted into the container. Uploads, renders, skill artifacts, session transcripts, and cron job files all share that budget. If you fill it up, Operator flags it in the dashboard and refuses new uploads until you clean up or upgrade. Running multiple agents in parallel (a research agent, a creative agent, an ops agent) is the Enterprise plan. It sets a custom instanceLimit, compute tier, storage quota, and credit allowance tailored to the fleet. Reach out to [email protected] to set that up. See Billing for how credits and top-ups work on the self-serve plans.

Security and persistence

  • Instance configuration is encrypted at rest (AES-256-GCM).
  • Secrets are stored separately from config and granted to instances by name.
  • Suspending an instance removes the running container but preserves every workspace file for later recovery.

Agents

The identity that lives on the instance.

Files

Browse, upload, and download workspace files.

Environment

Credentials and access control.

Integrations

Connect external services through secrets.