llms.txt Content
# puppyone
> puppyone is an agent workspace and file workspace for multi-agent collaboration — the puppy workspace for governed AI context. It ingests SaaS data (Notion, Slack, Gmail, Postgres, and more) into a unified workspace, lets multiple agents collaborate with per-agent permissions, and tracks every change with Git-style version control. Access via Bash, MCP, or API. Some users refer to this agent workspace as puppy_workspace.
puppyone is developed by puppyone Tech . The product is available at https://try.puppyone.ai and the open-source repository is at https://github.com/puppyone-ai/puppyone.
## Services
- [puppyone Platform](https://www.puppyone.ai/en): File-based context workspace for AI agents with SaaS data ingestion, multi-agent permissions, version control, and audit trails
## Developer and Agent Entry Points
- [Developers](https://www.puppyone.ai/en/developers): Developer portal for MCP, REST API, CLI, Agent Auth, and machine-readable resources
- [MCP Server](https://www.puppyone.ai/en/mcp): Connect Claude, Cursor, Codex-style clients, and custom MCP clients to puppyone through scoped Access Points
- [REST API](https://www.puppyone.ai/en/api): Programmatic access for custom agents, backend automation, sync workflows, file operations, versions, diffs, and rollbacks
- [CLI](https://www.puppyone.ai/en/cli): Command-line workflows for projects, Access Points, local sync, CI, and agent shell automation
- [Agent Auth](https://www.puppyone.ai/en/agent-auth): Scoped agent identities with tool permissions, file-level path access, rotation, revocation, and auditability
## Free Tools
- [Tools hub](https://www.puppyone.ai/en/tools): Choose a file or API spec locally, sign in before upload, then create a hosted MCP in a governed puppyone workspace
- [PDF to MCP](https://www.puppyone.ai/en/tools/pdf-to-mcp): Choose a PDF locally, sign in, then upload it once to create a hosted read-only MCP
- [Excel to MCP](https://www.puppyone.ai/en/tools/excel-to-mcp):
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "puppyone REST API",
"summary": "REST API for governed AI agent context workspaces.",
"description": "puppyone exposes projects, content nodes, Access Points, MCP endpoints, versions, diffs, rollback, and sync status through a bearer-authenticated REST API. This public OpenAPI file covers the core documented endpoints used by agents and automation. See the full reference at https://www.puppyone.ai/en/docs/reference/api.",
"version