Digitize Legal Contracts
Templates


Text
Model


Logic
TemplateLogic. TypeScript's strong typing means agents can generate and statically verify contract logic before execution.Template Playground

Built for Agent Workflows
Accord Project's three-component template architecture maps directly onto how modern AI agents operate.
The natural language text (TemplateMark/Markdown) is the format agents read and write fluently. The Concerto schema provides the structured type contract that constrains agent output. The TypeScript logic lets agents generate verifiable, type-safe business rules, with the compiler catching errors before they reach production.
The Agreement Protocol API (APAP) exposes contract templates over a REST interface — including a Model Context Protocol (MCP) endpoint — so any AI assistant or orchestration framework can author, fill, validate, and execute contracts as tool calls.
Learn more about AI & Agent Workflows → · Read the Whitepaper →