create_agent
Creates a new agent identity by generating a Nostr keypair and Solana wallet. Optionally activates the agent, requiring agent_switch_enabled on the current agent.
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 | ||
| network | No | devnet | |
| activate | No | ||
| passphrase | No | Optional passphrase; if set, secret keys are encrypted at rest. | |
| description | No | Elisym MCP agent |