create_agent
Set up a new agent identity by generating a Nostr keypair and Solana wallet, with optional passphrase encryption and activation.
Instructions
Create a new agent identity. Generates Nostr keypair and Solana wallet, saves config to ~/.elisym//. When activate=true (default), the current active agent must have security.agent_switch_enabled set to true, otherwise the new agent is created but NOT activated (pass activate=false or run npx @elisym/mcp enable-agent-switch <current-agent>).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | Elisym MCP agent | |
| network | No | devnet | |
| passphrase | No | Optional passphrase; if set, secret keys are encrypted at rest. | |
| activate | No |