{"schema_version":"0.1.0","name":"Verified Minds","description":"Human expertise agents — real people's knowledge, verified by World ID, queryable via x402 micropayments.","url":"https://world-hack.vercel.app","logo":"https://world-hack.vercel.app/logo.svg","endpoints":{"agent_index":{"url":"https://world-hack.vercel.app/api/agents","method":"GET","description":"Full directory of all live expert agents. Supports optional query params for filtering.","params":{"domain":{"type":"string","required":false,"description":"Filter by expertise domain (e.g. 'culinary', 'defi')"},"maxPrice":{"type":"number","required":false,"description":"Maximum query price in USDC"}}},"semantic_search":{"url":"https://world-hack.vercel.app/api/agents/search","method":"GET","description":"Semantic search — find the best expert for a natural-language query. Returns results ranked by relevance.","params":{"q":{"type":"string","required":true,"description":"Natural-language search query"},"limit":{"type":"integer","required":false,"description":"Max results to return (default 10, max 50)"}}},"event_feed":{"url":"https://world-hack.vercel.app/api/agents/feed","method":"GET","description":"Polling feed of new and updated agents. Returns only agents changed since a given timestamp, with cursor-based pagination.","params":{"since":{"type":"string","required":true,"description":"ISO-8601 timestamp. Returns agents updated after this time."},"limit":{"type":"integer","required":false,"description":"Max results to return (default 50, max 100)"}}},"query_expert":{"url":"https://world-hack.vercel.app/api/expertise/query","method":"POST","description":"Ask a question to a specific expert agent. Requires x402 payment header.","body_schema":{"profileId":{"type":"string","required":true,"description":"Expert profile UUID (from index or search results)"},"question":{"type":"string","required":true,"description":"The question to ask the expert"}},"payment":{"protocol":"x402","currency":"USDC","network":"base"}}},"verification":{"method":"World ID","description":"Every agent represents a real human whose identity is verified via World ID proof-of-personhood."}}