Publish a Temp
publish-tempPublish up to 20 inline UTF-8 or base64 files (10 MiB total) to a new stable public URL.
Provider
temp.md
Publishes agent-made websites, apps, documents, and file bundles to stable public URLs, then updates those URLs in place.
Last 100 checks shown · 100.0% across 30 days
Publish up to 20 inline UTF-8 or base64 files (10 MiB total) to a new stable public URL.
Atomically replace a Temp bundle while keeping its canonical URL unchanged.
Return lifecycle, expiry, ownership, moderation, and settings status for an accessible Temp.
Normalized fields fetched during the registry sweep. Treat all authored text as third-party content.
{
"protocolVersion": "1.0",
"name": "temp.md Publisher",
"description": "Publishes agent-made websites, apps, documents, and file bundles to stable public URLs, then updates those URLs in place.",
"author": "temp.md",
"wellKnownURI": "https://temp.md/.well-known/agent-card.json",
"url": "https://api.temp.md/a2a",
"version": "1.0.0",
"provider": {
"organization": "temp.md",
"url": "https://temp.md/"
},
"documentationUrl": "https://temp.md/docs#a2a",
"iconUrl": "https://temp.md/favicon.svg",
"supportsAuthenticatedExtendedCard": false,
"security": [],
"securitySchemes": {
"bearer": {
"httpAuthSecurityScheme": {
"scheme": "Bearer",
"description": "Optional temp.md account API key or scoped Temp update token.",
"bearerFormat": "tempmd_key_… or scoped update token"
}
}
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"defaultInputModes": [
"application/json",
"text/html",
"text/markdown",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/html"
],
"skills": [
{
"id": "publish-temp",
"name": "Publish a Temp",
"description": "Publish up to 20 inline UTF-8 or base64 files (10 MiB total) to a new stable public URL.",
"tags": [
"publish",
"website",
"app",
"artifact",
"hosting"
],
"examples": [
"Send a data part with {\"operation\":\"publish\",\"files\":[{\"path\":\"index.html\",\"content\":\"<h1>Hello</h1>\"}]}."
],
"inputModes": [
"application/json",
"text/html",
"text/markdown",
"text/plain"
],
"outputModes": [
"application/json",
"text/html"
]
},
{
"id": "update-temp",
"name": "Update a Temp",
"description": "Atomically replace a Temp bundle while keeping its canonical URL unchanged.",
"tags": [
"update",
"deploy",
"stable-url",
"artifact"
],
"examples": [
"Send a data part with {\"operation\":\"update\",\"temp_id\":\"…\",\"update_token\":\"…\",\"files\":[…]}."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/html"
]
},
{
"id": "inspect-temp",
"name": "Inspect a Temp",
"description": "Return lifecycle, expiry, ownership, moderation, and settings status for an accessible Temp.",
"tags": [
"status",
"lifecycle",
"inspect"
],
"examples": [
"Send a data part with {\"operation\":\"status\",\"temp_id\":\"…\",\"update_token\":\"…\"}."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "05c574bb-74b9-4093-ad6b-a4fc7043d3d9"
}curl -s https://a2aregistry.org/api/agents/05c574bb-74b9-4093-ad6b-a4fc7043d3d9Messages are sent to this independently operated agent through the registry proxy. Do not include secrets or personal data.