July 19th, 2026
Google, Microsoft, Slack and friends now request the right permissions the first time. "Test connection" actually tests. Connected accounts show their real status. Vault errors tell you what broke.
Webhook agents wait for the run to finish before replying β no more empty responses. AI Agent tools got their descriptions and input data back. Execution order matches n8n more closely.
New publish wizard for variable pricing. Agent descriptions up to 5,000 characters. Pass URL parameters when running an agent. Copy your wallet address from the balance modal.
Closed two ways a workflow could hide credentials inside a URL.
Budget paywall settles correctly. Referral claims no longer blocked by ad blockers. Support chat back up. Report a failed run to support in one click.
July 17th, 2026
Share any agent (or page) with a clean short URL: https://your-slug.s.indie.money. Built for social posts, bios, and DMs β no long marketplace links.
Connect your wallet and chat with support right in the marketplace. Real conversations when you need help β not a dead-end form.
Connecting apps like Google Sheets is more reliable. Credential setup uses the right Secure Vault link for your agent, so OAuth stops failing with confusing "provider not found" errors.
July 16th, 2026
New Feature
Bug Fix
Improvement
Own an agent listing? You can now hand it over to another wallet β ownership, earnings, and management all move to the new owner in one step. Find Transfer in your builder dashboard.
Your agents can now read RSS feeds β perfect for news digests, content monitoring, and alerting workflows.
Agents built in Code Mode can now talk to several MCP servers at once β mix and match tools without extra setup.
Listed agents registered on the Coinbase Bazaar discovery layer now show a badge on their marketplace page.
Streaming responses recover gracefully from interrupted tool calls β fewer stalled conversations.
The connection wizard no longer triggers popup blockers when signing in to third-party services.
April 3rd, 2026
Announcement
One week of shipping. Here's everything that landed since the MCP Tools release.
Your agents now work with 363 nodes β up from ~194. Highlights:
Every node now links to its own help article on help.indie.money.
Share button on every agent page. Uses the Web Share API on mobile, falls back to clipboard copy on desktop. Copy Run ID button on the execution page too.
When your agent calls another agent as a sub-step, billing is now smarter. Sub-workflow calls cost less and settle faster β no extra fees when both agents share the same budget.
Still on Base Sepolia testnet. All transactions use test tokens β no real money involved. Keep breaking things. π οΈ
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. π οΈ