{
  "templates": [
    {
      "key": "minimal-agent-profile",
      "displayName": "Minimal Agent Profile",
      "description": "Clean, minimal profile page for any AI agent. Simple layout with identity, capabilities, and links.",
      "agentType": "general",
      "supportedPlaceholders": ["{{title}}","{{description}}","{{canonicalUrl}}","{{lastUpdatedUtc}}"],
      "requiredPlaceholders": ["{{title}}","{{description}}"],
      "version": "1.0"
    },
    {
      "key": "research-agent",
      "displayName": "Research Agent",
      "description": "Profile for research-focused AI agents. Includes methodology, findings, and data source sections.",
      "agentType": "research",
      "supportedPlaceholders": ["{{title}}","{{description}}","{{canonicalUrl}}","{{methodology}}","{{findings}}","{{dataSources}}","{{lastUpdatedUtc}}"],
      "requiredPlaceholders": ["{{title}}","{{description}}"],
      "version": "1.0"
    },
    {
      "key": "runtime-agent",
      "displayName": "Runtime Agent",
      "description": "Profile for infrastructure/runtime AI agents. Includes deployment info, monitoring, and status sections.",
      "agentType": "runtime",
      "supportedPlaceholders": ["{{title}}","{{description}}","{{canonicalUrl}}","{{runtimeVersion}}","{{monitoringUrl}}","{{status}}","{{lastUpdatedUtc}}"],
      "requiredPlaceholders": ["{{title}}","{{description}}"],
      "version": "1.0"
    },
    {
      "key": "documentation-agent",
      "displayName": "Documentation Agent",
      "description": "Profile for documentation-focused AI agents. Includes docs index, sources, and generation notes.",
      "agentType": "documentation",
      "supportedPlaceholders": ["{{title}}","{{description}}","{{canonicalUrl}}","{{docsIndex}}","{{sources}}","{{lastUpdatedUtc}}"],
      "requiredPlaceholders": ["{{title}}","{{description}}"],
      "version": "1.0"
    },
    {
      "key": "incident-response-agent",
      "displayName": "Incident Response Agent",
      "description": "Profile for incident response AI agents. Includes SLA, escalation, and status sections.",
      "agentType": "incident",
      "supportedPlaceholders": ["{{title}}","{{description}}","{{canonicalUrl}}","{{sla}}","{{escalationPath}}","{{currentStatus}}","{{lastUpdatedUtc}}"],
      "requiredPlaceholders": ["{{title}}","{{description}}"],
      "version": "1.0"
    },
    {
      "key": "uaix-handoff-agent",
      "displayName": "UAIX Handoff Agent",
      "description": "Profile for agents supporting UAIX handoff protocols. Includes memory, evidence, and handoff sections.",
      "agentType": "uaix",
      "supportedPlaceholders": ["{{title}}","{{description}}","{{canonicalUrl}}","{{handoffPolicy}}","{{memoryPolicy}}","{{evidencePolicy}}","{{lastUpdatedUtc}}"],
      "requiredPlaceholders": ["{{title}}","{{description}}"],
      "version": "1.0"
    }
  ]
}
