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 - Autonomous Software Development - Create Capability - code-generation",
"nodes": [
{
"parameters": {},
"id": "25d1e0a2-e03f-4c91-8166-ed9b4f710dce",
"name": "Called by Domain Bootstrap",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
160,
300
]
},
{
"parameters": {
"operation": "create",
"name": "code-generation",
"description": "Capability for code generation in the autonomous software development workflow.",
"agent": "model-agent",
"agentVersion": "1.0.0",
"agentType": "model",
"modelPolicy": "autonomous-software-development-policy",
"modelPurpose": "code-generation",
"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": 102,
"timeoutSeconds": 300,
"maximumConcurrency": 4,
"tenantAllowlist": "",
"requiredRoles": "operator"
},
"id": "6eb2c0ed-daaa-4652-8b1a-7a9246935161",
"name": "Create Code Generation 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 Code Generation Capability",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"saveExecutionProgress": true
},
"versionId": "d180b546-4b0f-4bcf-a231-d2770ffadc2e",
"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 - Autonomous Software Development - Create Capability - code-generation. 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/02-autonomous-software-development/bootstrap/capabilities/03-create-code-generation.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 - test-generation. Uses executeWorkflowTrigger, n8n-nodes-autonomous-agent. Event-driven trigger; 2 nodes.