Connect, govern, and share context
across your AI agents

puppyone is a context file system built for AI agents.
Connect your data sources, transform them into agent-friendly files, and govern context with version control, agent auth, and full audit trails.

Questions? Talk to the Founder β†’

Puppypuppyone
Context
Toolkit
Context Access
Logs
Settings
Puppypuppyone context
Folderblogs
FolderCRM
Folderinvoice
jsonUntitled
markdownUntitled Note
calendar
Calendar
gmail
3
Gmail Import
gmail
Gmail (1)
gmail
Gmail (2)
sheets
β†’JSON
Google Sheets
New
Dist
MCP
🦞
Claude
n8n
Sheets
Sheets
Notion
Notion
Linear
Linear
Slack
Slack
Gmail
Gmail
Postgres
Postgres
sync from
Claude Code
Claude Code
🦞
OpenClaw
MCP
MCP
n8n
n8n
API
used by
View on desktop

Your data lives everywhere.
Your agents need it in one place.

PuppyOne ingests data from Notion, Slack, Gmail, Postgres, and more β€” cleans it, structures it, and serves it as files your agents can cat, grep, and ls.

Notion
Sheets
Repo
Gmail
Slack
Linear
Jira
DB
Airtable
Discord
Mongo
Cal
/CONTEXT
F
chat_logs
F
issues
F
tickets
M
wiki.md
J
data.json
J
emails.json
M
finance.md
F
/src

Version control for context.
Back up every agent modification.

Every change an agent makes to your context is automatically committed β€” full diff, agent identity, and timestamp. Deleted a file? Overwrote critical data? Roll back to any previous state in one click. Full history, zero data loss.

Cursor
a3f2c1
Manus
8e1d4a
Claude Code
c7b9e2
n8n
d4e5f6
‡ merge
OpenClaw
f1a8b3
OpenHands
2d9e7f
config/agents.jsonMOD
1 {
2 "agents": [
3βˆ’ { "model": "gpt-3.5" },
4+ { "model": "gpt-4o" },
5βˆ’ { "status": "beta" }
6+ { "status": "prod" },
7+ { "max_tokens": 4096 }
8 ]
9 }
+3βˆ’2Cursor

Auth for agents.
Set up in seconds.

Each agent connects through an Access Point β€” a scoped credential that defines what it can read, write, or never see. Agent A reads /finance. Agent B writes /docs.
Set it up in seconds. Revoke it in one click.

/SECURE_VAULT
F
chat_logs
F
issues
J
πŸ”’
api_keys.json
M
wiki.md
J
πŸ”’
data.json
J
πŸ”’
emails.json
M
πŸ”’
finance.md
TXT
πŸ”’
passwords.txt
DEV_ACCESS
FINANCE_READ
GUEST_PUBLIC
ADMIN_ROOT

Every action tracked.
Every change reversible.

Version Control

Branch, commit, diff

> git log --oneline
a3f2c1agent-b: update /docs
8e1d4aagent-a: add /finance/q3
c7b9e2merge: branch-dev
_

Audit Logs

Who did what, when

09:41OKclaude /finance
09:42NOguest /config
09:43OKgpt-4 /docs
09:44OKclaude /out
09:45OKgemini /src

Sandbox

Isolated execution

Rollback

Instant recovery

v1v2v3
RESTORE
/compare

How PuppyOne compares.

The only workspace that combines SaaS ingestion, multi-agent collaboration, and Git-style version control β€” built from day one for AI agents.

FEATURE
PuppyOne
Local FSVM / Mac mini
Dropbox
Obsidian
Notion
GitHub
E2BSandbox
SaaS Data Ingestion
Notion, Slack, Gmail, DB...
Bash / Shell Access
Local files
CLI
Multi-Agent Permissions
Version Control
Manual Git
Code only
Audit & Traceability
Commit log
Instant Rollback
30-day window
MCP Protocol
Plugin
Self-hosted
Supported
Not supported
/help/faq

System Documentation
& Common Issues

01What is PuppyOne?
PuppyOne is a file-based workspace built for AI agents. It ingests your scattered SaaS data into a unified file system, lets multiple agents collaborate with granular permissions, and tracks every change with Git-style version control. Think of it as the shared, versioned hard drive your agents never had.
02What data sources does it support?
Notion, Slack, Gmail, Google Sheets, Postgres, Linear, Jira, Airtable, MongoDB, and more. PuppyOne syncs your SaaS data, cleans it, and structures it as standard files β€” .json, .md, folders β€” that any agent can read and write via Bash, MCP, or API.
03How do multiple agents work together without conflicts?
Each agent gets an Access Point with precise permissions β€” Agent A reads /finance, Agent B writes /docs. Agents can work on isolated branches and merge changes when ready. No overwrites, no conflicts, full control over who sees what.
04How does version control work?
Every file change creates a commit. You can branch, diff, merge, and rollback β€” just like Git, but for your agent workspace. If an agent makes a mistake, restore any previous state instantly. Full history, full traceability.
05How do agents access the workspace?
Three ways: Bash (agents can cat, grep, ls files directly), MCP (native Model Context Protocol server for Claude, Cursor, etc.), and REST API. Use whichever fits your stack β€” or all three at once.
06Can I self-host this? Does data leave my VPC?
Yes. We offer a self-hosted Docker container for enterprise VPCs. Your data stays on your infrastructure. We only provide the control plane if needed. Full data sovereignty, zero lock-in.

Ready to BUILD
your agent workspace?