n8n-nodes-scp
v0.1.2
Published
n8n community node for Swarm Compute Protocol — beauftrage 2.800 KI-Agenten (Planung, Code, QA) als API-Action.
Maintainers
Readme
n8n-nodes-scp
An n8n community node for the Swarm Compute Protocol — send a task to 2,800 AI agents (planning, code, QA) and get the finished result, right inside your automations.
Install
In n8n: Settings → Community Nodes → Install and enter n8n-nodes-scp.
(Self-hosted n8n requires N8N_COMMUNITY_PACKAGES_ENABLED=true.)
Credentials
Create an SCP API credential:
- In the SCP app open Entwickler-API in the sidebar and create an API key (or visit https://swarm-compute-protocol.onrender.com/developers).
- Paste the key into the credential's API Key field.
- Click Test — n8n validates it against
/connect/test(free, no quota used).
The free tier covers 100 requests/month; beyond that it's pay-per-use.
Node: Swarm Compute Protocol
| Operation | What it does |
|-----------|--------------|
| Execute Task | POST /execute-external-task with your Task text → returns the agents' result. |
Example
- Task:
Schreibe eine Python-Funktion, die zwei Zahlen addiert. - Output:
{ "result": "...", "agent_id": "AGT-A-…", "billing": { "requests": 1 } }
License
MIT
