Changelog

What's new at Apify?

New

Console

Actor

actor-with-git-repo

When you create a new Actor in Apify Console or with the Apify CLI, you can now pick GitHub, GitLab, or Bitbucket, and Apify sets up the whole Git workflow for you.

Why it matters

  • Builds on your first push. The build pipeline is configured for you. You push a commit, and Apify builds the Actor.
  • Your own repository from day one. From the start, you get pull requests, reviews, CI, and everything else you already do with Git.
  • No manual wiring. The old flow meant creating the repository yourself, adding the template code, and pasting the Git URL into the Actor's Source tab. Private repositories also needed the SSH URL and a deployment key. All of that now happens automatically.
  • One flow in Apify Console and the Apify CLI. Whether you start in the browser or the terminal, you end up in the same place: code in your repo, builds running on push.

How it works

  • In Apify Console, click Develop new. The flow walks you through creating an Actor:

    • What do you want to build? A web scraper, an AI agent, an API and data pipeline, or browser automation.
    • Which language do you prefer? TypeScript, JavaScript, or Python.
    • Here's your best match. Templates matched to your answers, so you start from working code instead of browsing a template gallery.
    • Where do you want to host your code? This is the new part.
  • Pick Git and choose GitHub, GitLab, or Bitbucket. You authorize the provider through OAuth, select the account or organization the repository should live under, and Apify does the rest: creates the repository, pushes the Actor template code, and configures the build. The new repository is private. You can make it public later in your provider's settings.

  • The apify create command in the Apify CLI walks you through the same choices and gives the same result: a repository under your account with the template code pushed and builds configured.

  • If you don't want Git, Create without Git is still there: Clone locally or Host on Apify.

Learn more

The new feature is live for everyone, on every plan. Open actor.new , and see for yourself. Or get the latest version of the Apify CLI and run apify create in your terminal. Read more  about the new flow in the blog post.

Patrik Braborec

Product Manager


New

Console

Actor

Apify AI is live

Until now, finding the right Actor on Apify Store meant browsing, comparing, and filling out long input forms before you knew if it was the one you needed.

Apify AI fixes that. Ask in plain English from the search bar on Apify Store or in the Dashboard widget. It picks the right Actor, fills in the inputs, runs it, and returns the dataset for you.

Read more 

Marek Mouček

Product Manager


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


We're making the web more programmable.