AgentSea Agent REST API
HTTP surface exposed by the AgentSea NestJS module (@lov3kaizen/agentsea-nestjs) when enableRestApi/enableWebSocket are set. Documented operations are GET /agents, GET /agents/:name, POST /agents/:name/execute, POST /agents/:name/stream (Server-Sent Events), and DELETE /agents/:name/conversations/:id, plus a Socket.IO gateway on the /agents namespace with execute / getAgent / listAgents events. Self-hosted: the host is the consumer's own deployment, so the base is templated rather than vendor-operated.