Transparency

What Codes stores

Its own SQLite database has these tables and nothing else: manifests, releases, release_log, trust, trust_history, playground_runs, plus the event outbox. That is release metadata keyed to Network app ids, trust tiers (metadata), validated manifests, and a log of playground runs (who ran what, the outcome and the problem code).

What Codes does not store

What Codes does not do

Events it publishes

codes.app.published, codes.app.deprecated, codes.app.revoked when a release is published, deprecated or revoked (through OpenVibe.Events once its relay is configured).

Status

Stage alpha. Deployed and public since 2026-09-23: https://openvibe.codes is served by this portal (openvibe-ovh, unit openvibe-codes on 127.0.0.1:4900 behind nginx, release a9371c3), and the domain left OpenVibe.Sites. Sign-in uses the registered Network OAuth client `codes` (PKCE S256); the principal `codes` holds events.event.publish and the Events relay is configured. It is barely used yet: production holds 0 manifests, 0 releases and 0 playground runs. The external-developer path (account, project, sandbox app, grants, Media upload, app events) was run once on production on 2026-09-23 with public endpoints and curl, not through these playgrounds; that check is not committed to a repository or CI.

Works

Not yet