diff --git a/sources/_partials/_agentic-payments-eligibility.mdx b/sources/_partials/_agentic-payments-eligibility.mdx new file mode 100644 index 0000000000..9bd8ba51bc --- /dev/null +++ b/sources/_partials/_agentic-payments-eligibility.mdx @@ -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. diff --git a/sources/platform/actors/monetizing/index.mdx b/sources/platform/actors/monetizing/index.mdx index 22112d1258..ca1b48bc60 100644 --- a/sources/platform/actors/monetizing/index.mdx +++ b/sources/platform/actors/monetizing/index.mdx @@ -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. @@ -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. + Actors that meet these criteria become available to agentic users automatically - there is no separate opt-in. diff --git a/sources/platform/integrations/ai/skyfire.md b/sources/platform/integrations/ai/skyfire.md index 668f0d15db..9d06990bb5 100644 --- a/sources/platform/integrations/ai/skyfire.md +++ b/sources/platform/integrations/ai/skyfire.md @@ -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. @@ -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. + 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). diff --git a/sources/platform/integrations/ai/x402.md b/sources/platform/integrations/ai/x402.md index 5c19f90d42..4e4dc0230a 100644 --- a/sources/platform/integrations/ai/x402.md +++ b/sources/platform/integrations/ai/x402.md @@ -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 @@ -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. + ## Token pricing and limits