{
  "product": "RadTask",
  "url": "https://radtask.ai",
  "vendor": "Sureel",
  "summary": "AI agent cockpit that performs your tasks autonomously on reversible work and requires human approval before any irreversible action.",
  "mcp_endpoint": "https://radtask.ai/api/mcp",
  "mcp_transport": "streamable-http",
  "tools": ["create_task", "list_tasks", "complete_task"],
  "safety_model": {
    "principle": "autonomous on reversible work, asks first on anything irreversible or risky",
    "human_in_the_loop_required_for": [
      "spending money",
      "sending email or messages",
      "deleting data",
      "touching production systems",
      "publishing or posting publicly",
      "contacting third parties"
    ],
    "classification": "every task is classified before execution; risky tasks are held for one-tap human approval with the agent's plan shown",
    "trust_metric": "zero unsupervised destructive actions"
  },
  "honesty": "Pre-launch. A tool with a safety design, not a guarantee. No claim of zero errors.",
  "contact": "https://radtask.ai/#waitlist"
}
