
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
n8n-nodes-apiosk
Advanced tools
Use any x402 API from one n8n node.
Describe what you want in plain language. Apiosk finds the best available x402 endpoint for the job, fills in the required parameters, pays the provider from your connected wallet, and returns the result.
Your job → Apiosk → Result
No provider selection. No separate integrations. No API key setup for every service.
Give Apiosk a job such as:
Find the latest news about Nvidia
Or:
Get the current ETH price in USD
Or pass input from another n8n node:
{{ $json.chatInput }}
Apiosk searches the live x402 marketplace at runtime and selects an endpoint that can handle that specific request.
New x402 APIs can become available to your workflow without changing the workflow itself.
Add the Apiosk node, leave Authentication on Connect My Account, and click Connect my account on the credential. That opens the Apiosk buyer portal, where you pick a wallet, fund it and set the spending limits — and n8n collects the credential itself when you're done.
The token never appears on your screen and never travels through the browser: the portal hands it to the Apiosk gateway, and n8n's server exchanges a one-time code for it (OAuth 2.0 authorization code with PKCE).
The limits you set in the portal are the ones the gateway enforces on every call. This node cannot spend past them.
Switch Authentication to Connect Token and paste it into an Apiosk API credential. Same result — useful when your n8n can't reach the portal to do the round trip, or when the token came from somewhere else.
When the node runs, Apiosk:
Payment comes from the wallet connected to your Apiosk account.
The request succeeded.
The provider response is available at:
json.execution.body
The result can also include:
The request could not be completed.
For example:
The response explains what happened so you can route it to a fallback, retry flow, alert, or AI agent.
The more x402 APIs available, the more jobs the network can serve.
Want to become a managed Apiosk API provider?
Go to dashboard.apiosk.com and start adding your APIs.
Your spending limits are enforced by the Apiosk gateway, not by the n8n node.
The node cannot spend more than the limits you configure.
Apiosk uses an idempotency key so n8n retries do not accidentally pay twice for the same request.
If an API requires information that is missing from your job, Apiosk blocks the request before payment instead of inventing a value.
In n8n, go to:
Settings → Community Nodes → Install
Enter:
n8n-nodes-apiosk
After installation, search for Apiosk in the node picker.
npm install --ignore-scripts
npm run build
npm run lint
npm run verify
npm version patch
npm publish --access public
FAQs
N8n node that turns a plain-words job into a paid x402 API call
We found that n8n-nodes-apiosk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.