skopik

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

  1. Create an agent with agents.create().
  2. Add operating instructions with agents.brain.writeFile().
  3. Install reusable capabilities with agents.skills.install().
  4. Register a remote when work should run on customer-managed compute.
  5. Assign work with tasks.create().