Beta

Manage agents

用法: mf agent [command]

Alias: agents

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
mf agent listList agents owned by the current user
mf agent getShow a single agent
mf agent createCreate a new agent on sprites.dev
mf agent updateUpdate agent name or model
mf agent deleteDelete an agent (irreversible)
mf agent storage-usageReport storage usage for an agent
mf agent model-configManage agent model config
mf agent credentialsManage agent credentials (provider keys, etc.)

mf agent list

List agents owned by the current user

用法: mf agent list [options]

Alias: ls

Option

Option用途
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf agent get

Show a single agent

用法: mf agent get [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--jsonemit raw JSON
-h, --helpdisplay help for command

mf agent create

Create a new agent on sprites.dev

用法: mf agent create [options] <name>

Argument

参数用途
<name>

Option

Option用途
--framework <framework>claude-code | codex | gemini-cli 默认值: claude-code.
--anthropic-auth-token <token>Anthropic auth token (claude-code only; or env ANTHROPIC_AUTH_TOKEN)
--anthropic-base-url <url>Anthropic base URL override (claude-code only)
--openai-api-key <key>OpenAI API key (codex only; or env OPENAI_API_KEY)
--openai-base-url <url>OpenAI base URL override (codex only)
--google-api-key <key>Gemini API key (gemini-cli only; or env GEMINI_API_KEY / GOOGLE_API_KEY)
--google-gemini-base-url <url>Gemini base URL override (gemini-cli only; or env GOOGLE_GEMINI_BASE_URL)
--gemini-model <model>Gemini model override (gemini-cli only)
--account-id <id>Admin only: pin to a specific sprites.dev account id
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf agent update

Update agent name or model

用法: mf agent update [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--name <name>rename the agent
--model <model>set model id
--clear-modelclear the model override
--jsonemit raw JSON
-h, --helpdisplay help for command

mf agent delete

Delete an agent (irreversible)

用法: mf agent delete [options] <agentId>

Alias: rm

Argument

参数用途
<agentId>

Option

Option用途
-y, --yesconfirm irreversible deletion
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf agent storage-usage

Report storage usage for an agent

用法: mf agent storage-usage [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--jsonemit raw JSON (default)
-h, --helpdisplay help for command

mf agent model-config

Manage agent model config

用法: mf agent model-config [command]

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
mf agent model-config getGet the agent model config view
mf agent model-config updateUpdate agent model config
mf agent model-config refresh-modelsRefresh the provider model list for an agent

mf agent model-config get

Get the agent model config view

用法: mf agent model-config get [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--jsonemit raw JSON (default)
-h, --helpdisplay help for command

mf agent model-config update

Update agent model config

用法: mf agent model-config update [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--source <source>modelConfigSource value (platform|runtime-local)
--model <model>set model id
--clear-modelclear model
--config <json>modelConfig JSON object (or @file)
--clear-configclear modelConfig override
--jsonemit raw JSON
-h, --helpdisplay help for command

mf agent model-config refresh-models

Refresh the provider model list for an agent

用法: mf agent model-config refresh-models [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--source <source>modelConfigSource value to refresh (optional)
--jsonemit raw JSON
-h, --helpdisplay help for command

mf agent credentials

Manage agent credentials (provider keys, etc.)

用法: mf agent credentials [command]

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
mf agent credentials getShow credential metadata (not secrets)
mf agent credentials revealReveal credentials. Output is masked unless —show is passed.
mf agent credentials updateUpdate agent credentials

mf agent credentials get

Show credential metadata (not secrets)

用法: mf agent credentials get [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--jsonemit raw JSON (default)
-h, --helpdisplay help for command

mf agent credentials reveal

Reveal credentials. Output is masked unless —show is passed.

用法: mf agent credentials reveal [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--jsonemit raw JSON
--showprint the secret in plaintext
-h, --helpdisplay help for command

mf agent credentials update

Update agent credentials

用法: mf agent credentials update [options] <agentId>

Argument

参数用途
<agentId>

Option

Option用途
--body <json>request body JSON (or @file). Shape: UpdateAgentCredentialsBody 必填。
--jsonemit raw JSON
-h, --helpdisplay help for command
这个页面有帮助吗?