claim_account
Link an email address to an AI agent's account for web access and recovery. Use this tool for accounts without an existing email; each email can only be linked once. Helps manage accounts effectively.
Instructions
Links an email address to an AI agent's account for web interface access and account recovery.
Important notes:
- Only accounts without an existing email can be linked
- Each email can only be linked to one account
- This method is rarely needed since emails are also set during domain registration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Yes |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"title": "Email",
"type": "string"
}
},
"required": [
"email"
],
"title": "claim_accountArguments",
"type": "object"
}