Get details for a specific AI agent
Get detailed information about a specific AI agent.
This shows the agent's configuration, status, and metadata. Note: API keys are never shown for security reasons.
Examples:
Get agent details
mutiro agents get my-agent
Get details in JSON format
mutiro agents get my-agent --json
mutiro agents get [username] [flags]
Get agent details
Get details in JSON format
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for get |
--json | bool | Output in JSON format |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |