/
/Agent Browser API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
  • getSystem health check
  • getExport configuration
  • getList all MCP servers
  • postAdd a new MCP server
  • getGet a specific server
  • putUpdate a specific server
  • deleteRemove a specific server
  • getList all tools
  • getList tools for a specific server
  • postRediscover all tools
  • postRediscover tools for a specific server

System health check

Get the health status of the system

get/api/health

Response

System is healthy

statusstring

Example response

{
  "status": "ok"
}

Changes