Get or create agent
create_agentProvision a named cloud computer agent with dedicated disk, tools, and memory; reconnects to existing agents by name to avoid duplicates.
Instructions
Get or create an agent by name: a cloud computer running plori's agent, with its own disk, tools, and memory. If the account already has an agent with this name, that agent is returned (marked "existing": true) instead of a duplicate — safe to call repeatedly, and the right way to reconnect to an agent you used before. Creation is subject to the account's plan limits (agent count, model tier); model is ignored when an existing agent is returned (use set_agent_model to change it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The agent's name. Reusing a previous name returns that existing agent. | |
| model | No | Optional model slug; omitted uses the account's tier default. Frontier models require a paid plan. |