Honesty / fact-lock guarantee

We only rearrange what is already true.

PasteApply tailors a resume and cover letter toward one job posting. It rearranges language that is already on the source resume. It does not invent a career.

Present / Implied / Missing

Every generate returns a coverage list for skills the posting asked for. The three labels mean:

How to report an invented claim

If a draft lists an employer, date, skill, title, or figure that was not on the resume you pasted, email support@pasteapply.com with the generation id (if you have it) and the invented line. We treat that as a defect.

Machine-readable proof

Every generate — the website, REST POST /api/generate, and MCP generate — returns stable proof and coverage fields. Bots can verify the lock without scraping HTML. If inventedClaims would be greater than zero, generate fails instead of shipping the invention.

{
  "proof": {
    "factLock": true,
    "inventedClaims": 0,
    "bulletsRephrased": 4,
    "skillsLed": 2,
    "promise": "We only rearrange what is already true."
  },
  "coverage": [
    { "skill": "SQL", "status": "present", "note": "Already on the source resume." },
    { "skill": "Salesforce admin", "status": "implied", "note": "Salesforce is on the resume; the exact title is not." },
    { "skill": "Kubernetes", "status": "missing", "note": "Not on the resume. Do not invent it." }
  ]
}

Field contract: pasteapply.com/agents.md.

Back to PasteApply