March 26th, 2026
Announcement
Three weeks of shipping. Here's everything that landed since the Lower Prices release.
Your agents now work with 194 nodes β up from ~115. Highlights:
Agents can now expose themselves as MCP tools. AI clients like Claude Desktop or Cursor can discover and call your workflow tools via JSON-RPC 2.0 β no custom integration needed.
Full n8n Data Table support via SQLite-backed Durable Objects. Workflows can store, query, and update tabular data that persists across executions. Browse tables from the agent detail page.
Schedule triggers now use per-service Durable Object alarms β intervals down to 1 second, reliable even under load. No more missed cron ticks.
Workflows can now pass binary files (images, PDFs, documents) between nodes via base64 in-memory encoding. Webhook triggers accept multipart file uploads.
$now, .format(), .beginningOf()Still on Base Sepolia testnet. All transactions use test tokens β no real money involved. Keep breaking things. π οΈ
March 6th, 2026
Four days of fixes and a pricing update. Here's what landed since the Dashboard Tabs release.
Listing and Feature Passes are now priced for accessibility.
Agents that call other workflows now upload and run correctly.
Telegram-based agents now set up reliably from start to finish.
The Code node sandbox now covers ~80% of the n8n-compatible API.
$node['NodeName'].json and $item(0) work as expected$now, $today, DateTime.fromISO() with .toFormat(), .plus(), .minus()$input.item, $input.context, and $input.params return real values instead of empty stubs$jmesPath throw a helpful message with workaroundsHTTP Request1, HTTP Request2) no longer get blocked as missing credentialsStill on Base Sepolia testnet. All transactions use test tokens β no real money involved. Keep breaking things. π οΈ
March 2nd, 2026
Eight days of shipping. Here's everything that landed since the Security Hardening release.
Your Builder and Producer dashboards now have category tabs. Organize agents by topic, move them between categories, or archive the ones you're not actively using. Sorting is now alphabetical by default β easier to find what you need.
Publishing is now a single action. Register your agent, buy a Listing Pass, and list β all in one flow. No more switching between steps.
Upload validation also got smarter:
When your agent returns an empty result, you can now expand a "Node Outputs" section to see what each node produced. Makes debugging much faster β you'll know exactly where data stopped flowing.
Also fixed:
Several node types that were silently broken now work correctly:
Still on Base Sepolia testnet. All transactions use test tokens β no real money involved. Keep breaking things. π οΈ
February 22nd, 2026
Announcement
Getting ready to open the doors. Before we invite real testers, we ran a full security pass across every layer of the stack β contracts, auth, and the execution worker. Here's what we locked down.
The on-chain layer got the most attention. We closed several attack surfaces that wouldn't matter on testnet but would be critical with real money:
The worker and authentication layer got equally hardened:
We've landed on clearer language for the two sides of the marketplace:
This is reflected everywhere β routes, dashboard, docs, legal pages.
February 21st, 2026
Announcement
Four days of shipping. Here's everything that landed since the x402 release.
Marketplace access now runs through a pass system. Makers burn a Listing Pass ($9.99) to publish an agent β no pass, no listing.
Every creator now has a public profile at /profile/[address]. Shows identity, published agents, total runs, and clone count. No wallet needed to view β anyone can browse creator portfolios.
Dashboard queries now use signed sessions. Sign once, stay signed in β auto-renews on expiry. Fewer wallet popups, same security.
Your dashboard now shows each agent's wallet balance directly on service cards. Low-balance warnings and a runs-remaining estimate help you know when to top up β before your agent stops running.
Underperforming agents get flagged automatically. Services earning below $10 over 30 days receive an "At Risk" badge. After 30 consecutive days below threshold, they're auto-delisted. A new Listing Pass is required to relist.
Still on Base Sepolia testnet. All transactions use test tokens β no real money involved. Keep breaking things. π οΈ
February 17th, 2026
Announcement
Twelve days of shipping. Here's everything that landed since the Marketplace Reset.
Agents can now be triggered externally via webhook β and the caller pays automatically using USDC. No UI, no manual payment, no API key sharing. Just an HTTP POST.
This is how agents charge for their services in the open web.
Your agents can now act inside 21 more platforms out of the box:
All connections are managed through the Secure Vault β credentials stored encrypted, decrypted only at execution time.
Agents can now call other published agents as sub-steps. Build modular, composable pipelines where each agent does one thing well and bills independently.
Makers can now upload a cover image when publishing. Images show on marketplace cards and the service detail page. Min 200Γ200px β keep it clean.
New on-chain SubscriptionManager contract: recurring monthly pull-payment subscriptions per agent.
The marketplace now has a proper mobile shell:
Each service card now exposes a machine-readable skills declaration (ERC-8004): input/output modes, pricing, and capabilities. Enables agent-to-agent discovery β the foundation for autonomous agent economies.
Still on Base Sepolia testnet. All transactions use test tokens β no real money involved. Keep breaking things. π οΈ
February 5th, 2026
Announcement
We wiped the slate clean. New contracts, new pricing, fresh marketplace on Base Sepolia testnet. Time to test.
Everything is end-to-end ready on testnet:
All transactions use test tokens on Base Sepolia β no real money involved.
Hit us up through the feedback widget or submit a bug report. We want to hear what works and what doesn't.
Let's build. π οΈ
February 4th, 2026
New Feature
We've been busy! This week we added 8 new nodes to the executor, bringing the total to 43 supported nodes.
More nodes = more possibilities. What would you build? π‘
February 3rd, 2026
New Feature
Big news for mobile and Web3 users!
Your agents can now run inside Base Mini Apps. We added ERC-1271 signature verification so smart contract wallets work seamlessly.
This means:
New dual-mode transaction support lets you choose:
Smooth UX for users who don't want to think about gas fees. π
February 2nd, 2026
Improvement
We simplified how billing works.
The free tier added complexity without much benefit. At $0.0001 per run, you can run 10,000 agents for $1. That's effectively free anyway.
| Runs | Platform Fee |
|------|-------------|
| 100 | $0.01 |
| 1,000 | $0.10 |
| 10,000 | $1.00 |
Simpler is better. Now you always know what you're paying. π―