What an agent remembers
When you create an agent, it boots with a short bootstrapping ritual: it picks a name, writes a shortIDENTITY.md, and records what it knows about you in USER.md. Over time the workspace fills out:
| File or directory | What lives there |
|---|---|
IDENTITY.md | The agent’s name, role, preferred tone |
USER.md | Facts the agent has learned about you |
HEARTBEAT.md | A running log of what the agent is working on |
workspace/ | Project folders: drafts, references, renders, data |
skills/ | Custom skills you and the agent build over time |
sessions/ | Transcripts of past chats and subagent runs |
cron/jobs/ | Scheduled automations this agent owns |
Creating a new agent
Ask Operator in chat. Be specific about what you want the agent to focus on:- Music video
- Research
- Ops
One agent per self-serve plan
Basic, Pro, and Max each run a single agent. You go deep with one: it learns your voice, accumulates skills, and owns every file in its workspace. Most projects live comfortably inside a single agent.Going multi-agent with Enterprise
Some teams want the agents themselves to specialise. A research agent that never touches drafts. A creative agent that never scrapes the web. A comms agent that owns the outbound voice. That’s the Enterprise plan. Enterprise unlocks a custominstanceLimit so several agents can run in parallel, each with its own memory. Direct work at a specific agent with @name in any message:
How agents improve
Agents get better the same way people do: by doing the work and keeping notes.- Skills capture approaches. When you find a flow that works (a specific prompt chain, a script, a post-production recipe), ask Operator to turn it into a skill. The agent will reach for it on future tasks automatically.
- Files carry history. Reference material lives in
workspace/. The agent can grep its own past notes before asking you for context. - Automations run the boring parts. Anything repetitive becomes a cron job. See Automations.
- Ground truth is better than synthetic tests. Connect the agent to your actual inbox, database, or repo instead of sandboxed fixtures. Results get more honest fast.
Suspending and deleting
Suspending an agent removes the running container but keeps the workspace intact. The agent goes quiet on its channels until you restart it, but nothing gets lost. Deleting an agent wipes the workspace and releases the slot. Both actions are available from the agent’s page in the dashboard or by asking Operator directly.Related docs
Instances
The computer each agent lives on.
Skills
Reusable playbooks agents load at turn time.
Automations
Scheduled work handed to the agent.
Environment
Credentials agents use to reach the outside world.