machina agent only has list, get, run, and executions (confirmed directly in machina-cli’s source; there’s no agent create).
1. Create it in Studio
Studio → your project → Agents → New Agent. The form asks for exactly four things:
That’s the entire creation form. Two things it deliberately does not ask for at creation time:
- Frequency (how often it runs) — set afterward, from the agent’s detail page. See Configuring Agents.
- Workflows (what it actually runs) — also attached afterward, not at creation.
2. Install a skill or template that provisions one
machina skills install <path> / machina template install <path> provisions cloud resources for your project — connectors, mappings, datasets, and (depending on the package) agents already wired to their workflows. This is the path for reusing a pre-built setup (e.g. one of the Agent Templates) instead of assembling an agent by hand.
Which exact templates provision an agent (versus just workflows/connectors) depends on
that template’s own packaged config — this page doesn’t claim a specific list. Run
machina skills info <path> (or check the template’s SKILL.md) to see what a given
package actually installs before you rely on it as your source of a scheduled agent.Related
- Configuring Agents — set frequency and status after creation.
machina skills/machina template— the CLI side of installing a package.

