This page covers the current public-host-compatible Paperclip plugin. It supports tools, sync, migration import, and manual prompt previews. It does not depend on automatic prompt-context injection hooks, run transcript import, or legacy workspace file import.
Install the Plugin
- In Paperclip, open
Instance Settings->Plugins. - Click
Install Plugin. - Enter
@honcho-ai/paperclip-honcho. - Complete the install from the Paperclip UI.
- Plugin download does not currently work on Windows because of a Paperclip host-side issue.
Quick Setup
Minimal Path
- Create a Paperclip secret containing the Honcho API key.
- For a local Honcho, use whatever credential your local startup expects &
honchoApiKeyis not needed.
- For a local Honcho, use whatever credential your local startup expects &
- Open the Honcho plugin settings page in Paperclip.
- If you are using Honcho Cloud, leave the deployment on the default cloud setting.
- If you are using a local Honcho instance, switch the deployment to
Self-hosted / localand sethonchoApiBaseUrl. - Set
honchoApiKey. - Save the settings.
- Run
Initialize Honcho memory.
honchoApiKey is the only field required for the standard setup path. The other settings already have defaults.
If you use a local Honcho deployment,
honchoApiBaseUrl must be reachable from the Paperclip host runtime. If Paperclip is running in Docker, localhost may not point at your machine.Multi-Agent Hierarchy
What Maps Where
Paperclip memory is organized around company, issue, and agent boundaries:- Company -> workspace: each Paperclip company maps to one Honcho workspace.
- Issue -> session: each Paperclip issue maps to one Honcho session inside that workspace.
- Humans and agents -> peers: human actors and Paperclip agents map to Honcho peers.
How Agent Observation Works
The current plugin gives agent peers explicit observation settings:observe_medefaults totrueobserve_othersdefaults totrue
How It Works
Identity And Scope
The integration breaks down into four parts:- Identity and scope - each Paperclip company maps to a Honcho workspace, agents and human actors map to peers, and issues map to sessions.
- What gets copied into Honcho - issue comments and document revisions sync into Honcho, with document content sectioned and normalized message content capped before ingestion.
- What operators get - operators get a plugin settings page, migration preview/status data, including a per-issue migration mapping preview, repair tools, and an issue-level
Memorytab. - What agents get - agents get Honcho retrieval and peer-chat tools inside Paperclip.
Operator Actions
The settings page exposes the main operator workflow directly:Configuration Defaults And Overrides
Default Behavior
The plugin also accepts additional advanced fields in the settings page, including noise-pattern and metadata-strip controls. Most setups can ignore those and start with the defaults above.
Agent Tools
The plugin registers the following Honcho tools for Paperclip agents:Next Steps
Paperclip-Honcho Repository
Open the repository for source and setup details.
Honcho Architecture
Review how workspaces, peers, and sessions fit together.
Representation Scopes
Review how
observe_me and observe_others change what peers can model.