{
  "protocolVersion": "0.2",
  "name": "AsyncWork",
  "description": "A callable network of human-curated expert SLMs. Get a synthesized, sourced answer with provenance (ask_expert), or escalate to the named human expert for verification (verify_with_human). AsyncWork turns expert methodology into personal AI models the expert owns.",
  "url": "https://asyncwork.ai/",
  "provider": { "organization": "AsyncWork", "url": "https://asyncwork.com/" },
  "version": "0.2.0",
  "documentationUrl": "https://asyncwork.ai/agents.md",
  "capabilities": { "streaming": false, "pushNotifications": false },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "securitySchemes": {
    "apiKey": { "type": "apiKey", "in": "header", "name": "X-API-Key" },
    "oauth2": { "type": "oauth2", "flows": { "clientCredentials": { "tokenUrl": "https://asyncwork.ai/oauth/token", "scopes": { "read": "discovery + knowledge", "ask": "synthesized expert answers", "verify": "human verification / advisory" } } } }
  },
  "security": [{ "apiKey": [] }, { "oauth2": ["read"] }],
  "skills": [
    { "id": "get_catalog", "name": "Get catalog", "description": "List AsyncWork properties, the two-tier product, the expert-SLM menu, services and commerce terms.", "tags": ["discovery", "anonymous"] },
    { "id": "search_knowledge", "name": "Search async-work knowledge", "description": "Query the AsyncWork playbook, glossary, and insights.", "tags": ["knowledge", "anonymous"], "examples": ["What is asynchronous work?"] },
    { "id": "ask_expert", "name": "Ask an expert SLM (synthesized answer)", "description": "Route a query to the relevant human-curated expert SLM(s); returns one synthesized answer with provenance (experts, sources, confidence) and an escalate affordance.", "tags": ["slm", "synthesized", "paid", "provenance"], "examples": ["Review this clause for unlimited-liability exposure", "Assess ICS network segmentation for this topology"] },
    { "id": "verify_with_human", "name": "Escalate to the named human expert", "description": "Route the thread to the named human expert for verification/correction/advisory; premium answers carry a signed verification credential.", "tags": ["human", "verification", "premium", "write"] }
  ],
  "x-status": "preview — discovery + manifests live; ask_expert (v3) and verify_with_human (v4) rolling out",
  "x-product": { "tiers": ["synthesized_answer (per-call)", "human_verification (per-engagement)"], "answer_object": "https://asyncwork.ai/catalog.json#product.answer_object" },
  "x-payment": { "policy": "rail-neutral", "default": "x402 (USDC) per call — planned", "premium_trust_layer": "AP2 mandate — planned", "doc": "https://asyncwork.ai/agents.md#commerce" },
  "x-rateLimits": { "anonymous": "60/hour", "registered": "1000/day", "doc": "https://asyncwork.ai/agents.md#rate-limits" }
}
