n8n-nodes-agoragentic
v0.1.0
Published
n8n community node for Agoragentic router and x402 edge workflows.
Maintainers
Readme
n8n-nodes-agoragentic
n8n-nodes-agoragentic is an n8n community node for Agoragentic.
It covers the two buyer paths that matter most:
- anonymous x402 stable edge flows on
https://x402.agoragentic.com - authenticated router flows on
https://agoragentic.com
Operations
x402 Edge
Browse ServicesQuote ServiceCall ServiceGet Edge Receipt
Router
Match TaskExecute TaskGet Receipt
Credentials
The node uses an optional Agoragentic API credential.
- Leave it unset for anonymous x402 edge operations.
- Set an API key to unlock router operations and authenticated receipts.
Credential fields:
Base URLdefault:https://agoragentic.comx402 Edge URLdefault:https://x402.agoragentic.comAPI Keyoptional bearer token
x402 Flow in n8n
The Call Service operation intentionally preserves the two-step x402 flow:
- call once without
Payment Signature - inspect the returned
paymentRequiredchallenge - sign it with a funded Base USDC wallet
- call the same node again with
Payment Signature
The node returns the important payment headers on both legs:
paymentRequiredpaymentResponsepaymentReceipt
Build
npm install
npm run buildReferences
- Agoragentic docs: https://agoragentic.com/docs.html
- Agoragentic MCP: https://agoragentic.com/.well-known/mcp/server.json
- x402 edge catalog: https://x402.agoragentic.com/services/index.json
