PRIVACY POLICY
Short version: your code is none of our business.
last updated · July 23, 2026 · applies to agentdeck.run and the AgentDeck software
TL;DR
→ Self-hosted AgentDeck sends us nothing. No telemetry, no analytics, no phone-home.
→ This website sets no tracking cookies.
→ On Hosted plans we store your account email and operate your VPS — we don't read your code or sessions.
→ Payments are handled by our payment processor; we never see your card number.
1. What AgentDeck is
AgentDeck is open-source software that orchestrates Claude Code on machines you control. Your repositories, agent sessions, tickets, and usage ledger live in the daemon's SQLite database on your Mac or your VPS. AgentDeck drives Claude Code with your Anthropic account — traffic between Claude Code and Anthropic is governed by Anthropic's own terms and privacy policy, exactly as when you run the CLI by hand.
2. Self-hosting: we collect nothing
The self-hosted daemon, desktop app, and mobile relay contain no telemetry, no analytics, no crash reporting, and no account system. They make no network requests to us. The only outbound traffic is Claude Code talking to Anthropic, and — if you enable it — your own relay talking to your own devices.
3. This website
agentdeck.run sets no tracking cookies and runs no third-party analytics. Standard web-server logs (IP address, user agent, requested page) are kept briefly for abuse prevention and then discarded.
4. Hosted and Concierge plans
When we run AgentDeck for you, we collect and store the minimum needed to operate the service:
→ Account details — your email address and plan.
→ Billing — handled entirely by our payment processor. We receive a customer reference and subscription status, never your card number.
→ Your workspace — your daemon, repositories, and sessions run on a VPS we provision for you. We administer the machine (updates, uptime, restores); we do not open, read, or analyze your code or agent sessions, except with your explicit permission during a support request.
→ Operational metadata — service health metrics (disk, CPU, daemon up/down) needed to keep your instance running. These contain no code or session content.
5. What we never do
→ Sell or share your data with third parties for marketing.
→ Train models on your code, tickets, or sessions.
→ Proxy or inspect your Claude traffic — your Anthropic key or subscription talks to Anthropic directly.
→ Add telemetry to the open-source builds.
6. Retention and deletion
Cancel a hosted plan and your VPS — including your entire workspace — is destroyed within 30 days, immediately on request. Email us and we'll delete your account records; billing records are retained only as long as tax law requires.
7. Third parties
→ Payment processor — subscription billing.
→ Infrastructure provider — the datacenter your hosted VPS runs in.
→ Anthropic — via your own account, under your own agreement with them.
8. Security
Hosted instances are single-tenant — one VPS per customer, no shared daemons. Disks are encrypted at rest, access is over SSH with keys only, and administrative access is limited to what operations require. Found a vulnerability? Mail hello@agentdeck.run — we respond fast.
9. Changes
If this policy changes materially, we'll note it here with a new date and announce it in the repository. The Git history of this page is the changelog.
10. Contact
Privacy questions: hello@agentdeck.run.