{"name":"cf-agent-app","version":"1.0.0","description":"Cloudflare Agent Workspace - Shell execution environment","endpoints":{"POST /session":"Create a new session (body: {sessionId?})","GET /fs/read?path=&sessionId=":"Read file content","GET /fs/readDir?path=&sessionId=":"List directory contents","GET /fs/stat?path=&sessionId=":"Get file/directory stats","POST /fs/write":"Write file (body: {path, content, sessionId})","POST /fs/mkdir":"Create directory (body: {path, sessionId})","DELETE /fs/delete?path=&sessionId=":"Delete file or directory","POST /exec":"Execute command (body: {command, cwd?, env?, timeoutMs?, sessionId})"}}