Current managed-agent routes for CRUD, wake, file inspection, browser session inspection, cloning, message history, and SSE-based agent interaction. Managed agent APIs live under /managed-agents.

Endpoint Areas

AreaEndpoints
Agent lifecycleGET /managed-agents, POST /managed-agents, GET /managed-agents/{id}, POST /managed-agents/{id}/wake, DELETE /managed-agents/{id}, POST /managed-agents/{id}/fork
File inspectionGET /managed-agents/{id}/file-content/{hash}, GET /managed-agents/{id}/file, GET /managed-agents/{id}/git-show
Browser session inspectionGET /managed-agents/{id}/browser-sessions
Conversation historyGET /managed-agents/{id}/messages
Interactive messagingPOST /managed-agents/{id}/messages

Notes

  • POST /managed-agents/{id}/messages streams events over text/event-stream in the current controller implementation.
  • Listing currently supports optional workspaceId, agentWorkspaceGroupId, search, page, and limit query parameters.
  • POST /managed-agents accepts an optional image field; if omitted, the server default MANAGED_AGENT_IMAGE is used.
  • The file and browser-session inspection routes are implemented in the current controller even though they may not yet appear in the generated API reference schema.