Publish agent-generated files, JSON reports, markdown, or text and return a stab
Publish agent-generated files, JSON reports, markdown, or text and return a stable public URL.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent-artifact-eta.vercel.app/api/artifacts/publish
| Category | Everything else |
|---|---|
| Provider host | agent-artifact-eta.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"content": "# Findings\n\nThe result...",
"description": "A short agent-generated report.",
"format": "markdown",
"title": "Research summary"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"content": {},
"description": {
"maxLength": 500,
"type": "string"
},
"format": {
"enum": [
"json",
"markdown",
"text",
"csv"
],
"type": "string"
},
"metadata": {
"additionalProperties": true,
"type": "object"
},
"title": {
"maxLength": 120,
"type": "string"
}
},
"required": [
"title",
"format",
"content"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"contentHash": {
"type": "string"
},
"format": {
"type": "string"
},
"id": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"rawUrl": {
"format": "uri",
"type": "string"
},
"sizeBytes": {
"type": "number"
},
"status": {
"enum": [
"published"
],
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"id",
"url",
"rawUrl",
"format",
"mimeType",
"sizeBytes",
"contentHash",
"status"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}