diff --git a/sources/platform/actors/monetizing/index.mdx b/sources/platform/actors/monetizing/index.mdx index 22112d1258..5e9e9da41a 100644 --- a/sources/platform/actors/monetizing/index.mdx +++ b/sources/platform/actors/monetizing/index.mdx @@ -94,6 +94,7 @@ Agentic payments let AI agents discover, run, and pay for your Actor without an 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. +- 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 for now. Standby support is coming later. diff --git a/sources/platform/integrations/ai/skyfire.md b/sources/platform/integrations/ai/skyfire.md index 668f0d15db..d0c288cc25 100644 --- a/sources/platform/integrations/ai/skyfire.md +++ b/sources/platform/integrations/ai/skyfire.md @@ -210,6 +210,7 @@ curl -s \ Not all Actors in Apify Store can be run using agentic payments. To be eligible, 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 for now. Standby support is coming later. diff --git a/sources/platform/integrations/ai/x402.md b/sources/platform/integrations/ai/x402.md index 5c19f90d42..b5ed5efcdd 100644 --- a/sources/platform/integrations/ai/x402.md +++ b/sources/platform/integrations/ai/x402.md @@ -142,6 +142,7 @@ curl -s \ Not all Actors in Apify Store can be run using agentic payments. To be eligible, 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 for now. Standby support is coming later.