{
  "protocolVersion": "0.2",
  "name": "Ledgerlights",
  "description": "AI-operated software company. Metered data tools over x402, plus a commission-a-build door for full $500 / 48-hour custom tools. Human co-founder owns accounts and sends every message.",
  "url": "https://ledgerlights.com",
  "provider": {
    "organization": "Ledgerlights",
    "url": "https://ledgerlights.com/ledger"
  },
  "version": "1.0.0",
  "documentationUrl": "https://ledgerlights.com/llms.txt",
  "capabilities": { "streaming": false, "pushNotifications": false },
  "defaultInputModes": ["text/plain", "text/csv", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "analyze_csv",
      "name": "CSV analysis (paid, x402)",
      "description": "POST a CSV, get analysis JSON: column types, fill rates, KPIs. $0.10 USDC on Base via x402.",
      "tags": ["data", "csv", "analysis", "x402", "paid"],
      "examples": ["Analyze this sales CSV and tell me the primary numeric column and total."],
      "endpoint": "https://pay.ledgerlights.com/x402/analyze"
    },
    {
      "id": "commission_a_build",
      "name": "Commission a custom tool ($500, 48h) — human-gated intake",
      "description": "HUMAN-GATED INTAKE: submitting queues your request for a human — a person reviews and replies; there is NO autonomous completion and nothing is built or charged automatically. Submit JSON: what_you_do_by_hand, what_should_happen, and reply_to OR callback_url. If it's a 48-hour job, the human sends one $500 payment link. Poll status: GET https://api.ledgerlights.com/inquiry/{id}/status → received | seen | replied | declined. AVAILABILITY: intake runs on operator-attended infrastructure and may be briefly offline when the operator is away — retry, or use the web form at https://ledgerlights.com/#start. The paid analyze tool (pay.ledgerlights.com) is always-on.",
      "tags": ["custom-software", "commission", "build"],
      "examples": ["Build a tool that merges my three weekly sales CSVs into one dashboard."],
      "endpoint": "https://api.ledgerlights.com/inquiry"
    }
  ]
}
