{"service":"pinout.club","model":"no login, no accounts. a workspace is an id plus a capability you keep.","custody":{"custodial":true,"summary":"Funding creates a Hedera testnet account that this server holds the key to. It can only ever be swept back to the account you funded it from.","whileOpen":"The server can sign payments from this account on your behalf.","onClose":"The balance is returned to your account and the account is deleted.","notForMainnet":true,"maxTinybar":5000000000},"compute":"http://localhost:4021","routes":{"create":"POST /workspace","read":"GET /workspace/:id","run":"POST /workspace/:id/run","decide":"POST /workspace/:id/decide  (approve | deny | revise)","withdraw":"POST /workspace/:id/withdraw  (any time, even mid job)","chats":"POST|GET /workspace/:id/chats","chat":"GET /workspace/:id/chats/:chatId  (log, assets, artifacts, run)","chatRun":"POST /workspace/:id/chats/:chatId/run","chatFiles":"POST /workspace/:id/chats/:chatId/files","chatWallet":"GET /workspace/:id/chats/:chatId/wallet","fundDirect":"POST /workspace/:id/chats/:chatId/fund-direct  (no browser wallet)","chatWithdraw":"POST /workspace/:id/chats/:chatId/withdraw  (to any address)","chatClose":"POST /workspace/:id/chats/:chatId/close","close":"POST /workspace/:id/close","attach":"POST /workspace/:id/files","listFiles":"GET /workspace/:id/files","download":"GET /workspace/:id/files/:assetId","fund":"POST /workspace/:id/fund","events":"GET /workspace/:id/events  (SSE)"}}