{
  "name": "Autonomous Agent - Document Processing - Create Capability - document-classification",
  "nodes": [
    {
      "parameters": {},
      "id": "f666a934-a7a3-40df-9b13-4a4c05b1fb57",
      "name": "Called by Domain Bootstrap",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "typeVersion": 1,
      "position": [
        160,
        300
      ]
    },
    {
      "parameters": {
        "operation": "create",
        "name": "document-classification",
        "description": "Capability for document classification in the document processing workflow.",
        "agent": "model-agent",
        "agentVersion": "1.0.0",
        "agentType": "model",
        "modelPolicy": "document-processing-policy",
        "modelPurpose": "document-classification",
        "inputModalities": [
          "text"
        ],
        "inputSchema": "{\n  \"type\": \"object\",\n  \"additionalProperties\": true\n}",
        "outputSchema": "{\n  \"type\": \"object\",\n  \"additionalProperties\": true\n}",
        "sideEffect": "none",
        "approvalRequired": false,
        "enabled": true,
        "priority": 100,
        "timeoutSeconds": 300,
        "maximumConcurrency": 4,
        "tenantAllowlist": "",
        "requiredRoles": "operator"
      },
      "id": "050144a4-a5e9-4fe0-b0fc-a656c4b72fb7",
      "name": "Create Document Classification Capability",
      "type": "n8n-nodes-autonomous-agent.autonomousAgentCapability",
      "typeVersion": 1,
      "position": [
        420,
        300
      ],
      "credentials": {
        "autonomousAgentApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Called by Domain Bootstrap": {
      "main": [
        [
          {
            "node": "Create Document Classification Capability",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "saveManualExecutions": true,
    "saveExecutionProgress": true
  },
  "versionId": "0dab5348-1133-494d-8463-6683f6f6b9d2",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}