tokonomix_onboard
Send a 6-digit OTP to an email address to begin keyless onboarding. No API key is required; verify the code to complete the first step.
Instructions
Step 1 of keyless first-run onboarding. Sends a 6-digit OTP to the provided email address. No API key is required to call this tool — it is the entry point for new users. Tokonomix is in beta: the server requires the user to accept the beta terms (functional gaps, use at your own risk — https://tokonomix.ai/beta) before it will send a code. If you call this WITHOUT accept_beta_terms and beta acceptance is required, the server replies with a 400 asking you to confirm the beta terms with your human and re-call with accept_beta_terms: true. So: confirm the beta terms with your human, then call this tool with accept_beta_terms: true. After a code is sent, instruct the user to check their email and call tokonomix_onboard_verify with the code. On success the server returns {ok:true} regardless of whether the email already has an account (enumeration-safe).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional display name for the account (max 200 characters). | |
| Yes | The user's email address. A 6-digit one-time code will be sent here. | ||
| locale | No | Optional UI/email language for the account (the welcome email + dashboard links use it). Pass the user's language if you know it; defaults to English. | |
| accept_beta_terms | No | Set to true to record the user's acceptance of the Tokonomix beta terms (https://tokonomix.ai/beta). REQUIRED while the beta gate is on — only set it true AFTER your human has confirmed they accept. Do not accept on their behalf without confirmation. |