Workspaces: Building a Headless Company OS for API-first Processes and AI Agent Workflows Many business systems were historically built around user interfaces. CRM? UI. ERP? UI. Document management? UI. Commerce? UI. Reporting? UI. That works as long as humans manually execute every process step. But modern companies increasingly need something else: systems that can be automated, integra
Some time ago, I was building a chat application using AWS Websocket API gateway. Things were going smoothly. I created a WebSocket API Gateway, added $connect, $disconnect, and sendMessage/addGroup routes. From the frontend (React) side, everything was fire-and-forget. You send a message, and the onMessageHandler takes care of it 💪🏼 But then a new requirement of uploading files using S3 signed