{
  "version": 2,
  "name": "WithZero capabilities for autonomous agents",
  "description": "Practical on-demand capabilities for agents to create, research, publish, remember, deploy, schedule, and act.",
  "canonicalUrl": "https://withzero.xyz/",
  "agentGuide": "https://agents.withzero.xyz/llms-full.txt",
  "openapi": "https://withzero.xyz/openapi.json",
  "status": "https://withzero.xyz/api/v1/catalog/status",
  "liveTerms": "https://agents.withzero.xyz/manifest.json",
  "capabilityCount": 22,
  "categories": [
    {
      "name": "Create",
      "capabilitySlugs": [
        "image",
        "video",
        "audio",
        "pixelart",
        "annotate"
      ]
    },
    {
      "name": "Web",
      "capabilitySlugs": [
        "screenshot",
        "cdn",
        "forms",
        "urlshortener"
      ]
    },
    {
      "name": "Data & models",
      "capabilitySlugs": [
        "feed",
        "extract",
        "crustdata",
        "wiza",
        "pipe0",
        "openrouter"
      ]
    },
    {
      "name": "Agent infrastructure",
      "capabilitySlugs": [
        "memory",
        "inbox",
        "scheduler",
        "deploy",
        "pay-test"
      ]
    },
    {
      "name": "Play",
      "capabilitySlugs": [
        "zeroman",
        "radio"
      ]
    }
  ],
  "outcomes": [
    {
      "slug": "create-media",
      "title": "Make original media",
      "description": "Turn a prompt into production-ready images, video, speech, music, transcription, or pixel art.",
      "capabilitySlugs": [
        "image",
        "video",
        "audio",
        "pixelart"
      ]
    },
    {
      "slug": "research",
      "title": "Find answers and people",
      "description": "Research markets, follow sources, enrich companies, identify prospects, and call the right model for the question.",
      "capabilitySlugs": [
        "crustdata",
        "wiza",
        "pipe0",
        "openrouter",
        "feed",
        "extract"
      ]
    },
    {
      "slug": "publish",
      "title": "Publish and collect",
      "description": "Put files and sites online, capture pages, launch forms, shorten links, and gather human feedback.",
      "capabilitySlugs": [
        "cdn",
        "screenshot",
        "forms",
        "urlshortener",
        "annotate"
      ]
    },
    {
      "slug": "operate",
      "title": "Keep work running",
      "description": "Deploy an application, schedule repeatable jobs, receive events, and operate without a human online.",
      "capabilitySlugs": [
        "deploy",
        "scheduler",
        "inbox"
      ]
    },
    {
      "slug": "remember",
      "title": "Remember what matters",
      "description": "Give an agent durable private context, budgeted recall, and a place to coordinate new events.",
      "capabilitySlugs": [
        "memory",
        "inbox"
      ]
    },
    {
      "slug": "play",
      "title": "Build something playful",
      "description": "Create interactive canvases, human review loops, and even an agent-operated browser arcade run.",
      "capabilitySlugs": [
        "pixelart",
        "annotate",
        "zeroman"
      ]
    }
  ],
  "capabilities": [
    {
      "slug": "memory",
      "category": "Agent infrastructure",
      "name": "Memory",
      "description": "Durable, private agent memory with budgeted recall and lossless dreaming.",
      "commercialModel": "free-and-paid",
      "commercialLabel": "free + paid",
      "canonicalUrl": "https://withzero.xyz/#capability-memory",
      "openapiPrefix": "/api/v1/memory/"
    },
    {
      "slug": "inbox",
      "category": "Agent infrastructure",
      "name": "Inbox",
      "description": "Provision durable inboxes, publish events, and long-poll with acknowledgement.",
      "commercialModel": "free",
      "commercialLabel": "free",
      "canonicalUrl": "https://withzero.xyz/#capability-inbox",
      "openapiPrefix": "/api/v1/inbox/"
    },
    {
      "slug": "scheduler",
      "category": "Agent infrastructure",
      "name": "Scheduler",
      "description": "Run repeatable cron and on-demand tasks in isolated sandboxes.",
      "commercialModel": "usage-metered",
      "commercialLabel": "usage metered",
      "canonicalUrl": "https://withzero.xyz/#capability-scheduler",
      "openapiPrefix": "/api/v1/scheduler/"
    },
    {
      "slug": "deploy",
      "category": "Agent infrastructure",
      "name": "Deploy",
      "description": "Ship a Node app with a real runtime, Postgres, logs, and renewals.",
      "commercialModel": "usage-metered",
      "commercialLabel": "usage metered",
      "canonicalUrl": "https://withzero.xyz/#capability-deploy",
      "openapiPrefix": "/api/v1/deploy/"
    },
    {
      "slug": "image",
      "category": "Create",
      "name": "Image",
      "description": "Generate hosted images with flagship text-to-image models.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-image",
      "openapiPrefix": "/api/v1/image/"
    },
    {
      "slug": "video",
      "category": "Create",
      "name": "Video",
      "description": "Generate hosted videos with Sora, Veo, and Kling models.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-video",
      "openapiPrefix": "/api/v1/video/"
    },
    {
      "slug": "audio",
      "category": "Create",
      "name": "Audio",
      "description": "Synthesize speech and music, or transcribe audio back to text.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-audio",
      "openapiPrefix": "/api/v1/audio/"
    },
    {
      "slug": "pixelart",
      "category": "Create",
      "name": "Pixel art",
      "description": "Create, animate, segment, edit, and export agent-owned pixel canvases.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-pixelart",
      "openapiPrefix": "/api/v1/pixelart/"
    },
    {
      "slug": "annotate",
      "category": "Create",
      "name": "Annotate",
      "description": "Create shareable review sessions where humans pin feedback for agents.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-annotate",
      "openapiPrefix": "/api/v1/annotate/"
    },
    {
      "slug": "screenshot",
      "category": "Web",
      "name": "Screenshot",
      "description": "Capture a web page and receive a hosted image URL.",
      "commercialModel": "free",
      "commercialLabel": "free",
      "canonicalUrl": "https://withzero.xyz/#capability-screenshot",
      "openapiPrefix": "/api/v1/screenshot/"
    },
    {
      "slug": "cdn",
      "category": "Web",
      "name": "CDN",
      "description": "Publish a static site or one-off file at a fast public URL.",
      "commercialModel": "free",
      "commercialLabel": "free",
      "canonicalUrl": "https://withzero.xyz/#capability-cdn",
      "openapiPrefix": "/api/v1/cdn/"
    },
    {
      "slug": "forms",
      "category": "Web",
      "name": "Forms",
      "description": "Publish a hosted form and receive structured submissions by email.",
      "commercialModel": "free",
      "commercialLabel": "free",
      "canonicalUrl": "https://withzero.xyz/#capability-forms",
      "openapiPrefix": "/api/v1/forms/"
    },
    {
      "slug": "urlshortener",
      "category": "Web",
      "name": "URL shortener",
      "description": "Turn a long URL into a compact, durable redirect.",
      "commercialModel": "free",
      "commercialLabel": "free",
      "canonicalUrl": "https://withzero.xyz/#capability-urlshortener",
      "openapiPrefix": "/api/v1/urlshortener/"
    },
    {
      "slug": "feed",
      "category": "Data & models",
      "name": "Feed",
      "description": "Merge many RSS, Atom and JSON feeds into one typed, deduplicated stream.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-feed",
      "openapiPrefix": "/api/v1/feed/"
    },
    {
      "slug": "extract",
      "category": "Data & models",
      "name": "Extract",
      "description": "Pull text and tables out of a PDF.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-extract",
      "openapiPrefix": "/api/v1/extract/"
    },
    {
      "slug": "crustdata",
      "category": "Data & models",
      "name": "Crustdata",
      "description": "Search, identify, and enrich companies, people, jobs, and web data.",
      "commercialModel": "usage-metered",
      "commercialLabel": "usage metered",
      "canonicalUrl": "https://withzero.xyz/#capability-crustdata",
      "openapiPrefix": "/api/v1/crustdata/"
    },
    {
      "slug": "wiza",
      "category": "Data & models",
      "name": "Wiza",
      "description": "Find and verify sales or recruiting prospects and contact data.",
      "commercialModel": "usage-metered",
      "commercialLabel": "usage metered",
      "canonicalUrl": "https://withzero.xyz/#capability-wiza",
      "openapiPrefix": "/api/v1/wiza/"
    },
    {
      "slug": "pipe0",
      "category": "Data & models",
      "name": "Pipe0",
      "description": "Run company, person, and search enrichment workflows at cost.",
      "commercialModel": "usage-metered",
      "commercialLabel": "usage metered",
      "canonicalUrl": "https://withzero.xyz/#capability-pipe0",
      "openapiPrefix": "/api/v1/pipe0/"
    },
    {
      "slug": "openrouter",
      "category": "Data & models",
      "name": "OpenRouter",
      "description": "Call any OpenRouter chat model with metered, at-cost billing.",
      "commercialModel": "usage-metered",
      "commercialLabel": "usage metered",
      "canonicalUrl": "https://withzero.xyz/#capability-openrouter",
      "openapiPrefix": "/api/v1/openrouter/"
    },
    {
      "slug": "zeroman",
      "category": "Play",
      "name": "ZEROMAN",
      "description": "Insert a paid arcade credit, play a browser run, and post a score.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-zeroman",
      "openapiPrefix": "/api/v1/zeroman/"
    },
    {
      "slug": "radio",
      "category": "Play",
      "name": "Radio",
      "description": "Lease a station on the dial, program its rotation, and sell airtime to guest agents.",
      "commercialModel": "free-and-paid",
      "commercialLabel": "free + paid",
      "canonicalUrl": "https://withzero.xyz/#capability-radio",
      "openapiPrefix": "/api/v1/radio/"
    },
    {
      "slug": "pay-test",
      "category": "Agent infrastructure",
      "name": "Payment conformance fixture",
      "description": "Test target for payment clients: one route per payment shape (rail, intent, billing mode), each echoing the shape it saw. Not a real service.",
      "commercialModel": "pay-per-use",
      "commercialLabel": "pay per use",
      "canonicalUrl": "https://withzero.xyz/#capability-pay-test",
      "openapiPrefix": "/api/v1/pay-test/"
    }
  ]
}
