Agent Pay PoC avatar

Agent Pay PoC

Pricing

from $100.00 / 1,000 api answers

Go to Apify Store
Agent Pay PoC

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

Ayumi Town

Maintained by Community

Actor 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

FieldTypeDescription
questionstringThe query to answer.

Output

One dataset item per run:

{
"question": "...",
"answer": "deterministic value for '...'",
"source": "agent-pay-poc"
}

Pricing (Pay-Per-Event)

EventPrice
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.txt
python -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