Changelog

What's new at Apify?

New

Actor

API

Pay for Apify Actors with x402 AI agents can now run and pay for eligible Apify Actors in USDC on the Base  network. No Apify account, billing, or API key required. Payments use the open x402 protocol  and settle at the time of request, over both Apify MCP server and the Apify API.

The fastest and easiest way is to use Coinbase Agentic Wallet CLI :

npx awal
npx skills add coinbase/agentic-wallet-skills

To get started, give this skill to your agent: apify.it/x402-awal.

If you're building Actors, you can review the eligibility criteria  to make sure yours can accept agentic payments. For more information, see the docs  and blog post .

Roman Roštár

Product Manager


New

Actor

Creating Actors on Apify is now easier. The creation flow guides you to the most relevant template based on what you want to build and your preferred language. You get to the right template faster, without choice overload.

New Actor creation flow

If you're an experienced Actor developer, you can still browse the full template list by clicking Browse all templates in the top-right corner.

Patrik Braborec

Product Manager


New

As an Actor creator, you can now publish tasks. It's a new way to get your Actor found on Apify Store. Each published task gets its own page on Apify Store, indexed by search engines and readable by AI agents. That means more ways for people to find your Actor, beyond just the main Actor page. This has two key benefits:

  • Shows visitors a concrete, ready-to-run example of how to use your Actor
  • Drives organic traffic by targeting specific, long-tail search queries

The key is naming your tasks around what users actually search for. For example, RAG Web Browser has three published tasks:

  • Web search to markdown - targets users looking for markdown-formatted output
  • RAG: search a specific website - showcases the site input parameter
  • Web Fetch Tool for AI Agent - highlights the Actor's web fetch capability

Publish a task now: https://docs.apify.com/platform/actors/publishing/publish-task 

Martin Sabo

Product Manager


New

Console

Actor

Integrations

MCP connectors OG image

Apify Actors work on the open web - any public page, no login. But until now, anything that required a login (Notion, Slack, GitHub) had to happen outside Apify.

MCP connectors fix that. They use the open Model Context Protocol to securely connect apps to specific Actors. The Actor reads and writes through a proxy in a single run - it never sees your credentials.

How it works

  • Authenticate an MCP Server in Settings > API & Integrations
  • Select Actors that support MCP connectors
  • Select your previously authenticated MCP connector to use within the Actor
  • Watch your Actor work within your MCP-connected tools

Connect your first app → 

Griffin Trent

Product Manager


New

Actor schemas

Standby Actors that include an OpenAPI specification  now get an Endpoints tab with interactive OpenAPI documentation. You can browse available endpoints, inspect request and response schemas, and execute live API calls — all from the browser.

Your API token is attached automatically, so you get a working request and a real response without copy-pasting credentials.

The Endpoints tab is available on Actor detail and Actor Task pages in Apify Console and on Actor detail pages in Apify Store.

How to add it to your Actor

Define a webServerSchema field in your actor.json pointing to an OpenAPI 3 specification file (or inline the schema directly in actor.json). The platform validates it on every build.

{
"webServerSchema": "./openapi.json"
}

Once deployed, the Endpoints tab appears automatically for anyone viewing your Actor. Learn more about web server schemas  in the docs.

Roman Roštár

Product Manager


We're making the web more programmable.