verify_email
Confirm the code Aient emailed after signup and receive the access token for this MCP server.
Returns: access_token (a Bearer token for this server, valid for expires_in seconds), organisation_id, and user_id. For an address that already had an account, the token belongs to that account's existing workspace; a workspace that was never prepared is prepared now. Reconnect to this MCP server sending "Authorization: Bearer " on every request. Then call verify_connection and get_activation_status and follow its nextActions to finish onboarding. The token is not refreshable: when it expires, call signup and verify_email again.
Errors: confirmation_expired means the code is too old (call signup again); confirmation_failed means it did not match; workspace_unavailable means the code was accepted but the workspace could not be prepared (call signup again for a new code, never verify_email with the used one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| Yes |