Agents
Agents are durable identities. Their profile, brain files, permissions, budget, and remote preference stay attached to the agent even when the agent runs on different compute.
Sections
| Page | What it covers |
|---|---|
| Agents | Create agents, manage brain files, publish snapshots, and search memories. |
| Agent Templates | Browse templates and create agents from templates. |
| Skills | Browse skills, publish skill versions, and install skills on agents. |
| Remotes | Register desktop, CLI, or external remotes for agent work. |
Common Flow
- Create an agent with
agents.create(). - Add operating instructions with
agents.brain.writeFile(). - Install reusable capabilities with
agents.skills.install(). - Register a remote when work should run on customer-managed compute.
- Assign work with
tasks.create().