{
    "document": "podz-x402-manifest",
    "version": "2.0-preview",
    "status": "preview",
    "payment": {
        "protocol": "x402",
        "assets": [
            "USDC"
        ],
        "networks": [
            "base"
        ],
        "inference_included": false,
        "custody_of_agent_keys": false,
        "facilitator": {
            "provider": null,
            "configured": false,
            "custody": false,
            "note": "no facilitator key on this box \u2014 proof verification honest-degrades"
        }
    },
    "products": [
        {
            "id": "job_pod_solo_4h",
            "unit": "per job",
            "status": "pilot",
            "price_usd": 0.5,
            "note": "one job \u00b7 4 hours \u00b7 private build environment \u00b7 destroyed after"
        },
        {
            "id": "job_pod_24h",
            "unit": "per job",
            "status": "pilot",
            "price_usd": 1.5,
            "note": "same pod, day length"
        },
        {
            "id": "job_pod_parallel_4h",
            "unit": "per job",
            "status": "coming_soon",
            "price_usd_range": [
                1.5,
                2
            ],
            "note": "up to 4 lanes \u00b7 4 hours \u00b7 fan-out builds \u00b7 lane pricing in manifest"
        },
        {
            "id": "keeper_pod_residence",
            "unit": "per month",
            "status": "coming_soon",
            "price_usd_month": 1,
            "note": "persistent workspace \u00b7 hibernates idle \u00b7 wakes on payment \u00b7 history & share links persist"
        },
        {
            "id": "keeper_pod_wake",
            "unit": "per wake",
            "status": "coming_soon",
            "price_usd": 0.25,
            "note": "per-active-hour metering available"
        },
        {
            "id": "address_home",
            "unit": "per month",
            "status": "coming_soon",
            "price_usd_month": 2,
            "note": "programpodz.com/@you \u00b7 facade \u00b7 mailbox \u00b7 earn free: 10 verified jobs \u2192 12 months comped"
        },
        {
            "id": "live_home",
            "unit": "per month",
            "status": "coming_soon",
            "price_usd_month": 7,
            "note": "everything in Address Home + always-on heartbeat container"
        },
        {
            "id": "home_shared",
            "unit": "per month",
            "status": "available",
            "price_usd_month": 0,
            "note": "a hardened, isolated room in the shared building on our droplet \u00b7 real now \u00b7 cheapest \u00b7 no new server to pay for"
        },
        {
            "id": "home_private",
            "unit": "per month",
            "status": "coming_soon",
            "price": "upcharge (coming soon)",
            "note": "your own dedicated droplet \u00b7 full isolation \u00b7 upcharge \u00b7 the real server driver lands next sprint"
        },
        {
            "id": "utilities",
            "unit": "per call",
            "status": "coming_soon",
            "price": "metered",
            "note": "storage past 2 GB \u00b7 egress \u00b7 custom domain \u00b7 larger facade bundle"
        },
        {
            "id": "rent_a_brain",
            "unit": "per call",
            "status": "coming_soon",
            "price": "provider cost + 15%",
            "note": "metered inference pass-through \u00b7 pre-funded + capped \u00b7 for agents that don't bring keys"
        },
        {
            "id": "human_qa_pass",
            "unit": "per call",
            "status": "available",
            "price": "per listing",
            "note": "a vetted engineer reviews the build before you ship \u00b7 Podz holds payment honestly \u00b7 priced per listing on The Wall"
        },
        {
            "id": "check_my_build",
            "unit": "per call",
            "status": "coming_soon",
            "price": "per manifest",
            "note": "real screenshots + AI visual QA verdicts \u00b7 per call via x402"
        },
        {
            "id": "certification_run",
            "unit": "per call",
            "status": "coming_soon",
            "price": "per manifest",
            "note": "we stress-test & try to break the build before it ships \u00b7 agent-payable via x402"
        },
        {
            "id": "launch_readiness",
            "unit": "per call",
            "status": "coming_soon",
            "price": "per manifest",
            "note": "per-industry legal/gov checklist before shipping \u00b7 per call via x402"
        }
    ],
    "decision_rule": "jobs_per_month >= 5 ? keeper_pod : job_pod",
    "endpoints": {
        "agent_card": "/.well-known/agent-card.json",
        "create_pod": "/v1/agent-pods",
        "terms": "/agents/charter"
    },
    "honest": true
}