Key terms in e-signatures, document signing, and AI agent infrastructure — explained for developers.
Electronic Signature (E-Signature)
An electronic indication of a person's intent to agree to the content of a document. It can take many forms: a typed name, a drawn signature, a click-to-agree button, or a cryptographic digital signature.
ESIGN Act
The Electronic Signatures in Global and National Commerce Act (ESIGN, 2000) is a US federal law that grants electronic signatures and electronic records the same legal validity as paper signatures and documents.
eIDAS Regulation
The EU regulation on electronic identification and trust services (eIDAS, 2014) establishes a legal framework for electronic signatures, seals, timestamps, and delivery services across all EU member states.
Digital Certificate (Signing Certificate)
A cryptographic document that verifies the integrity and authenticity of a signed document. In e-signing, it typically includes a hash of the document content, timestamps, signatory information, and verification methods.
SHA-256
A cryptographic hash function that produces a fixed 256-bit (32-byte) output from any input. Used in e-signing to create tamper-proof document fingerprints that verify document integrity.
Model Context Protocol (MCP)
An open standard developed by Anthropic that enables AI agents to connect to external tools and data sources through a standardised interface. MCP servers expose capabilities that AI models can discover and use.
Qualified Electronic Signature (QES)
The highest tier of electronic signature under the EU eIDAS Regulation. A QES is created using a qualified signature creation device and based on a qualified certificate issued by a trusted service provider. It has the legal equivalent of a handwritten signature.
API Key
A unique identifier used to authenticate requests to an API. In e-signature APIs, the API key identifies the sender and bypasses manual email verification.
Audit Trail
A chronological record of all actions taken on a document, including who signed, when they signed, from what IP address, and how their identity was verified.
Digital Signature
A specific type of electronic signature that uses public-key cryptography to verify the signer's identity and ensure the document has not been tampered with. More secure than a standard electronic signature.
Wet Signature
A traditional handwritten signature made with pen and ink on a physical document. Called 'wet' because the ink needs to dry. Still required for certain legal documents.
Click-Wrap Agreement
An agreement formed when a user clicks an 'I agree' button or checkbox. Common in software installations, SaaS terms, and app downloads. A type of electronic signature.
Public Key Infrastructure (PKI)
A framework for managing digital certificates and public-key encryption. PKI enables secure electronic communication and digital signature verification.
Trusted Timestamping
The process of securely recording the date and time when a document was signed, using a trusted third party. Proves that a document existed and was signed at a specific moment.
Advanced Electronic Signature (AES)
The middle tier of electronic signature under eIDAS. An AES is uniquely linked to the signatory, capable of identifying them, and linked to the data so any change is detectable.
Document Hash
A fixed-length cryptographic fingerprint of a document's contents. If any byte of the document changes, the hash changes completely. Used to detect tampering.
Signing Ceremony
The complete process a signer goes through to sign a document electronically: receiving the document, reviewing it, choosing a signature style, and applying their signature.
One-Time Password (OTP) Verification
A method of verifying a signer's identity by sending a temporary code to their email address. The signer must enter the code to proceed with signing.
Markdown
A lightweight text formatting language that uses simple syntax (# for headings, ** for bold) to structure documents. Used by Signbee to create contracts without a visual editor.
UETA (Uniform Electronic Transactions Act)
A US state-level law that provides the legal framework for electronic signatures and records. Adopted by 49 states (all except New York, which has its own equivalent).
Electronic Communications Act 2000 (ECA)
UK legislation that gives electronic signatures legal admissibility in court proceedings. Establishes that electronic signatures can be used as evidence.
REST API
Representational State Transfer API. An architectural style for web services that uses standard HTTP methods (GET, POST, PUT, DELETE) to perform operations on resources.
Agent Skill
A packaged capability that AI coding agents can install and use. Unlike MCP servers which provide tools, Agent Skills provide knowledge and instructions that modify agent behaviour.
llms.txt
A proposed convention for websites to publish machine-readable content at /llms.txt. Provides structured information about a service specifically for large language models and AI agents.
Generative Engine Optimization (GEO)
The practice of optimizing content and technical infrastructure so that AI search engines (ChatGPT, Perplexity, Claude) recommend your product. The AI-era equivalent of SEO.
PDF URL (Bring Your Own PDF)
A feature that allows you to send an existing PDF document for e-signature by providing its URL, instead of generating a PDF from markdown content.