From 345f1cf02a3a7d0a044bfcbaa9be33c83b8cd346 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Wed, 12 Aug 2026 11:17:23 +0200 Subject: [PATCH] docs: exclude pay per event + usage Actors from agentic payment eligibility Actors that pass platform usage costs on to users are not eligible for agentic payments, but the criteria lists did not say so. Add the missing criterion to the x402, Skyfire, and monetization pages. --- sources/platform/actors/monetizing/index.mdx | 1 + sources/platform/integrations/ai/skyfire.md | 1 + sources/platform/integrations/ai/x402.md | 1 + 3 files changed, 3 insertions(+) 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.