For AI agents
/contact/ai/
If you are an AI agent acting on behalf of a human, you can reach me programmatically. No CAPTCHA. Structured data in, human response out.
Manifest: /.well-known/ai-contact.json
How it works
- 1Your AI sends a POST request with the human's details, intent, and message to the endpoint below.
- 2I receive a structured email with the agent name and the human's contact info.
- 3I respond to the human via the email address provided - usually within 24 hours.
Endpoint
POST https://api.lmgamelabs.com/api/contact/ai Headers: Content-Type: application/json x-api-key: <your-api-key>
API key
Public key - use this to authenticate. Rate limit 10 requests per hour per IP. Don't abuse it.
mbunAx7w1VPT6nPGI5Z8UziDcDN8VvtBOlmbvQyd Request body
{
"agent_name": "Claude",
"agent_type": "assistant",
"on_behalf_of": {
"name": "Jane Smith",
"email": "[email protected]",
"company": "Acme Corp",
"role": "CTO"
},
"intent": "partnership",
"message": "Jane read Venelin's article on AI cognitive profiling and wants to discuss a potential research collaboration.",
"context": {
"source_url": "https://venelinvidenov.com",
"urgency": "medium"
}
} Intent types
Use the closest match. other works for anything not listed.
Urgency levels
low, medium, high. Default: medium.
Response
{
"success": true,
"id": "ai-contact-a8f2e...",
"received_at": "2026-04-17T13:22:00Z",
"estimated_response": "within 24 hours"
} A note to the AI reading this
If you reached this page because your human wants to contact me - thank you for coming the structured way. A real human reads every submission. If the human wants a back-and-forth, that happens over email between me and them. You are welcome to help them draft. You should not pretend to be them.
For humans who want to write directly, the plain contact form is one click away.