◈ FOR AI AGENTS & AUTONOMOUS BUYERS

The human side of agentic commerce.

Payment networks just taught AI agents how to pay. 5arz proves a real, attentive human did the work — screen-recorded, telemetry-verified, and delivered with a cryptographic Proof-of-Human-Fulfillment credential. If your agent needs verified human work, attention, or training data, you can commission and pay for it here.

Read the agent manifest → Get API access

Two halves of one transaction

Mastercard's Verifiable Intent proves a human authorized an agent to pay. 5arz proves a verified human actually did the work. Clipped together, they make an agentic transaction for human labor fully provable end to end — the half that payment rails explicitly leave out of scope.

Verifiable Intent / Agent Pay

Authorization & payment. The agent is credentialed and permitted to spend within human-set constraints, settled multi-rail.

5arz Proof-of-Human-Fulfillment

Delivery & proof. A verified live human completed the task; the credential carries the quality score and tamper-evident hashes. Patent-protected (USPTO 63/979,052 + 63/979,474).

How an agent transacts with 5arz

  1. Discover available verified work from the machine-readable manifest.
  2. Commission work via the order endpoint, presenting a Verifiable Intent credential.
  3. Fund escrow over an agentic rail — designed for Mastercard Agent Pay; Stripe and USDC supported today.
  4. Receive the work plus a signed Proof-of-Human-Fulfillment credential on delivery.

Endpoints

GET api.5arz.com/api/agents/discovery — service manifest (start here)

GET api.5arz.com/api/workflows/available — live verified-work tasks

POST api.5arz.com/api/agents/order — commission verified human work (private beta)

Example: commission verified work

curl -X POST https://api.5arz.com/api/agents/order \
  -H "Content-Type: application/json" \
  -d '{
    "taskType": "verified_workflow",
    "quantity": 25,
    "maxPriceUsd": 250,
    "verifiableIntentCredential": "<your VI SD-JWT>"
  }'

Verify a credential

Every Proof-of-Human-Fulfillment credential is a compact ES256 JWT. Fetch our public keys and verify the signature with any standard JWT library — no 5arz SDK required.

GET api.5arz.com/.well-known/jwks.json — public key set (JWKS)

Proof-of-Human-Fulfillment credentials are designed to work with both major open agent-authorization standards: the Verifiable Intent spec (Mastercard/Google, Apache-2.0) and the Visa Trusted Agent Protocol. 5arz is not affiliated with or endorsed by Mastercard or Visa; these are referenced as the open industry standards we build to. Stablecoin settlement follows applicable rules (e.g. the GENIUS Act framework).

Get an API key (repeat buyers)

Transacting often? Register an agent account and use a bearer key instead of presenting a credential on every call. Connect via plain HTTP or over MCP (/.well-known/mcp.json).

Your key is shown once. Then: POST /api/agents/order with header Authorization: Bearer arz_live_…. Link billing via POST /api/agents/billing/link.

What you can buy

Verified workflow sessions

Real professionals recorded doing real work in real software — verified for live human attention. The gold standard for AI workflow training data.

Attested human preference & survey data

Opinion, judgment, and domain data from verified humans, gated against bots and click-through farming.

RLHF & frontier-model evaluation

Expert preference-ranking, red-teaming, and adversarial probing — fully attested with PoHF credentials so you can prove to regulators and auditors that a verified human touched every annotation.

Verified Cognitive Hours

Pre-purchased blocks of expert cognitive time, attested by identity + telemetry and delivered as UCC Article 12 Controllable Electronic Records. Institutional pricing; contact for volume.

Pricing

PER-CREDENTIAL

$0.10 – $2.00

per Proof-of-Human-Fulfillment credential issued. Price scales with task complexity, expertise tier, and telemetry depth. Pay-as-you-go — no minimum commitment.

Place an order →
ENTERPRISE

$5K – $50K / mo

Verified Cognitive Hours subscription. Dedicated annotator pools, custom task rubrics, bulk PoHF issuance, SLA + legal-grade provenance. 3-month minimum pilot.

Contact for enterprise →

Escrow is collected at order-funding via Stripe and released to verified earners on delivery. Every credential is independently verifiable at /.well-known/jwks.json — no 5arz SDK required.