signup
Create an Aient account from an email address, or get a sign-in code for an existing one, with no browser and no token.
When to use: you have no Aient access token and the user wants a workspace, or an earlier verify_email answered workspace_unavailable or its token expired. Ask the user which email address to use.
What happens: Aient emails a 6-10 digit one-time code to that address. Read the code from that inbox (or ask the user for it), then call verify_email with the same email and the code. An address that already has an Aient account receives a sign-in code from this tool instead of a new account; verify_email then returns a token for that account's workspace, preparing the workspace first if an earlier signup never finished. The emailed code is a Supabase Auth credential: it grants this MCP token, and the same email carries a browser sign-in link, so treat both as secrets.
Limits: a few attempts per minute per address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes |