ArtifactGuard Agent — AI-Paid Signed QA avatar

ArtifactGuard Agent — AI-Paid Signed QA

Pricing

from $50.00 / 1,000 artifact validation receipts

Go to Apify Store
ArtifactGuard Agent — AI-Paid Signed QA

ArtifactGuard Agent — AI-Paid Signed QA

Non-Standby paid Actor for AI agents to validate JSON, ZIP, PDF, and DOCX deliverables and receive an Ed25519-signed PASS/WARN/FAIL receipt. Malformed input and execution failures do not trigger the application event charge.

Pricing

from $50.00 / 1,000 artifact validation receipts

Rating

0.0

(0)

Developer

black cow

black cow

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

ArtifactGuard Agent

ArtifactGuard Agent is the non-Standby, limited-permission edition of ArtifactGuard for Store and agentic execution. It validates AI-generated deliverables and returns an independently verifiable Ed25519-signed receipt.

Buyer case: signed AI deliverable QA

An AI agent creates a customer JSON, ZIP, PDF, or DOCX delivery. Before the handoff, it sends the file and acceptance contract to this Actor, then attaches the signed QA receipt to its final answer. Copy the tested request and receipt verifier from the public buyer example.

Start with a JSON delivery

Select validate-json, paste your JSON in json_text, and optionally provide json_schema with the fields and types your customer expects. No Base64, checksum, or manually generated request key is needed. The price is the same artifact-validation event ($0.05). Check the Pricing tab for the effective platform-usage terms. A JSON document that fails the supplied contract still produces a paid report. Use readiness-check for a no-event-charge connectivity check; it does not inspect a document. Platform usage can still apply.

Example input:

{"mode":"validate-json","json_text":"{\"order_id\":123}", "json_schema":{"type":"object","required":["order_id"]}}
.

Input modeResultPrice
validate-jsonPaste JSON; get the existing signed artifact inspection receipt$0.05
validate-manifestSigned metadata and required-component receipt$0.01
validate-artifactSigned JSON, ZIP, PDF, or DOCX inspection receipt$0.05

Malformed inputs are rejected before billing. A completed inspection with a FAIL result is a valid paid result. Execution or parser failures do not trigger the application event charge.

Agent input

Provide mode, artifact, validation_contract, and a unique idempotency_key. The result is written once to the default dataset and the OUTPUT key-value-store record.

The Actor does not download URLs or read local paths. Artifact bytes are processed in a resource-limited subprocess, are not written to the revenue ledger, and are released after inspection. Logs and accounting records contain hashes and event metadata, not raw documents, API secrets, or wallet private keys.

Apify receives and stores the run input and outputs according to its retention settings. This is not zero-retention processing. Do not submit credentials, customer records, or confidential files without permission. No external LLM is used by these two validation operations. A signature proves receipt integrity, not that the document is factually correct or universally safe.

한국어

AI가 만든 JSON·ZIP·PDF·DOCX 납품물을 검사하고 Ed25519 서명 PASS/WARN/FAIL 영수증을 반환합니다. 원본 문서는 매출 원장과 로그에 저장하지 않으며, 잘못된 입력과 서버 실패는 유료 검사 이벤트로 과금하지 않습니다.

Run input privacy

Standard Actor runs remove the current INPUT record before processing by default. delete_input_after_read=false retains it for reruns. Deletion does not cover platform backups, results, or other copies. A deletion failure stops processing. Readiness checks reject supplied work data; choose an explicit validation mode. Unexpected errors use a fixed message without original input. These changes do not alter the standby API or erase past runs.