{
  "service": "Shopped Sync Workspace Coordination",
  "version": "1.0.0",
  "endpoints": {
    "POST /workspace/sync": "Synchronize workspace state",
    "GET /workspace/state": "Get current workspace state",
    "GET /workspace/history": "Get workspace change history",
    "POST /agent/register": "Register a new agent",
    "POST /agent/update": "Update agent status",
    "GET /agents": "List all agents",
    "WebSocket /workspace?clientId=<id>": "Real-time workspace updates"
  },
  "documentation": "https://github.com/your-org/shopped-sync"
}