Compliance2026-07-02·6 min read·Permisyn
Evidence-Ready AI Without App Instrumentation
Signed runs, transparency proofs, and evidence bundles can be generated at the authorization layer, without adding application code.
Evidence should not depend on every developer remembering an integration step
When model traffic must pass through an authorization layer, evidence generation becomes a platform guarantee. The call is allowed or denied, usage is metered, the run is signed, and proof can be shared with auditors.
Test findings
Runs are signed server-side after proxy metering.
Transparency log entries expose hashes publicly, not raw customer record IDs.
Auditors can verify a known record ID through /transparency/proof/{id}.
Governance reports and evidence bundles are exported from the dashboard/API.
#evidence#transparency#audit
Route your agent through Permisyn
Change the model base URL. Keep your existing client. Agent passports, kill switch, signed audit trail, cost cap.
OPENAI_BASE_URL=https://api.permisyn.com/v1 OPENAI_API_KEY=$YOUR_PROVIDER_KEY X-Permisyn-Key: psyn_live_... X-Permisyn-Agent: production-agent