{"name":"ProvibeCode","tagline":"AI Code Audit Engine — turn vibe-coded repos into production gold","version":"1.0","url":"https://zambo.dev/provibecode","api_endpoint":"POST https://zambo.dev/api/provibe","description":"Paste any public GitHub repo URL — get an instant AI audit. Provibe Score (0-100), security vulnerabilities, dead code map, tech debt hotspots, and a prioritized execution plan. Free teaser. Full audit via Builder Pass ($49/mo) or one-time ($49).","auth":"none — free teaser, no API key required","free_tier":{"audits_per_day":5,"includes":["provibe_score","vibe_verdict","risk_level","score_breakdown","top 3 findings","summary","architecture"]},"paid_options":{"one_time":{"price":"$49 PayPal","includes":"full security scan, dead code map, execution plan, export super-prompt"},"builder_pass":{"price":"$49/mo — includes 5 full audits/month plus Zambo API + ZAMBOT","url":"https://zambo.dev/#builder-pass"}},"request_body":{"repo_url":"string (required) — public GitHub URL e.g. https://github.com/owner/repo","vibe_context":"string (optional) — describe the project, language, or specific concerns","email":"string (optional) — your Builder Pass email for full monthly audits"},"response_fields":["provibe_score","vibe_verdict","risk_level","score_breakdown","summary","findings","vibe_signals","architecture","estimated_fix_time","result_url","upgrade_note"],"example_curl":"curl -X POST https://zambo.dev/api/provibe -H 'Content-Type: application/json' -d '{\"repo_url\":\"https://github.com/owner/repo\",\"vibe_context\":\"Next.js SaaS, mostly AI-generated\"}'","builder_pass_curl":"curl -X POST https://zambo.dev/api/provibe -H 'Content-Type: application/json' -d '{\"repo_url\":\"https://github.com/owner/repo\",\"email\":\"your@email.com\"}'","builder_pass_status":"GET https://zambo.dev/api/builder-pass/status?email=<email>"}