microagent profiles
Last updated: 2026-06-11
microagent profilesprofiles prints the built-in workspace resource profiles. Profiles are named
shortcuts for memory, CPU count, and rootfs disk size; create, run, and
start accept --profile <name>. Use it when you want the exact numbers
behind a profile name.
Examples
Section titled “Examples”List the profiles, then size a workspace with one:
microagent profilesmicroagent create research --image docker.io/library/ubuntu:24.04 --profile mediumProfiles
Section titled “Profiles”| Profile | Memory MiB | CPUs | Disk MiB |
|---|---|---|---|
tiny | 256 | 1 | 512 |
small | 512 | 2 | 1024 |
medium | 2048 | 2 | 8192 |
large | 4096 | 4 | 16384 |
profiles takes no flags of its own.
See global flags for --json/--text/--output/--mode.
Exit status
Section titled “Exit status”profiles exits 0 on success. In AX mode a failure is written as a
structured error envelope.