[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-upstash-upstash-workflow-js":3,"mdc--p0b6mp-key":37,"related-org-upstash-upstash-workflow-js":873,"related-repo-upstash-upstash-workflow-js":1049},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":32,"sourceUrl":35,"mdContent":36},"upstash-workflow-js","build serverless workflows with Upstash","Lightweight guidance for using the Upstash Workflow SDK to define, trigger, and manage workflows. Use this Skill whenever a user wants to create workflow endpoints, run steps, or interact with the Upstash Workflow client.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"upstash","Upstash","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fupstash.png",[12,16,17,20],{"name":13,"slug":14,"type":15},"Node.js","node-js","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Serverless","serverless",{"name":21,"slug":22,"type":15},"Workflow Automation","workflow-automation",150,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fworkflow-js","2026-04-06T18:55:09.106744",null,26,[29,30,31],"qstash","upstash-sdk","workflow",{"repoUrl":24,"stars":23,"forks":27,"topics":33,"description":34},[29,30,31],"Durable, Reliable and Performant Serverless Functions","https:\u002F\u002Fgithub.com\u002Fupstash\u002Fworkflow-js\u002Ftree\u002FHEAD\u002Fskills","---\nname: upstash-workflow-js\ndescription: Lightweight guidance for using the Upstash Workflow SDK to define, trigger, and manage workflows. Use this Skill whenever a user wants to create workflow endpoints, run steps, or interact with the Upstash Workflow client.\n---\n\n# Upstash Workflow SDK\n\n## Quick Start\n\nThe Upstash Workflow SDK lets you expose serverless workflow endpoints and run them reliably using QStash under the hood.\n\nInstall:\n\n```bash\nnpm install @upstash\u002Fworkflow\n```\n\nDefine a simple workflow endpoint:\n\n```ts\nimport { serve } from \"@upstash\u002Fworkflow\";\n\nexport const { POST } = serve(async (context) => {\n  await context.run(\"step-1\", () => console.log(\"step 1\"));\n  await context.run(\"step-2\", () => console.log(\"step 2\"));\n});\n```\n\nTrigger it from your backend:\n\n```ts\nimport { Client } from \"@upstash\u002Fworkflow\";\n\nconst client = new Client({ token: process.env.QSTASH_TOKEN! });\nawait client.trigger({ url: \"https:\u002F\u002Fyour-app.com\u002Fapi\u002Fworkflow\" });\n```\n\n## Other Skill Files\n\nThese files contain the full documentation. Use them for details, patterns, and advanced behavior.\n\n- basics:\n  - **basics\u002Fserve** – How to expose workflow endpoints.\n  - **basics\u002Fcontext** – Full API for workflow `context` (steps, waits, webhooks, events, invoke, etc.).\n  - **basics\u002Fclient** – Using the Workflow client to trigger, cancel, inspect, and notify runs.\n- features:\n  - **features\u002Finvoke** – Cross‑workflow invocation.\n  - **features\u002Freliability** – Retries, failure callbacks, and DLQ.\n  - **features\u002Fflow-control** – Rate limits, concurrency, and parallelism.\n  - **features\u002Fwait-for-event** – Notify and wait-for-event patterns.\n  - **features\u002Fwebhooks** – Webhook creation and consumption.\n- how to:\n  - **how-to\u002Flocal-dev** – Local QStash dev server and tunneling.\n  - **how-to\u002Frealtime** – Realtime and human‑in‑the‑loop workflows.\n  - **how-to\u002Fmigrations** – Migrating workflows safely.\n  - **how-to\u002Fmiddleware** – Adding middleware to workflows.\n- other files:\n  - **rest-api** – Low-level REST endpoints for interacting with QStash\u002FWorkflow.\n  - **troubleshooting** – Common debugging and environment issues.\n  - **agents** – Using Workflow with agents, orchestrators, and automation patterns.\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,51,58,64,69,104,109,452,457,661,667,672,867],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"upstash-workflow-sdk",[48],{"type":49,"value":50},"text","Upstash Workflow SDK",{"type":43,"tag":52,"props":53,"children":55},"h2",{"id":54},"quick-start",[56],{"type":49,"value":57},"Quick Start",{"type":43,"tag":59,"props":60,"children":61},"p",{},[62],{"type":49,"value":63},"The Upstash Workflow SDK lets you expose serverless workflow endpoints and run them reliably using QStash under the hood.",{"type":43,"tag":59,"props":65,"children":66},{},[67],{"type":49,"value":68},"Install:",{"type":43,"tag":70,"props":71,"children":76},"pre",{"className":72,"code":73,"language":74,"meta":75,"style":75},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npm install @upstash\u002Fworkflow\n","bash","",[77],{"type":43,"tag":78,"props":79,"children":80},"code",{"__ignoreMap":75},[81],{"type":43,"tag":82,"props":83,"children":86},"span",{"class":84,"line":85},"line",1,[87,93,99],{"type":43,"tag":82,"props":88,"children":90},{"style":89},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[91],{"type":49,"value":92},"npm",{"type":43,"tag":82,"props":94,"children":96},{"style":95},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[97],{"type":49,"value":98}," install",{"type":43,"tag":82,"props":100,"children":101},{"style":95},[102],{"type":49,"value":103}," @upstash\u002Fworkflow\n",{"type":43,"tag":59,"props":105,"children":106},{},[107],{"type":49,"value":108},"Define a simple workflow endpoint:",{"type":43,"tag":70,"props":110,"children":114},{"className":111,"code":112,"language":113,"meta":75,"style":75},"language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import { serve } from \"@upstash\u002Fworkflow\";\n\nexport const { POST } = serve(async (context) => {\n  await context.run(\"step-1\", () => console.log(\"step 1\"));\n  await context.run(\"step-2\", () => console.log(\"step 2\"));\n});\n","ts",[115],{"type":43,"tag":78,"props":116,"children":117},{"__ignoreMap":75},[118,169,179,254,350,436],{"type":43,"tag":82,"props":119,"children":120},{"class":84,"line":85},[121,127,133,139,144,149,154,159,164],{"type":43,"tag":82,"props":122,"children":124},{"style":123},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[125],{"type":49,"value":126},"import",{"type":43,"tag":82,"props":128,"children":130},{"style":129},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[131],{"type":49,"value":132}," {",{"type":43,"tag":82,"props":134,"children":136},{"style":135},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[137],{"type":49,"value":138}," serve",{"type":43,"tag":82,"props":140,"children":141},{"style":129},[142],{"type":49,"value":143}," }",{"type":43,"tag":82,"props":145,"children":146},{"style":123},[147],{"type":49,"value":148}," from",{"type":43,"tag":82,"props":150,"children":151},{"style":129},[152],{"type":49,"value":153}," \"",{"type":43,"tag":82,"props":155,"children":156},{"style":95},[157],{"type":49,"value":158},"@upstash\u002Fworkflow",{"type":43,"tag":82,"props":160,"children":161},{"style":129},[162],{"type":49,"value":163},"\"",{"type":43,"tag":82,"props":165,"children":166},{"style":129},[167],{"type":49,"value":168},";\n",{"type":43,"tag":82,"props":170,"children":172},{"class":84,"line":171},2,[173],{"type":43,"tag":82,"props":174,"children":176},{"emptyLinePlaceholder":175},true,[177],{"type":49,"value":178},"\n",{"type":43,"tag":82,"props":180,"children":182},{"class":84,"line":181},3,[183,188,194,198,203,208,213,218,223,228,233,239,244,249],{"type":43,"tag":82,"props":184,"children":185},{"style":123},[186],{"type":49,"value":187},"export",{"type":43,"tag":82,"props":189,"children":191},{"style":190},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[192],{"type":49,"value":193}," const",{"type":43,"tag":82,"props":195,"children":196},{"style":129},[197],{"type":49,"value":132},{"type":43,"tag":82,"props":199,"children":200},{"style":135},[201],{"type":49,"value":202}," POST ",{"type":43,"tag":82,"props":204,"children":205},{"style":129},[206],{"type":49,"value":207},"}",{"type":43,"tag":82,"props":209,"children":210},{"style":129},[211],{"type":49,"value":212}," =",{"type":43,"tag":82,"props":214,"children":216},{"style":215},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[217],{"type":49,"value":138},{"type":43,"tag":82,"props":219,"children":220},{"style":135},[221],{"type":49,"value":222},"(",{"type":43,"tag":82,"props":224,"children":225},{"style":190},[226],{"type":49,"value":227},"async",{"type":43,"tag":82,"props":229,"children":230},{"style":129},[231],{"type":49,"value":232}," (",{"type":43,"tag":82,"props":234,"children":236},{"style":235},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[237],{"type":49,"value":238},"context",{"type":43,"tag":82,"props":240,"children":241},{"style":129},[242],{"type":49,"value":243},")",{"type":43,"tag":82,"props":245,"children":246},{"style":190},[247],{"type":49,"value":248}," =>",{"type":43,"tag":82,"props":250,"children":251},{"style":129},[252],{"type":49,"value":253}," {\n",{"type":43,"tag":82,"props":255,"children":257},{"class":84,"line":256},4,[258,263,268,273,278,283,287,292,296,301,306,310,315,319,324,328,332,337,341,346],{"type":43,"tag":82,"props":259,"children":260},{"style":123},[261],{"type":49,"value":262},"  await",{"type":43,"tag":82,"props":264,"children":265},{"style":135},[266],{"type":49,"value":267}," context",{"type":43,"tag":82,"props":269,"children":270},{"style":129},[271],{"type":49,"value":272},".",{"type":43,"tag":82,"props":274,"children":275},{"style":215},[276],{"type":49,"value":277},"run",{"type":43,"tag":82,"props":279,"children":281},{"style":280},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[282],{"type":49,"value":222},{"type":43,"tag":82,"props":284,"children":285},{"style":129},[286],{"type":49,"value":163},{"type":43,"tag":82,"props":288,"children":289},{"style":95},[290],{"type":49,"value":291},"step-1",{"type":43,"tag":82,"props":293,"children":294},{"style":129},[295],{"type":49,"value":163},{"type":43,"tag":82,"props":297,"children":298},{"style":129},[299],{"type":49,"value":300},",",{"type":43,"tag":82,"props":302,"children":303},{"style":129},[304],{"type":49,"value":305}," ()",{"type":43,"tag":82,"props":307,"children":308},{"style":190},[309],{"type":49,"value":248},{"type":43,"tag":82,"props":311,"children":312},{"style":135},[313],{"type":49,"value":314}," console",{"type":43,"tag":82,"props":316,"children":317},{"style":129},[318],{"type":49,"value":272},{"type":43,"tag":82,"props":320,"children":321},{"style":215},[322],{"type":49,"value":323},"log",{"type":43,"tag":82,"props":325,"children":326},{"style":280},[327],{"type":49,"value":222},{"type":43,"tag":82,"props":329,"children":330},{"style":129},[331],{"type":49,"value":163},{"type":43,"tag":82,"props":333,"children":334},{"style":95},[335],{"type":49,"value":336},"step 1",{"type":43,"tag":82,"props":338,"children":339},{"style":129},[340],{"type":49,"value":163},{"type":43,"tag":82,"props":342,"children":343},{"style":280},[344],{"type":49,"value":345},"))",{"type":43,"tag":82,"props":347,"children":348},{"style":129},[349],{"type":49,"value":168},{"type":43,"tag":82,"props":351,"children":353},{"class":84,"line":352},5,[354,358,362,366,370,374,378,383,387,391,395,399,403,407,411,415,419,424,428,432],{"type":43,"tag":82,"props":355,"children":356},{"style":123},[357],{"type":49,"value":262},{"type":43,"tag":82,"props":359,"children":360},{"style":135},[361],{"type":49,"value":267},{"type":43,"tag":82,"props":363,"children":364},{"style":129},[365],{"type":49,"value":272},{"type":43,"tag":82,"props":367,"children":368},{"style":215},[369],{"type":49,"value":277},{"type":43,"tag":82,"props":371,"children":372},{"style":280},[373],{"type":49,"value":222},{"type":43,"tag":82,"props":375,"children":376},{"style":129},[377],{"type":49,"value":163},{"type":43,"tag":82,"props":379,"children":380},{"style":95},[381],{"type":49,"value":382},"step-2",{"type":43,"tag":82,"props":384,"children":385},{"style":129},[386],{"type":49,"value":163},{"type":43,"tag":82,"props":388,"children":389},{"style":129},[390],{"type":49,"value":300},{"type":43,"tag":82,"props":392,"children":393},{"style":129},[394],{"type":49,"value":305},{"type":43,"tag":82,"props":396,"children":397},{"style":190},[398],{"type":49,"value":248},{"type":43,"tag":82,"props":400,"children":401},{"style":135},[402],{"type":49,"value":314},{"type":43,"tag":82,"props":404,"children":405},{"style":129},[406],{"type":49,"value":272},{"type":43,"tag":82,"props":408,"children":409},{"style":215},[410],{"type":49,"value":323},{"type":43,"tag":82,"props":412,"children":413},{"style":280},[414],{"type":49,"value":222},{"type":43,"tag":82,"props":416,"children":417},{"style":129},[418],{"type":49,"value":163},{"type":43,"tag":82,"props":420,"children":421},{"style":95},[422],{"type":49,"value":423},"step 2",{"type":43,"tag":82,"props":425,"children":426},{"style":129},[427],{"type":49,"value":163},{"type":43,"tag":82,"props":429,"children":430},{"style":280},[431],{"type":49,"value":345},{"type":43,"tag":82,"props":433,"children":434},{"style":129},[435],{"type":49,"value":168},{"type":43,"tag":82,"props":437,"children":439},{"class":84,"line":438},6,[440,444,448],{"type":43,"tag":82,"props":441,"children":442},{"style":129},[443],{"type":49,"value":207},{"type":43,"tag":82,"props":445,"children":446},{"style":135},[447],{"type":49,"value":243},{"type":43,"tag":82,"props":449,"children":450},{"style":129},[451],{"type":49,"value":168},{"type":43,"tag":59,"props":453,"children":454},{},[455],{"type":49,"value":456},"Trigger it from your backend:",{"type":43,"tag":70,"props":458,"children":460},{"className":111,"code":459,"language":113,"meta":75,"style":75},"import { Client } from \"@upstash\u002Fworkflow\";\n\nconst client = new Client({ token: process.env.QSTASH_TOKEN! });\nawait client.trigger({ url: \"https:\u002F\u002Fyour-app.com\u002Fapi\u002Fworkflow\" });\n",[461],{"type":43,"tag":78,"props":462,"children":463},{"__ignoreMap":75},[464,504,511,597],{"type":43,"tag":82,"props":465,"children":466},{"class":84,"line":85},[467,471,475,480,484,488,492,496,500],{"type":43,"tag":82,"props":468,"children":469},{"style":123},[470],{"type":49,"value":126},{"type":43,"tag":82,"props":472,"children":473},{"style":129},[474],{"type":49,"value":132},{"type":43,"tag":82,"props":476,"children":477},{"style":135},[478],{"type":49,"value":479}," Client",{"type":43,"tag":82,"props":481,"children":482},{"style":129},[483],{"type":49,"value":143},{"type":43,"tag":82,"props":485,"children":486},{"style":123},[487],{"type":49,"value":148},{"type":43,"tag":82,"props":489,"children":490},{"style":129},[491],{"type":49,"value":153},{"type":43,"tag":82,"props":493,"children":494},{"style":95},[495],{"type":49,"value":158},{"type":43,"tag":82,"props":497,"children":498},{"style":129},[499],{"type":49,"value":163},{"type":43,"tag":82,"props":501,"children":502},{"style":129},[503],{"type":49,"value":168},{"type":43,"tag":82,"props":505,"children":506},{"class":84,"line":171},[507],{"type":43,"tag":82,"props":508,"children":509},{"emptyLinePlaceholder":175},[510],{"type":49,"value":178},{"type":43,"tag":82,"props":512,"children":513},{"class":84,"line":181},[514,519,524,529,534,538,542,547,552,557,562,566,571,575,580,585,589,593],{"type":43,"tag":82,"props":515,"children":516},{"style":190},[517],{"type":49,"value":518},"const",{"type":43,"tag":82,"props":520,"children":521},{"style":135},[522],{"type":49,"value":523}," client ",{"type":43,"tag":82,"props":525,"children":526},{"style":129},[527],{"type":49,"value":528},"=",{"type":43,"tag":82,"props":530,"children":531},{"style":129},[532],{"type":49,"value":533}," new",{"type":43,"tag":82,"props":535,"children":536},{"style":215},[537],{"type":49,"value":479},{"type":43,"tag":82,"props":539,"children":540},{"style":135},[541],{"type":49,"value":222},{"type":43,"tag":82,"props":543,"children":544},{"style":129},[545],{"type":49,"value":546},"{",{"type":43,"tag":82,"props":548,"children":549},{"style":280},[550],{"type":49,"value":551}," token",{"type":43,"tag":82,"props":553,"children":554},{"style":129},[555],{"type":49,"value":556},":",{"type":43,"tag":82,"props":558,"children":559},{"style":135},[560],{"type":49,"value":561}," process",{"type":43,"tag":82,"props":563,"children":564},{"style":129},[565],{"type":49,"value":272},{"type":43,"tag":82,"props":567,"children":568},{"style":135},[569],{"type":49,"value":570},"env",{"type":43,"tag":82,"props":572,"children":573},{"style":129},[574],{"type":49,"value":272},{"type":43,"tag":82,"props":576,"children":577},{"style":135},[578],{"type":49,"value":579},"QSTASH_TOKEN",{"type":43,"tag":82,"props":581,"children":582},{"style":129},[583],{"type":49,"value":584},"!",{"type":43,"tag":82,"props":586,"children":587},{"style":129},[588],{"type":49,"value":143},{"type":43,"tag":82,"props":590,"children":591},{"style":135},[592],{"type":49,"value":243},{"type":43,"tag":82,"props":594,"children":595},{"style":129},[596],{"type":49,"value":168},{"type":43,"tag":82,"props":598,"children":599},{"class":84,"line":256},[600,605,610,614,619,623,627,632,636,640,645,649,653,657],{"type":43,"tag":82,"props":601,"children":602},{"style":123},[603],{"type":49,"value":604},"await",{"type":43,"tag":82,"props":606,"children":607},{"style":135},[608],{"type":49,"value":609}," client",{"type":43,"tag":82,"props":611,"children":612},{"style":129},[613],{"type":49,"value":272},{"type":43,"tag":82,"props":615,"children":616},{"style":215},[617],{"type":49,"value":618},"trigger",{"type":43,"tag":82,"props":620,"children":621},{"style":135},[622],{"type":49,"value":222},{"type":43,"tag":82,"props":624,"children":625},{"style":129},[626],{"type":49,"value":546},{"type":43,"tag":82,"props":628,"children":629},{"style":280},[630],{"type":49,"value":631}," url",{"type":43,"tag":82,"props":633,"children":634},{"style":129},[635],{"type":49,"value":556},{"type":43,"tag":82,"props":637,"children":638},{"style":129},[639],{"type":49,"value":153},{"type":43,"tag":82,"props":641,"children":642},{"style":95},[643],{"type":49,"value":644},"https:\u002F\u002Fyour-app.com\u002Fapi\u002Fworkflow",{"type":43,"tag":82,"props":646,"children":647},{"style":129},[648],{"type":49,"value":163},{"type":43,"tag":82,"props":650,"children":651},{"style":129},[652],{"type":49,"value":143},{"type":43,"tag":82,"props":654,"children":655},{"style":135},[656],{"type":49,"value":243},{"type":43,"tag":82,"props":658,"children":659},{"style":129},[660],{"type":49,"value":168},{"type":43,"tag":52,"props":662,"children":664},{"id":663},"other-skill-files",[665],{"type":49,"value":666},"Other Skill Files",{"type":43,"tag":59,"props":668,"children":669},{},[670],{"type":49,"value":671},"These files contain the full documentation. Use them for details, patterns, and advanced behavior.",{"type":43,"tag":673,"props":674,"children":675},"ul",{},[676,723,781,829],{"type":43,"tag":677,"props":678,"children":679},"li",{},[680,682],{"type":49,"value":681},"basics:\n",{"type":43,"tag":673,"props":683,"children":684},{},[685,696,713],{"type":43,"tag":677,"props":686,"children":687},{},[688,694],{"type":43,"tag":689,"props":690,"children":691},"strong",{},[692],{"type":49,"value":693},"basics\u002Fserve",{"type":49,"value":695}," – How to expose workflow endpoints.",{"type":43,"tag":677,"props":697,"children":698},{},[699,704,706,711],{"type":43,"tag":689,"props":700,"children":701},{},[702],{"type":49,"value":703},"basics\u002Fcontext",{"type":49,"value":705}," – Full API for workflow ",{"type":43,"tag":78,"props":707,"children":709},{"className":708},[],[710],{"type":49,"value":238},{"type":49,"value":712}," (steps, waits, webhooks, events, invoke, etc.).",{"type":43,"tag":677,"props":714,"children":715},{},[716,721],{"type":43,"tag":689,"props":717,"children":718},{},[719],{"type":49,"value":720},"basics\u002Fclient",{"type":49,"value":722}," – Using the Workflow client to trigger, cancel, inspect, and notify runs.",{"type":43,"tag":677,"props":724,"children":725},{},[726,728],{"type":49,"value":727},"features:\n",{"type":43,"tag":673,"props":729,"children":730},{},[731,741,751,761,771],{"type":43,"tag":677,"props":732,"children":733},{},[734,739],{"type":43,"tag":689,"props":735,"children":736},{},[737],{"type":49,"value":738},"features\u002Finvoke",{"type":49,"value":740}," – Cross‑workflow invocation.",{"type":43,"tag":677,"props":742,"children":743},{},[744,749],{"type":43,"tag":689,"props":745,"children":746},{},[747],{"type":49,"value":748},"features\u002Freliability",{"type":49,"value":750}," – Retries, failure callbacks, and DLQ.",{"type":43,"tag":677,"props":752,"children":753},{},[754,759],{"type":43,"tag":689,"props":755,"children":756},{},[757],{"type":49,"value":758},"features\u002Fflow-control",{"type":49,"value":760}," – Rate limits, concurrency, and parallelism.",{"type":43,"tag":677,"props":762,"children":763},{},[764,769],{"type":43,"tag":689,"props":765,"children":766},{},[767],{"type":49,"value":768},"features\u002Fwait-for-event",{"type":49,"value":770}," – Notify and wait-for-event patterns.",{"type":43,"tag":677,"props":772,"children":773},{},[774,779],{"type":43,"tag":689,"props":775,"children":776},{},[777],{"type":49,"value":778},"features\u002Fwebhooks",{"type":49,"value":780}," – Webhook creation and consumption.",{"type":43,"tag":677,"props":782,"children":783},{},[784,786],{"type":49,"value":785},"how to:\n",{"type":43,"tag":673,"props":787,"children":788},{},[789,799,809,819],{"type":43,"tag":677,"props":790,"children":791},{},[792,797],{"type":43,"tag":689,"props":793,"children":794},{},[795],{"type":49,"value":796},"how-to\u002Flocal-dev",{"type":49,"value":798}," – Local QStash dev server and tunneling.",{"type":43,"tag":677,"props":800,"children":801},{},[802,807],{"type":43,"tag":689,"props":803,"children":804},{},[805],{"type":49,"value":806},"how-to\u002Frealtime",{"type":49,"value":808}," – Realtime and human‑in‑the‑loop workflows.",{"type":43,"tag":677,"props":810,"children":811},{},[812,817],{"type":43,"tag":689,"props":813,"children":814},{},[815],{"type":49,"value":816},"how-to\u002Fmigrations",{"type":49,"value":818}," – Migrating workflows safely.",{"type":43,"tag":677,"props":820,"children":821},{},[822,827],{"type":43,"tag":689,"props":823,"children":824},{},[825],{"type":49,"value":826},"how-to\u002Fmiddleware",{"type":49,"value":828}," – Adding middleware to workflows.",{"type":43,"tag":677,"props":830,"children":831},{},[832,834],{"type":49,"value":833},"other files:\n",{"type":43,"tag":673,"props":835,"children":836},{},[837,847,857],{"type":43,"tag":677,"props":838,"children":839},{},[840,845],{"type":43,"tag":689,"props":841,"children":842},{},[843],{"type":49,"value":844},"rest-api",{"type":49,"value":846}," – Low-level REST endpoints for interacting with QStash\u002FWorkflow.",{"type":43,"tag":677,"props":848,"children":849},{},[850,855],{"type":43,"tag":689,"props":851,"children":852},{},[853],{"type":49,"value":854},"troubleshooting",{"type":49,"value":856}," – Common debugging and environment issues.",{"type":43,"tag":677,"props":858,"children":859},{},[860,865],{"type":43,"tag":689,"props":861,"children":862},{},[863],{"type":49,"value":864},"agents",{"type":49,"value":866}," – Using Workflow with agents, orchestrators, and automation patterns.",{"type":43,"tag":868,"props":869,"children":870},"style",{},[871],{"type":49,"value":872},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":874,"total":1048},[875,893,908,920,934,953,966,981,988,1003,1019,1034],{"slug":876,"name":876,"fn":877,"description":878,"org":879,"tags":880,"stars":890,"repoUrl":891,"updatedAt":892},"context7-cli","manage documentation and skills with ctx7","Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions \"ctx7\" or \"context7\", needs current docs for any library, wants to install\u002Fsearch\u002Fgenerate skills, or needs to set up Context7 for their AI coding agent.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[881,884,887],{"name":882,"slug":883,"type":15},"CLI","cli",{"name":885,"slug":886,"type":15},"Documentation","documentation",{"name":888,"slug":889,"type":15},"Knowledge Management","knowledge-management",60095,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fcontext7","2026-04-06T18:55:02.689254",{"slug":894,"name":894,"fn":895,"description":896,"org":897,"tags":898,"stars":890,"repoUrl":891,"updatedAt":907},"context7-docs","fetch documentation and code examples","Fetch up-to-date documentation and code examples for any library, framework, SDK, CLI tool, or cloud service. Use whenever the user asks about a specific library — even well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot — because training data may not reflect recent API changes or version updates.\nAlways use for: API syntax questions, configuration options, version migration issues, \"how do I\" questions mentioning a library name, debugging that involves library-specific behavior, setup instructions, and CLI tool usage.\nUse even when you think you know the answer. Do not rely on training data for API details, signatures, or configuration options — they are frequently out of date. Prefer this over web search for library documentation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[899,900,901,904],{"name":882,"slug":883,"type":15},{"name":885,"slug":886,"type":15},{"name":902,"slug":903,"type":15},"Reference","reference",{"name":905,"slug":906,"type":15},"SDK","sdk","2026-07-28T05:35:31.125695",{"slug":909,"name":909,"fn":910,"description":911,"org":912,"tags":913,"stars":890,"repoUrl":891,"updatedAt":919},"context7-mcp","retrieve library documentation via MCP","This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[914,915,916],{"name":885,"slug":886,"type":15},{"name":888,"slug":889,"type":15},{"name":917,"slug":918,"type":15},"MCP","mcp","2026-07-28T05:35:32.109879",{"slug":921,"name":921,"fn":922,"description":923,"org":924,"tags":925,"stars":890,"repoUrl":891,"updatedAt":933},"find-docs","retrieve documentation for developer technologies","Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service — even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your training data may not reflect recent API changes or version updates.\nAlways use for: API syntax questions, configuration options, version migration issues, \"how do I\" questions mentioning a library name, debugging that involves library-specific behavior, setup instructions, and CLI tool usage.\nUse even when you think you know the answer — do not rely on training data for API details, signatures, or configuration options as they are frequently outdated. Always verify against current docs. Prefer this over web search for library documentation and API details.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[926,927,930],{"name":885,"slug":886,"type":15},{"name":928,"slug":929,"type":15},"Research","research",{"name":931,"slug":932,"type":15},"Search","search","2026-07-28T05:35:30.135004",{"slug":935,"name":935,"fn":936,"description":937,"org":938,"tags":939,"stars":950,"repoUrl":951,"updatedAt":952},"upstash-ratelimit-ts","implement Redis rate limiting with Upstash","Lightweight guidance for using the Redis Rate Limit TypeScript SDK, including setup steps, basic usage, and pointers to advanced algorithm, features, pricing, and traffic‑protection docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[940,943,946,949],{"name":941,"slug":942,"type":15},"Performance","performance",{"name":944,"slug":945,"type":15},"Redis","redis",{"name":947,"slug":948,"type":15},"TypeScript","typescript",{"name":9,"slug":8,"type":15},2043,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fratelimit-js","2026-04-06T18:55:05.25459",{"slug":954,"name":954,"fn":955,"description":956,"org":957,"tags":958,"stars":963,"repoUrl":964,"updatedAt":965},"redis-js","manage serverless Redis with Upstash","Work with the Upstash Redis JavaScript\u002FTypeScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating with @upstash\u002Fredis search extension), and all Redis data structures. Supports automatic serialization\u002Fdeserialization of JavaScript types. Search also available via @upstash\u002Fsearch-redis and @upstash\u002Fsearch-ioredis adapters for TCP clients.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[959,960,961,962],{"name":13,"slug":14,"type":15},{"name":944,"slug":945,"type":15},{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},959,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fredis-js","2026-04-06T18:55:06.549589",{"slug":967,"name":967,"fn":968,"description":969,"org":970,"tags":971,"stars":978,"repoUrl":979,"updatedAt":980},"qstash-js","manage serverless messaging with QStash","Work with the QStash JavaScript\u002FTypeScript SDK for serverless messaging, scheduling. Use when publishing messages to HTTP endpoints, creating schedules, managing queues, verifying incoming messages in serverless environments.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[972,975,976,977],{"name":973,"slug":974,"type":15},"Messaging","messaging",{"name":13,"slug":14,"type":15},{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},268,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fqstash-js","2026-04-06T18:55:07.811408",{"slug":4,"name":4,"fn":5,"description":6,"org":982,"tags":983,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[984,985,986,987],{"name":13,"slug":14,"type":15},{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},{"slug":989,"name":989,"fn":990,"description":991,"org":992,"tags":993,"stars":1000,"repoUrl":1001,"updatedAt":1002},"upstash-vector-js","implement vector search with Upstash","Provides quick-start guidance and a unified entry point for Vector features, SDK usage, and integrations. Use when users ask how to work with Vector, its TS SDK, features, or supported frameworks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[994,997,998,999],{"name":995,"slug":996,"type":15},"AI Infrastructure","ai-infrastructure",{"name":13,"slug":14,"type":15},{"name":931,"slug":932,"type":15},{"name":9,"slug":8,"type":15},70,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fvector-js","2026-04-06T18:55:10.452627",{"slug":1004,"name":1004,"fn":1005,"description":1006,"org":1007,"tags":1008,"stars":1016,"repoUrl":1017,"updatedAt":1018},"upstash-box-js","build sandboxed environments with Upstash Box","Work with the @upstash\u002Fbox SDK for sandboxed cloud containers with AI agents, shell, filesystem, and git. Use when building with Upstash Box, creating sandboxed environments, running AI agents in containers, or orchestrating parallel boxes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1009,1011,1012,1015],{"name":1010,"slug":864,"type":15},"Agents",{"name":13,"slug":14,"type":15},{"name":1013,"slug":1014,"type":15},"Sandboxing","sandboxing",{"name":9,"slug":8,"type":15},34,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fbox","2026-04-06T18:55:14.361763",{"slug":1020,"name":1020,"fn":1021,"description":1022,"org":1023,"tags":1024,"stars":1031,"repoUrl":1032,"updatedAt":1033},"upstash-search-js","implement search features with Upstash","Entry point for documentation skills covering Upstash Search quick starts, core concepts, and TypeScript SDK usage. Use when a user asks how to get started, how indexing works, or how to use the TS client.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1025,1028,1029,1030],{"name":1026,"slug":1027,"type":15},"API Development","api-development",{"name":13,"slug":14,"type":15},{"name":931,"slug":932,"type":15},{"name":9,"slug":8,"type":15},22,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fsearch-js","2026-04-06T18:55:11.769669",{"slug":8,"name":8,"fn":1035,"description":1036,"org":1037,"tags":1038,"stars":1045,"repoUrl":1046,"updatedAt":1047},"build applications with Upstash SDKs","Work with any Upstash TypeScript\u002FJavaScript SDK including Redis, Box, QStash, Workflow, Vector, Search and Ratelimit. Use when the user is working with any Upstash product or SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1039,1042,1043,1044],{"name":1040,"slug":1041,"type":15},"Database","database",{"name":944,"slug":945,"type":15},{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},15,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fskills","2026-04-06T18:55:15.67714",19,{"items":1050,"total":85},[1051],{"slug":4,"name":4,"fn":5,"description":6,"org":1052,"tags":1053,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1054,1055,1056,1057],{"name":13,"slug":14,"type":15},{"name":18,"slug":19,"type":15},{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15}]