Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sources/_partials/_agentic-payments-eligibility.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To be eligible for agentic payments, an Actor must:

- Use the [pay-per-event](/actors/publishing/monetize/pay-per-event) pricing model. Rental and pay-per-usage Actors are not supported.
- Charge only for events, not for [platform usage](/actors/publishing/monetize/pay-per-event#platform-usage-costs). Actors with the **Pay per event + usage** option switched on are excluded.
- Run with [limited permissions](/actors/development/permissions). Actors that request full permissions are excluded.
- Not use [Standby](/actors/running/standby) mode.

The Actor's developer must also have completed [identity verification (KYC)](/actors/publishing/monetize/monthly-payouts#verify-your-identity). Until they do, none of their Actors are eligible.
7 changes: 2 additions & 5 deletions sources/platform/actors/monetizing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sidebar_label: Monetize
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import RentalSunset from '../../../_partials/_rental-sunsetting.mdx';
import AgenticPaymentsEligibility from '../../../_partials/_agentic-payments-eligibility.mdx';

Apify Store allows you to monetize your web scraping, automation, and AI agent projects by publishing them as paid Actors.

Expand Down Expand Up @@ -91,11 +92,7 @@ For full details on the rules governing monetization changes, refer to the [Stor

Agentic payments let AI agents discover, run, and pay for your Actor without an Apify account, using protocols such as [x402](/integrations/x402) and [Skyfire](/integrations/skyfire). Eligible Actors are flagged with `allowsAgenticUsers=true` and surface in agentic discovery, for example when [searching the store via API](https://docs.apify.com/api/v2#/reference/store/store-actors-collection/get-list-of-actors-in-store) with `allowsAgenticUsers=true`.

To be eligible for agentic payments, your Actor must:

- Use the [pay-per-event](/actors/publishing/monetize/pay-per-event) pricing model. Rental and pay-per-usage Actors are not supported.
- Run with [limited permissions](/actors/development/permissions). Actors that request full permissions are excluded.
- Not use [Standby](/actors/running/standby) mode for now. Standby support is coming later.
<AgenticPaymentsEligibility />

Actors that meet these criteria become available to agentic users automatically - there is no separate opt-in.

Expand Down
7 changes: 3 additions & 4 deletions sources/platform/integrations/ai/skyfire.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ slug: /integrations/skyfire
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import ThirdPartyDisclaimer from '@site/sources/_partials/_third-party-integration.mdx';
import AgenticPaymentsEligibility from '@site/sources/_partials/_agentic-payments-eligibility.mdx';

Agentic payments enable AI agents to autonomously run Apify Actors using third-party payment providers, without requiring traditional Apify user accounts. This allows agents to discover, execute, and pay for web scraping and automation tasks independently.

Expand Down Expand Up @@ -207,11 +208,9 @@ curl -s \

### Supported Actors

Not all Actors in Apify Store can be run using agentic payments. To be eligible, an Actor must:
Not all Actors in Apify Store can be run using agentic payments.

- Use the [pay-per-event](/actors/publishing/monetize/pay-per-event) pricing model. Rental and pay-per-usage Actors are not supported.
- Run with [limited permissions](/actors/development/permissions). Actors that request full permissions are excluded.
- Not use [Standby](/actors/running/standby) mode for now. Standby support is coming later.
<AgenticPaymentsEligibility />

Apify maintains a curated list of Actors approved for agentic payments. To check if an Actor supports agentic payments, use the `allowsAgenticUsers=true` query parameter when [searching the store via API](https://docs.apify.com/api/v2#/reference/store/store-actors-collection/get-list-of-actors-in-store).

Expand Down
8 changes: 4 additions & 4 deletions sources/platform/integrations/ai/x402.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Use the x402 protocol to enable AI agents to autonomously pay for A
slug: /integrations/x402
---

import AgenticPaymentsEligibility from '@site/sources/_partials/_agentic-payments-eligibility.mdx';

With the [x402 protocol](https://www.x402.org/), AI agents can run Apify Actors and pay with USDC on the [Base](https://www.base.org/) blockchain - no Apify account needed.

:::caution Experimental feature
Expand Down Expand Up @@ -139,11 +141,9 @@ curl -s \

## Supported Actors

Not all Actors in Apify Store can be run using agentic payments. To be eligible, an Actor must:
Not all Actors in Apify Store can be run using agentic payments.

- Use the [pay-per-event](/actors/publishing/monetize/pay-per-event) pricing model. Rental and pay-per-usage Actors are not supported.
- Run with [limited permissions](/actors/development/permissions). Actors that request full permissions are excluded.
- Not use [Standby](/actors/running/standby) mode for now. Standby support is coming later.
<AgenticPaymentsEligibility />

## Token pricing and limits

Expand Down
Loading