Paperclip lets you spin up entire companies of autonomous agents. AgentValet gives every agent in that company a cryptographic identity, scoped credentials, and a full audit trail - without changing how Paperclip works.
| Capability | Paperclip alone | Paperclip + AgentValet |
|---|---|---|
| Credential storage | Config files / env vars per agent | HSM-encrypted vault, decrypted at call time |
| Per-agent permissions | Shared credentials, same access for all | Scoped permission matrix per agent per platform |
| Audit trail | None - outcomes only | Immutable log: agent, platform, action, timestamp |
| High-stakes calls | Execute immediately | Human-in-the-loop approval gate |
| Revocation | Update every config file manually | One click in the dashboard - instant cascade |
| Anomaly detection | None | Circuit breaker: 3 auth failures → auto-suspend |
Install the adapter, set three environment variables, and your Paperclip agents register themselves automatically on first run.
# 1. Install the adapter npm install @agentvalet/paperclip-adapter # 2. Set environment variables AGENTVALET_PROXY_URL=https://api.agentvalet.ai AGENTVALET_OWNER_ID=your-owner-id AGENTVALET_COMPANY_KEY=your-rs256-key
npx @agentvalet/register in your Paperclip project directory. This generates an RS256 keypair and records your company in the AgentValet registry. You'll receive your OWNER_ID.@agentvalet/paperclip-adapter and set the three environment variables above. The adapter wraps Paperclip's outbound calls and routes them through the AgentValet proxy.Get cryptographic governance for your entire agent company in minutes.