The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Autonomous Agent - Document Processing - Create Capability - information-extraction",
"nodes": [
{
"parameters": {},
"id": "0a85b227-9d94-4190-9ba4-e32554b9c11d",
"name": "Called by Domain Bootstrap",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
160,
300
]
},
{
"parameters": {
"operation": "create",
"name": "information-extraction",
"description": "Capability for information extraction in the document processing workflow.",
"agent": "model-agent",
"agentVersion": "1.0.0",
"agentType": "model",
"modelPolicy": "document-processing-policy",
"modelPurpose": "information-extraction",
"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": 101,
"timeoutSeconds": 300,
"maximumConcurrency": 4,
"tenantAllowlist": "",
"requiredRoles": "operator"
},
"id": "84caca78-4fee-461d-a3f3-149a3c35ef2a",
"name": "Create Information Extraction 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 Information Extraction Capability",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"saveExecutionProgress": true
},
"versionId": "8133c300-3e6f-4292-aefb-47bd186f55a3",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
autonomousAgentApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Autonomous Agent - Document Processing - Create Capability - information-extraction. Uses executeWorkflowTrigger, n8n-nodes-autonomous-agent. Event-driven trigger; 2 nodes.
Source: https://github.com/MustiSquare/n8n-with-autonomous-agent-platform-demo/blob/main/workflows/03-document-processing/bootstrap/capabilities/02-create-information-extraction.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Autonomous Agent - Incident Response - Create Capability - incident-root-cause-analysis. Uses executeWorkflowTrigger, n8n-nodes-autonomous-agent. Event-driven trigger; 2 nodes.
Autonomous Agent - Incident Response - Create Capability - production-remediation-plan. Uses executeWorkflowTrigger, n8n-nodes-autonomous-agent. Event-driven trigger; 2 nodes.
Autonomous Agent - Autonomous Software Development - Create Capability - requirements-analysis. Uses executeWorkflowTrigger, n8n-nodes-autonomous-agent. Event-driven trigger; 2 nodes.
Autonomous Agent - Autonomous Software Development - Create Capability - software-architecture. Uses executeWorkflowTrigger, n8n-nodes-autonomous-agent. Event-driven trigger; 2 nodes.
Autonomous Agent - Autonomous Software Development - Create Capability - code-generation. Uses executeWorkflowTrigger, n8n-nodes-autonomous-agent. Event-driven trigger; 2 nodes.