{
  "name": "Rynko",
  "description": "Document generation and AI output validation platform. Design templates, generate PDFs and Excel files, validate AI agent outputs with deterministic business rules.",
  "url": "https://www.rynko.dev",
  "version": "1.0.0",
  "provider": {
    "organization": "Delivstat Technology Solutions",
    "url": "https://www.rynko.dev"
  },
  "documentationUrl": "https://docs.rynko.dev",
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json", "application/pdf", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "document-generation",
      "name": "Document Generation",
      "description": "Generate PDF and Excel documents from templates with variable data. Supports custom fonts, charts, tables, QR codes, and 28+ component types.",
      "tags": ["pdf", "excel", "document", "template", "generation"],
      "examples": ["Generate an invoice PDF from template", "Create an Excel report with charts"],
      "inputModes": ["application/json"],
      "outputModes": ["application/pdf", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]
    },
    {
      "id": "flow-validation",
      "name": "AI Output Validation (Flow)",
      "description": "Validate AI agent outputs against JSON schemas and deterministic business rules. Supports lookup tables, human-in-the-loop approval, and webhook delivery.",
      "tags": ["validation", "ai", "agent", "rules", "compliance"],
      "examples": ["Validate a trade document against HS code lookup tables", "Check agent output against business rules"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "extract",
      "name": "AI Data Extraction",
      "description": "Extract structured data from PDFs, images, Excel, and CSV files using AI. Schema-driven extraction with per-field confidence scores.",
      "tags": ["extraction", "ocr", "ai", "pdf", "document"],
      "examples": ["Extract invoice data from a PDF", "Parse a spreadsheet into structured JSON"],
      "inputModes": ["application/pdf", "image/png", "image/jpeg", "text/csv", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],
      "outputModes": ["application/json"]
    }
  ],
  "authentication": {
    "schemes": ["Bearer"]
  }
}
