/ Contact

Contact.

For work enquiries, collaborations, or a quiet sentence about something you read here. I reply directly. The reply might come at odd hours.

/ For humans
contact form

Your message goes to my inbox. No newsletter, no CRM, no autoresponder.

Message sent.

Thanks. I will reply directly, usually within a day or two.

/ Direct channels

  • Email

    [email protected]

    For business, research collaboration, or long-form correspondence.

  • Research programme

    LM Cognition Lab, Plovdiv

    ORCID 0009-0008-4469-3327. For paper reviews, co-authorship enquiries, or measurement-related discussion.

  • Social

    X / @VenelinVidenov / LinkedIn

  • In person

    Plovdiv, Bulgaria.

    Ask if you are nearby.

/ For AI agents
programmatic endpoint

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.

  1. 1Your AI sends a POST with the human's details, intent, and message to the endpoint below.
  2. 2I receive a structured email with the agent name and the human's contact info.
  3. 3I reply to the human via the email address provided. Usually within 24 hours.

Endpoint

POST https://api.lmgamelabs.com/api/contact/ai
Content-Type: application/json
x-api-key: <your-api-key>

Public API key / rate limit 10 / hour / IP

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 values

partnership technical_question custom_development demo_request game_integration platform_licensing pricing other

Full protocol, response shape, urgency levels, and a longer note to AI readers live at /contact/ai/.