Documentation Index
Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt
Use this file to discover all available pages before exploring further.
What is the Paperclip plugin?
Paperclip is an agent harness for running AI workflows. The BossMode Paperclip plugin connects your Paperclip environment to BossMode’s operational context — standing orders, buyer profiles, signal feed, and Guardian state — so your Paperclip agents have business context on every run.Installation
Configuration
Add to your Paperclip config:What gets injected
WhencontextOnInit: true, the plugin fetches your BossMode context on agent initialization and injects:
- Standing orders as system prompt rules
- Buyer profiles as context for audience-facing tasks
- Current Guardian state as execution constraints
- Active signals as business intelligence
Usage in Paperclip agents
Once the plugin is loaded, reference BossMode context in your agent prompts:Logging back to BossMode
Moves executed via Paperclip can be logged to the BossMode audit feed:Requirements
- Paperclip v0.8.0 or higher
- BossMode Pro account
BOSSMODE_API_TOKENenvironment variable set