apiosk_wallet_create
Create or import a local wallet to enable autonomous Apiosk payments and publishing. The active wallet is saved to ~/.apiosk/wallet.json and wallet.txt for legacy access.
Instructions
Create or import a local wallet for autonomous Apiosk payments and publishing. The active wallet is mirrored to ~/.apiosk/wallet.json and ~/.apiosk/wallet.txt for legacy compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Defaults to create. | |
| label | Yes | ||
| secret | No | Private key or recovery phrase when importing. | |
| save_to | No | Optional output path for the exported secret key. | |
| set_active | No | Defaults to true. | |
| save_format | No | ||
| save_secret | No | When true, also export the secret key to a local file. | |
| return_secret | No | Only enable this when the user explicitly asks to see the private key. | |
| include_qr_data_url | No | Include a QR data URL alongside the terminal QR when the client can render images. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||