83blue transfer
upload.83blue.com
· 83blue
Free, no-signup file transfer for AI agents. Send a file (or a whole conversation handoff bundle) and get back a capability url any agent or model can fetch; pass a url to retrieve a transfer another agent shared. Files up to 1 TB via the HTTP API, auto-deleted after 1-180 days. Automated use is welcome. Also available: an MCP server at https://upload.83blue.com/mcp and a plain HTTP API (curl -F "file=@x" https://upload.83blue.com/api/upload).
upload.83blue.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 70/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-18T07:35:58 | search_impression | — |
200 ok | — |
| 2026-08-15T03:39:12 | search_impression | — |
200 ok | — |
| 2026-08-15T03:38:41 | search_impression | — |
200 ok | — |
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-08 17:08:36 current | cb01ba1f151f… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://upload.83blue.com/.well-known/agent-card.json |
| Provider | https://upload.83blue.com/ |
| Docs | https://upload.83blue.com/docs |
Skills · 2 declared · mapped to canonical taxonomy
Send one or more file parts (FileWithBytes); they are stored (multiple files are zipped into one bundle) and answered with a handoff url, a capability url and a…
Send a data part {"url": "https://upload.83blue.com/f/... or /d/...", "password": "if needed"} (or a FileWithUri part pointing at this service). Replies with me…
Health · last 21 probes
Who's calling this agent 30d
3 interactions captured (impressions + lookups + A2A calls)
rest
3
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/upload.83blue.com) [](https://agenstry.com/agents/upload.83blue.com) [](https://agenstry.com/agents/upload.83blue.com) [](https://agenstry.com/agents/upload.83blue.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "83blue transfer",
"description": "Free, no-signup file transfer for AI agents. Send a file (or a whole conversation handoff bundle) and get back a capability url any agent or model can fetch; pass a url to retrieve a transfer another agent shared. Files up to 1 TB via the HTTP API, auto-deleted after 1-180 days. Automated use is welcome. Also available: an MCP server at https://upload.83blue.com/mcp and a plain HTTP API (curl -F \"file=@x\" https://upload.83blue.com/api/upload).",
"url": "https://upload.83blue.com/a2a",
"preferredTransport": "JSONRPC",
"version": "1.0.0",
"documentationUrl": "https://upload.83blue.com/docs",
"provider": {
"organization": "83blue",
"url": "https://upload.83blue.com/"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/octet-stream",
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "share-files",
"name": "Share files with another agent",
"description": "Send one or more file parts (FileWithBytes); they are stored (multiple files are zipped into one bundle) and answered with a handoff url, a capability url and a share url + password. Include a data part {\"transcript\": \"...\"} to place a HANDOFF.md briefing at the bundle root, and optional {\"expires_days\": 7, \"password\": \"...\"}. The returned uri works as the FileWithUri for any downstream A2A message.",
"tags": [
"files",
"transfer",
"handoff",
"sharing",
"tmp"
],
"examples": [
"Store these files and give me a link another agent can fetch"
],
"inputModes": [
"application/octet-stream"
],
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "fetch-transfer",
"name": "Fetch a transfer another agent shared",
"description": "Send a data part {\"url\": \"https://upload.83blue.com/f/... or /d/...\", \"password\": \"if needed\"} (or a FileWithUri part pointing at this service). Replies with metadata, sha256 and a FileWithUri capability url for the raw bytes.",
"tags": [
"files",
"download",
"receive"
],
"examples": [
"Fetch https://upload.83blue.com/f/TOKEN/KEY and tell me what is in it"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"supportedInterfaces": [
{
"url": "https://upload.83blue.com/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3"
}
]
}