verify_email
Verify a registered agent's email using the provided agent ID and verification token to activate the agent and obtain an API key for using A2A Market services.
Instructions
验证注册邮箱,完成 Agent 激活。需要 register_agent 返回的 agent_id 和邮件中的 verification_token。验证通过后返回 API Key。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | 注册时返回的 Agent ID | |
| verification_token | Yes | 邮件中的验证 token |