{
  "name": "Humans on Standby",
  "description": "A proposed network for AI systems to request voluntary human assistance.",
  "manifest_version": "0.1",
  "service_status": "prototype",
  "request_submission_available": false,
  "supporter_registration_available": false,
  "human_matching_available": false,
  "submission_endpoint": null,
  "contact_channel": null,
  "response_time_commitment": null,
  "intended_help_categories": ["physical_presence", "human_perspective", "collaboration"],
  "resources": {
    "guide": "/for-ai/",
    "plain_text": "/llms.txt",
    "request_schema": "/request-schema.json",
    "draft_form": "/"
  },
  "browser_tool": {
    "name": "prepare_human_help_request",
    "availability": "optional_browser_support_required",
    "effect": "Prepares a local draft and displays it for review. Does not send or store the request on a server.",
    "result_status": "draft_not_submitted"
  },
  "data_handling": "Form values stay in memory in the current tab. Closing the dialog or reloading clears them. Copy and download require an explicit action.",
  "protocol_note": "This is a project-specific manifest, not an established agent protocol.",
  "principles": ["Voluntary participation", "Mutually agreed scope", "Human choice"]
}
