{
  "name": "RelayLaunch Agent-Bookable Recovery Profile",
  "version": "1.0",
  "description": "Describes the recovery options and endpoints for AI agents. This enables external AI agents to read, inspect, and draft/simulate recovery actions for the owner to approve.",
  "autonomy_level": "Level 1: Read-Only / Owner-Gate",
  "agent_endpoints": {
    "get_profile": "https://www.relaylaunch.com/.well-known/relay-recovery.json",
    "get_contract": "https://www.relaylaunch.com/recovery-loop-contract.json",
    "get_scoreboard": "https://www.relaylaunch.com/first-light/"
  },
  "read_endpoints": {
    "get_sample_receipt": "https://www.relaylaunch.com/s/sample"
  },
  "write_endpoints": {
    "propose_recovery_action": {
      "method": "POST",
      "url": "https://www.relaylaunch.com/api/v1/agent/propose-action",
      "description": "Allows external AI agents to propose a win-back draft for owner review. The proposed draft will land in the owner's Morning Brief as HOLD-by-default for manual approval.",
      "gated": true,
      "auth_type": "Bearer Token"
    }
  }
}
