verify_agent_domain
Confirm domain ownership for registered agents using well-known file placement or DNS TXT record verification methods.
Instructions
Verify domain ownership for a registered agent. The agent must have a websiteUrl set. Supports two methods: "well-known" (place a file at /.well-known/humanpages-verify.txt) or "dns" (add a TXT record at _humanpages.yourdomain.com).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The registered agent ID | |
| agent_key | Yes | The agent API key (starts with hp_) | |
| method | Yes | Verification method: "well-known" or "dns" |