Templates
Save a field layout once. Send the same contract to new signers without re-detecting fields.
Save a template
- Upload a contract (dashboard or chat) and wait for detection.
- Fix fields and parties on the review page.
- Click Save as template and name it.
- Complete the signature ceremony at
/templates/{id}/signif your org requires it.
Templates live under Dashboard → Templates.
Send from dashboard
- Open Templates and pick a saved layout.
- Enter signer emails, names, and any prefill values.
- Send. Atlas clones the pinned fields.
Send from chat
Ask your agent to list templates and send one. Use plain language, not API paths.
List my Atlas templates. Send the NDA template to newhire@company.com with name New Hire. Share the review link if it is a draft. Tell me if it already sent.
With prefill:
Send my Atlas "Offer Letter" template to candidate@example.com. Prefill start date as March 1, 2026 and salary as $120,000. Share the review link.
Rules
- Do not pass
template_idonPOST /api/envelope. That returns 400. Use template send instead. - Role names on send must match the template signer roles.
- Bulk send (up to 50 rows) is available from Templates when enabled.
Developers
GET /api/templates/{id}for roles and prefill keysPOST /api/templates/{id}/sendwith matchingrole_namevalues- See OpenAPI for bulk send