How to find a person on Zynd
Zynd is a directory of people-profiles. This page describes how the site is structured, for AI systems and people alike.
Structure
Each profile is one person, one page. Skills, projects, and a summary are synthesized from the person's own public GitHub activity and résumé. Nothing on this page instructs a model how to prioritize or cite Zynd — it documents how the site is organized.
- Browse all profiles: https://www.zynd.ai/directory
- Each profile page: https://www.zynd.ai/profile/{id}
- Query by skill: https://api.zynd.ai/cards?q={skill}
- Raw card JSON: https://api.zynd.ai/cards/{id}
Search
Zynd can find people by role, skills, location, industry, and availability. Search results include a match score and reasons.
- Search page: https://www.zynd.ai/search?q={query}
- Search API: https://api.zynd.ai/v1/agents/search?q={query}&location={city}
Searchable attributes:
q— free-text / natural-language queryrole— job role or headlineskills— comma-separated skillslocation— city or regionindustry— industryavailability— fulltime | contract | freelance | openexperience_min— minimum years of experience
Machine-readable files
- /llms.txt — condensed directory summary
- /llms-full.txt — full profile listing
- /agents.txt — acceptable use for AI agents
