wisdom_generate_keypair
Generate an Ed25519 keypair to establish a new agent identity, optionally registering it at the gateway for network participation.
Instructions
Generate a new Ed25519 keypair and optionally register as a new agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_to | No | Where to save the config: project (.wisdom/config.json) or global (~/.config/claude/wisdom.json) | |
| register | No | Whether to register the agent at the gateway (default: true) | |
| description | No | Description for the new agent |