Document template · generic.facilities.visitor_nda
Visitor NDA
- Render-verified
- Legal-sensitive
- Version 1.0.0
One-page reception-desk NDA signed by a visitor before being granted access to confidential areas of a host site. Unilateral (visitor towards host). Standard four-exception carve-outs consistent with common European and US unilateral-NDA practice. In the EU, confidentiality obligations sit alongside the Trade Secrets Directive (EU) 2016/943 (art. 2 definition).
JSON Schema
Fields in this template
Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 16 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| host_entity | Required | object | |
| host_entity.name | Required | string | |
| host_entity.address | Required | string | |
| visitor | Required | object | |
| visitor.name | Required | string | |
| visitor.organisation | Required | string | |
| visitor.purpose_of_visit | Required | string | |
| visit_date | Required | date | |
| confidential_information_definition | Required | string | |
| obligations | Required | array of string | |
| term_years | Required | integer | |
| exceptions | Required | array of string | |
| governing_law | Required | string | |
| signatory_visitor | Required | object | |
| signatory_visitor.name | Required | string | |
| signatory_visitor.date | Required | date |
POST /render
Generate it
One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.
curl -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "generic.facilities.visitor_nda",
"data": { ... },
"options": {"language": "en"}
}' -o visitor-nda.pdf Frequently asked questions
What is “Visitor NDA”?
One-page reception-desk NDA signed by a visitor before being granted access to confidential areas of a host site. Unilateral (visitor towards host). Standard four-exception carve-outs consistent with common European and US unilateral-NDA practice. In the EU, confidentiality obligations sit alongside the Trade Secrets Directive (EU) 2016/943 (art. 2 definition). On papii this document is available as template generic.facilities.visitor_nda: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Visitor NDA with AI?
Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.
Is the Visitor NDA template legally compliant?
This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.