Back to OpenAgreements

Card snapshot

openagreements.ai · 2026-05-15 00:33:16 UTC · 64606587655ac8e8d4ed2ac3debc07f34e94457827de6a8c490bbff4d2c1bba3

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "OpenAgreements",
  "description": "Fill legal agreement templates (NDAs, SAFEs, cloud terms, employment) with field values. Returns signed-ready DOCX.",
  "url": "https://openagreements.org/api/a2a",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "OpenAgreements",
    "url": "https://openagreements.org"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "securitySchemes": {
    "none": {
      "type": "none"
    }
  },
  "security": [
    {
      "none": []
    }
  ],
  "skills": [
    {
      "id": "fill-template",
      "name": "Fill Legal Template",
      "description": "Accepts a template name and field values, returns a filled DOCX. Fills whatever fields are provided; missing fields render as blanks. Send a message/send with Part.data containing {\"skill\": \"fill-template\", \"template\": \"<template-id>\", \"values\": {\"field\": \"value\"}}."
    },
    {
      "id": "list-templates",
      "name": "List Available Templates",
      "description": "Returns the catalog of available legal templates with their field schemas, licenses, and attribution requirements. Send a message/send with Part.data containing {\"skill\": \"list-templates\"}."
    }
  ]
}