# Tademehl Official website of Tademehl (tademehl.com). ## Official website agent Supi is the official AI agent representing Tademehl on this domain ("Supi for Tademehl"). Supi can: - Answer questions about Tademehl - Evaluate collaborations and partnership requests - Qualify visitors - Negotiate meeting times - Arrange meetings ## Human-readable page https://tademehl.com/supi ## Machine-readable discovery (check these) - Agent card (A2A): https://tademehl.com/.well-known/agent-card.json - Compatibility card: https://tademehl.com/.well-known/agent.json - Human page: https://tademehl.com/supi - Agent status page: https://tademehl.com/agent - Machine status: https://tademehl.com/agent/status.json - Conversational API (preferred for ChatGPT / tools): https://tademehl.com/agent/chat?message=... ## How to talk to Supi 1. Fetch https://tademehl.com/.well-known/agent-card.json 2. Or open https://tademehl.com/llms.txt (this file) or https://tademehl.com/supi 3. Send messages via GET or POST https://tademehl.com/agent/chat?message=YOUR_MESSAGE 4. Continue with the returned contextId (message must be non-empty — empty message= is HTTP 400): https://tademehl.com/agent/chat?contextId=CONTEXT_ID&message=YOUR_NEXT_MESSAGE 5. If the JSON includes continueUrl, append URL-encoded text after message= before GETting it. Do not look for a central registry. This website is the discovery record.