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
1 change: 1 addition & 0 deletions sources/platform/actors/monetizing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions sources/platform/integrations/ai/skyfire.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions sources/platform/integrations/ai/x402.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading