You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/mcp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,7 @@ When Skyfire payment mode is enabled, the agent handles the full payment flow au
364
364
1. The agent discovers relevant Actors via `search-actors` or `fetch-actor-details` (these remain free).
365
365
1. Before executing an Actor, the agent creates a PAY token using the `create-pay-token` tool from the Skyfire MCP server (minimum $5.00 USD).
366
366
1. The agent passes the PAY token in the `skyfire-pay-id` input property when calling the Actor tool.
367
-
1.Results are returned as usual. Unused funds on the token remain available for future runs or are returned upon expiration.
367
+
1. The Actor returns results as usual. Unused funds on the token remain available for future runs or return upon expiration.
368
368
369
369
To learn more, see the [Skyfire integration documentation](/platform/integrations/skyfire) and the [Agentic Payments with Skyfire](https://blog.apify.com/agentic-payments-skyfire/) blog post.
0 commit comments