| Google Ads conversion tracking — capture, outbox, upload | shipped | adsconv.py, signup.py, adtrack.js, gtag.js |
| Archive - every platform answer, kept and versioned (cache = the newest layer) | building | archive.py, 0002_archive_tables.py, 0003_callrecord_cached.py, 0004_archivekey_request_shape.py, … |
| Auth & secrets — injectors, encryption, OAuth freshness, health | shipped | injectors.py, ssrf.py, crypto.py, oauth.py, … |
| Endpoint catalog — what you can DO with a connected key, and which provider should do it | shipped | contracts.yaml, adapters.yaml, findymail.search.business-profile.json, init.py, … |
| Application composition and deployment roles | shipped | bootstrap.py, bootstrap_handlers.py, bootstrap_http.py, call_surface.py, … |
| Data model — the registry tables, async DB, audit writer | shipped | alembic.ini, env.py, 0001_baseline_current_schema.py, 0002_archive_tables.py, … |
| Enforced import boundaries | shipped | pyproject.toml, ci.yml, init.py, init.py, … |
| Instagram OAuth — direct Login and optional Facebook Page tools | built; Meta configuration and live verification pending | catalog_ingest.py, access.py, resolve.py, service.py, … |
Local proxy — catch a program's own outgoing calls (treg <command>) | shipped | localproxy.py, server.js |
Local CLI runs — run a vendor CLI as a dedicated user with a server-held credential (treg run) | shipped | localrun.py, egress.py, fsjail.py |
| MCP — the front door for assistants, and treg as an OAuth authorization server | shipped | auth.py, mcp.py, health.py, mcp_oauth.py, … |
| Money — prepaid balance, the ledger, Stripe, and the reports that check it | shipped | init.py, models.py, billing.py, idempotency.py, … |
| Multi-tenancy — orgs, memberships, invites, per-org scoping | shipped | models.py, api.py, caller_metadata.py, auth.py, … |
| The proxy — faithful credential-injecting relay + tool resolution | shipped | relay.py, ssrf.py, api.py, authorize.py, … |
| Super-admin — cross-tenant read + control | shipped | api.py, admin.py, access.py, config.py |