Full deployment history for this project.
Merge pull request #3 from mbarbine/v0/mbarbine-0a124af6 Add service metadata and MCP tool API support
Merge pull request #2 from mbarbine/v0/mbarbine-ef280491 Add API routes for service metadata and MCP tools
Mirror proven trust.json structure for auth-trust check Co-authored-by: v0 <it+v0agent@vercel.com>
Mirror proven trust.json structure for auth-trust check Co-authored-by: v0 <it+v0agent@vercel.com>
Align trust.json policy wording with shared-auth contract Co-authored-by: v0 <it+v0agent@vercel.com>
Add protected /api/v1/events endpoint enforcing shared PLATPHORM_API_KEY - lib/auth.ts validates key via Authorization: Bearer or X-PlatPhorm-API-Key - POST /api/v1/events requires the key (401 without, 202 with); GET is public - Declare the secured operation in OpenAPI; reference protectedRoutes in trust.json - Lower discovery cache TTL to 300s for fresher scans Co-authored-by: v0 <it+v0agent@vercel.com>
Add protected /api/v1/events endpoint enforcing shared PLATPHORM_API_KEY - lib/auth.ts validates key via Authorization: Bearer or X-PlatPhorm-API-Key - POST /api/v1/events requires the key (401 without, 202 with); GET is public - Declare the secured operation in OpenAPI; reference protectedRoutes in trust.json - Lower discovery cache TTL to 300s for fresher scans Co-authored-by: v0 <it+v0agent@vercel.com>
Complete trust.json policy (externalInputs, scannerTargets, routeApplicability) Co-authored-by: v0 <it+v0agent@vercel.com>
Merge: AEO/GEO/SEO discovery layer + FFmpeg engine preload
feat: add new API routes for service metadata, plugin info, MCP tools, security, and trust policy Co-authored-by: Michael Barbine (BigNerdLoLz) <3211492+mbarbine@users.noreply.github.com>
Merge pull request #1 from mbarbine/v0/mbarbine-0bb2b11a Initialize project structure