Skip to content

Software Factory: Paperclip Integration

Close the loop: Plan, Build, Test, Verify, Ship — orchestrated through Paperclip with JWT auth.

Pipeline

PLAN ---> BUILD ---> TEST ---> VERIFY ---> SHIP
 CEO      Agent     CI/CD     Verifier    Paperclip
 Board    Chains    Pipeline  Agent       Heartbeat
                          (all JWT authenticated)

Authentication Tiers

TierTrust ModelTokenUse Case
1. LocalSame machineShort-lived JWT (48h)Local dev
2. CLIShell accessLong-lived API keyRemote agents
3. Self-registerAutonomousInvite URL to JWTOpenClaw agents

Quick Start

bash
cd paperclip
pnpm dev --bind lan
curl -sS http://127.0.0.1:3100/api/health | jq

Status

Paperclip's auth plan documents all 3 tiers. Tier 1 is partially implemented — env vars are passed but PAPERCLIP_API_KEY (JWT) needs to be added to the env injection. This is the last code change needed to close the factory loop.

FDSA Agency — Agentic Engineering Course. Part of the fdsa.ai orchestration platform.