{"library":"paperclipai","title":"Paperclip CLI","description":"Paperclip CLI is a robust command-line interface designed for orchestrating and managing teams of AI agents to automate and run business operations. Currently at version 2026.416.0, the project demonstrates a rapid development and release cadence, with multiple significant updates often occurring within weeks. Its key differentiators include a modern chat-style interface for managing agent issues, flexible multi-stage execution policies, comprehensive features for importing and exporting entire 'agent companies,' and a powerful plugin framework with an accompanying SDK for extensibility. Paperclip CLI integrates seamlessly with a wide array of popular AI models and CLIs, such as Google Gemini, Cursor, OpenCode, Pi, Claude Code, and Codex, providing a unified platform for deploying and overseeing diverse AI-driven workflows.","language":"javascript","status":"active","last_verified":"Thu Apr 23","install":{"commands":["npm install paperclipai"],"cli":{"name":"paperclip","version":null}},"imports":["import { PaperclipAgent } from '@paperclip/sdk';","import type { IssuePolicy } from '@paperclip/sdk/types';","import { CompanyExporter } from '@paperclip/sdk/cli-utils';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npx paperclipai company create --name \"MyAICompany\" --template \"default\"\nnpx paperclipai agent add --company \"MyAICompany\" --name \"ContentCreator\" --model \"gemini-pro\"\nnpx paperclipai issue create --company \"MyAICompany\" --agent \"ContentCreator\" --title \"Draft Blog Post on AI Trends\" --description \"Generate a 1000-word blog post about the latest trends in AI, focusing on LLMs and ethical considerations. Include relevant keywords and a call to action.\"\nnpx paperclipai dashboard","lang":"bash","description":"This quickstart demonstrates how to initialize a new AI agent company, add a 'ContentCreator' agent utilizing the 'gemini-pro' model, assign it a task (creating a blog post), and then launch the Paperclip dashboard to monitor its progress and interactions.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}