permisyn
← All postsCreate free account
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.
proof.shbash
curl https://api.permisyn.com/transparency/head
curl https://api.permisyn.com/transparency/proof/run_abc123
curl -H "X-API-Key: psyn_live_..." https://api.permisyn.com/api/runs/run_abc123/evidence
#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
Get free API keyRead the docs
More integrations
Infrastructure

AI Authorization Is Not Observability

5 min read
Security

Authorization Headers Are the Governance Contract

4 min read
Infrastructure

The AI Flight Recorder for Agents

6 min read