Agents APIEndpoints for creating, reading, updating, and deleting agents.GET/api/v1/agentsList all registered agents with optional filtering by tag, status, or model.POST/api/v1/agentsRegister a new agent with model, prompt, and tool configuration.GET/api/v1/agents/:idGet full details of a specific agent by ID.PUT/api/v1/agents/:idUpdate an agent configuration. Creates a new version.DELETE/api/v1/agents/:idArchive an agent (soft delete). Can be restored later.PreviousAPI OverviewNextRuntime API