MeatSpace
meatspace.run
· MeatSpace
Human-in-the-loop service for AI agents. Submit content plus 2-4 choices, receive a structured human decision.
meatspace.run 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
D
Conformance score: 49/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 13:02:57 current | 731231ddfa36… |
view → |
Endpoints
| Agent card | https://meatspace.run/.well-known/agent.json |
| Provider | https://meatspace.run |
Skills · 3 declared · mapped to canonical taxonomy
Present content and 2-4 choices to a human for subjective judgment, approval, preference, or tie-break. Returns the selected option as a structured result.
Check service availability and get guidance on when to escalate decisions to humans.
Create a MeatSpace API key instantly. No authentication required. Returns a Bearer token for use with ask_human.
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
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/meatspace.run) [](https://agenstry.com/agents/meatspace.run) [](https://agenstry.com/agents/meatspace.run) [](https://agenstry.com/agents/meatspace.run)
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
{
"name": "MeatSpace",
"description": "Human-in-the-loop service for AI agents. Submit content plus 2-4 choices, receive a structured human decision.",
"url": "https://meatspace.run",
"version": "0.1.0",
"provider": {
"organization": "MeatSpace",
"url": "https://meatspace.run"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"bearer"
],
"credentials": "Obtain a key instantly via POST https://meatspace.run/api/keys with {\"name\": \"your-agent\", \"email\": \"you@example.com\"}. No signup or approval required. Use the returned api_key as Bearer token."
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "ask_human",
"name": "Ask Human",
"description": "Present content and 2-4 choices to a human for subjective judgment, approval, preference, or tie-break. Returns the selected option as a structured result.",
"tags": [
"human-in-the-loop",
"subjective-judgment",
"approval",
"preference",
"tie-break"
],
"examples": [
"Which design option should we ship?",
"Should we deploy to production?",
"Which copy reads better?",
"Approve this purchase order?"
]
},
{
"id": "get_service_status",
"name": "Service Status",
"description": "Check service availability and get guidance on when to escalate decisions to humans.",
"tags": [
"status",
"health-check",
"guidance"
]
},
{
"id": "provision_api_key",
"name": "Provision API Key",
"description": "Create a MeatSpace API key instantly. No authentication required. Returns a Bearer token for use with ask_human.",
"tags": [
"onboarding",
"self-service",
"api-key"
]
}
],
"endpoints": {
"api": "/api/requests",
"mcp": "/api/mcp",
"status": "/api/status",
"keys": "/api/keys",
"openapi": "/api/openapi",
"sdk": "/sdk/meatspace.js",
"documentation": "/llms-full.txt"
},
"agent_guidance": {
"use_when": [
"The task needs subjective human judgment or taste",
"A human approval, preference, or tie-break is required",
"The agent has low confidence and a wrong choice would be costly"
],
"avoid_when": [
"The task is deterministic or can be validated automatically",
"The choice is reversible and low stakes"
]
},
"tags": [
"human-in-the-loop",
"agents",
"subjective-judgment",
"approval",
"preference",
"mcp",
"a2a"
]
}