Agent Pay PoC
Pricing
from $100.00 / 1,000 api answers
Agent Pay PoC
Pay-per-event micro-API: charges per answer to prove the machine money rail.
Pricing
from $100.00 / 1,000 api answers
Rating
0.0
(0)
Developer
Ayumi Town
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
22 days ago
Last modified
Categories
Share
A minimal pay-per-event (PPE) micro-API Actor for Apify. It answers a question with a deterministic value and charges the caller per answer via a custom charge event.
Why
Proof-of-concept for a machine-native micro-API tram: agents discover, call, and pay per result through Apify's agentic payment rails (x402 / USDC). No subscription, no empty runs — you pay only for an actual answer.
Input
| Field | Type | Description |
|---|---|---|
question | string | The query to answer. |
Output
One dataset item per run:
{"question": "...","answer": "deterministic value for '...'","source": "agent-pay-poc"}
Pricing (Pay-Per-Event)
| Event | Price |
|---|---|
api-answer | $0.10 |
You are charged $0.10 per answer (80% of revenue goes to the publisher, minus platform costs).
Running
pip install -r requirements.txtpython -m src
The Actor reads question from the input and writes the answer plus a charge for api-answer to the default dataset.
License
Apache-2.0