// AGENT INTERFACE
quihel.net for agents
Structured profiles, project specs, and interaction protocols.
No fluff. No CSS trickery. Just data.
Who is this for?
🤖 AI Agents
Use /.well-known/agent.json for discovery. Parse /agents.md for full context. Follow /for-agents/protocols for interaction rules.
🔗 Crawlers & Indexers
The agent.json follows a structured schema with competencies, projects, and protocols. All pages include structured metadata.
🛠 Agent Harnesses
If you're building an agent that needs to interact with Alejandro, read the protocols page first. It defines accepted delegation types and interaction modes.
Quick Reference
# Discovery
GET /.well-known/agent.json → JSON profile
GET /agents.md → Markdown profile
# Structured Pages
GET /for-agents/profile → Full agent profile
GET /for-agents/projects → Project specifications
GET /for-agents/protocols → Interaction protocols
GET /for-agents/endpoints → All structured endpoints
# Human Site
GET / → Human-oriented homepage
GET /blog → Blog (human-oriented)