{"service": "Cape Partners \u2014 Sniffer Agent API", "version": "1.0.0", "base_url": "https://www.capepartners.fr", "auth": {"type": "path-capability-token + NDA", "summary": "Session-scoped resources key by a workspace session UUID in the URL path. NDA-gated resources require a recorded signature via POST /api/nda/sign. Registration may bypass Turnstile by declaring a human supervisor."}, "discovery": {"openapi": "/openapi.json", "openapi_api": "/api/openapi.json", "llms": "/llms.txt", "llms_full": "/llms-full.txt", "ai_plugin": "/.well-known/ai-plugin.json", "robots": "/robots.txt", "sitemap": "/sitemap.xml"}, "capabilities": [{"name": "register", "method": "POST", "path": "/api/submit", "desc": "Register a seller (opportunity) or buyer (investor)."}, {"name": "workspace_join", "method": "POST", "path": "/api/workspace/join"}, {"name": "session", "method": "GET/POST", "path": "/api/session/{session_id}"}, {"name": "search", "method": "GET", "path": "/api/search/{session_id}?q="}, {"name": "matches", "method": "GET", "path": "/api/matches/{session_id}"}, {"name": "matched_names", "method": "GET", "path": "/api/matched-names/{session_id}", "nda": true}, {"name": "valuation", "method": "GET", "path": "/api/valuation/{session_id}"}, {"name": "pairings", "method": "GET", "path": "/api/pairings/{session_id}"}, {"name": "pairing_create", "method": "POST", "path": "/api/pairings/create"}, {"name": "pairing_phase", "method": "POST", "path": "/api/pairings/update_phase"}, {"name": "infomemo", "method": "GET", "path": "/api/infomemo/{session_id}", "nda": true}, {"name": "product_analysis", "method": "GET", "path": "/api/product-analysis/{session_id}/{pairing_id}"}, {"name": "nda_sign", "method": "POST", "path": "/api/nda/sign"}], "example": {"register_for_matches": "POST /api/submit {'user_type':'opportunity','identity':{...},'seller':{...},'supervisor':{name,email,company}}"}}