Add Sub Account
documentedCreate a new sub-account under your main FireText account.
Sub Accountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
POST variant (add a subaccount) using form data as per FireText API docs
npx -y keychains@latest curl "https://www.firetext.co.uk/api/addsubaccount" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: text/plain" \
-d 'apiKey={{FIRETEXT_API_KEY}}&subaccount={{$subaccount}}&name={{$name}}¬es={{$notes}}&email={{$email}}&passphrase={{$passphrase}}&messages={{$messages}}&key={{$key}}'