[{"data":1,"prerenderedAt":2529},["ShallowReactive",2],{"navigation":3,"\u002Fdocs\u002Fgetting-started\u002Fquickstart":81,"\u002Fdocs\u002Fgetting-started\u002Fquickstart-surround":2524},[4,77],{"title":5,"_path":6,"children":7,"icon":76},"Docs","\u002Fdocs",[8,23,41,51,63,69],{"title":9,"_path":10,"children":11},"Getting Started","\u002Fdocs\u002Fgetting-started",[12,14,17,20],{"title":13,"_path":10},"Introduction to Datafuse",{"title":15,"_path":16},"Installation Guide","\u002Fdocs\u002Fgetting-started\u002Finstallation",{"title":18,"_path":19},"5-Minute Quickstart","\u002Fdocs\u002Fgetting-started\u002Fquickstart",{"title":21,"_path":22},"5-Minute Quickstart with curl","\u002Fdocs\u002Fgetting-started\u002Fcurl",{"title":24,"_path":25,"children":26},"Core Concepts","\u002Fdocs\u002Fcore-concepts",[27,29,32,35,38],{"title":28,"_path":25},"Conceptual Landscape",{"title":30,"_path":31},"Adding Custom Integrations","\u002Fdocs\u002Fcore-concepts\u002Fcustom-integrations",{"title":33,"_path":34},"Managed Authentication","\u002Fdocs\u002Fcore-concepts\u002Fauthentication",{"title":36,"_path":37},"Bi-Directional Triggers","\u002Fdocs\u002Fcore-concepts\u002Ftriggers",{"title":39,"_path":40},"Observability & Auditing","\u002Fdocs\u002Fcore-concepts\u002Fobservability",{"title":42,"_path":43,"children":44},"Model Context Protocol","\u002Fdocs\u002Fmcp",[45,48],{"title":46,"_path":47},"Introduction to MCP","\u002Fdocs\u002Fmcp\u002Fintroduction",{"title":49,"_path":50},"Operating MCP Servers","\u002Fdocs\u002Fmcp\u002Fmcp-servers",{"title":52,"_path":53,"children":54},"Client SDKs","\u002Fdocs\u002Fsdks",[55,57,60],{"title":56,"_path":53},"Client Overview",{"title":58,"_path":59},"Python Client Guide","\u002Fdocs\u002Fsdks\u002Fpython",{"title":61,"_path":62},"TypeScript Client Guide","\u002Fdocs\u002Fsdks\u002Ftypescript",{"title":64,"_path":65,"children":66},"Self-Hosting & VPC","\u002Fdocs\u002Fself-hosting",[67],{"title":68,"_path":65},"Self-Hosting Guide",{"title":70,"_path":71,"children":72},"Comparisons","\u002Fdocs\u002Fcomparisons",[73],{"title":74,"_path":75},"Datafuse vs. Composio","\u002Fdocs\u002Fcomparisons\u002Fcomposio","i-heroicons-book-open",{"title":78,"_path":79,"icon":80},"Pricing","\u002Fpricing","i-heroicons-credit-card",{"_path":19,"_dir":82,"_draft":83,"_partial":83,"_locale":84,"title":18,"description":85,"body":86,"_type":2518,"_id":2519,"_source":2520,"_file":2521,"_stem":2522,"_extension":2523},"getting-started",false,"","Use the v1 integration API from Python or TypeScript to resolve tools and invoke them.",{"type":87,"children":88,"toc":2511},"root",[89,106,110,117,122,575,578,584,589,1086,1100,1103,1109,1114,1587,1590,1596,1609,2445,2448,2454,2505],{"type":90,"tag":91,"props":92,"children":93},"element","p",{},[94,97,104],{"type":95,"value":96},"text","This guide uses the real app routes in ",{"type":90,"tag":98,"props":99,"children":101},"code",{"className":100},[],[102],{"type":95,"value":103},"server\u002Frouters\u002Fintegrations.py",{"type":95,"value":105},". Authenticate with a user access token, list integrations, resolve tools, and then invoke one of the resolved tool keys.",{"type":90,"tag":107,"props":108,"children":109},"hr",{},[],{"type":90,"tag":111,"props":112,"children":114},"h2",{"id":113},"step-1-configure-the-client",[115],{"type":95,"value":116},"Step 1: Configure the Client",{"type":90,"tag":91,"props":118,"children":119},{},[120],{"type":95,"value":121},"Set the API host and export a user access token from the app or your auth flow.",{"type":90,"tag":123,"props":124,"children":125},"code-group",{},[126,389],{"type":90,"tag":127,"props":128,"children":133},"pre",{"className":129,"code":130,"filename":131,"language":132,"meta":84,"style":84},"language-python shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import os\n\nbase_url = os.getenv(\"DATAFUSE_API_URL\", \"https:\u002F\u002Fapi.datafuse.xyz\")\ntoken = os.getenv(\"DF_TOKEN\", \"\")\n\nheaders = {\n    \"Authorization\": f\"Bearer {token}\",\n}\n","Python","python",[134],{"type":90,"tag":98,"props":135,"children":136},{"__ignoreMap":84},[137,155,165,240,295,303,321,380],{"type":90,"tag":138,"props":139,"children":142},"span",{"class":140,"line":141},"line",1,[143,149],{"type":90,"tag":138,"props":144,"children":146},{"style":145},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[147],{"type":95,"value":148},"import",{"type":90,"tag":138,"props":150,"children":152},{"style":151},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[153],{"type":95,"value":154}," os\n",{"type":90,"tag":138,"props":156,"children":158},{"class":140,"line":157},2,[159],{"type":90,"tag":138,"props":160,"children":162},{"emptyLinePlaceholder":161},true,[163],{"type":95,"value":164},"\n",{"type":90,"tag":138,"props":166,"children":168},{"class":140,"line":167},3,[169,174,180,185,190,196,201,206,212,216,221,226,231,235],{"type":90,"tag":138,"props":170,"children":171},{"style":151},[172],{"type":95,"value":173},"base_url ",{"type":90,"tag":138,"props":175,"children":177},{"style":176},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[178],{"type":95,"value":179},"=",{"type":90,"tag":138,"props":181,"children":182},{"style":151},[183],{"type":95,"value":184}," os",{"type":90,"tag":138,"props":186,"children":187},{"style":176},[188],{"type":95,"value":189},".",{"type":90,"tag":138,"props":191,"children":193},{"style":192},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[194],{"type":95,"value":195},"getenv",{"type":90,"tag":138,"props":197,"children":198},{"style":176},[199],{"type":95,"value":200},"(",{"type":90,"tag":138,"props":202,"children":203},{"style":176},[204],{"type":95,"value":205},"\"",{"type":90,"tag":138,"props":207,"children":209},{"style":208},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[210],{"type":95,"value":211},"DATAFUSE_API_URL",{"type":90,"tag":138,"props":213,"children":214},{"style":176},[215],{"type":95,"value":205},{"type":90,"tag":138,"props":217,"children":218},{"style":176},[219],{"type":95,"value":220},",",{"type":90,"tag":138,"props":222,"children":223},{"style":176},[224],{"type":95,"value":225}," \"",{"type":90,"tag":138,"props":227,"children":228},{"style":208},[229],{"type":95,"value":230},"https:\u002F\u002Fapi.datafuse.xyz",{"type":90,"tag":138,"props":232,"children":233},{"style":176},[234],{"type":95,"value":205},{"type":90,"tag":138,"props":236,"children":237},{"style":176},[238],{"type":95,"value":239},")\n",{"type":90,"tag":138,"props":241,"children":243},{"class":140,"line":242},4,[244,249,253,257,261,265,269,273,278,282,286,291],{"type":90,"tag":138,"props":245,"children":246},{"style":151},[247],{"type":95,"value":248},"token ",{"type":90,"tag":138,"props":250,"children":251},{"style":176},[252],{"type":95,"value":179},{"type":90,"tag":138,"props":254,"children":255},{"style":151},[256],{"type":95,"value":184},{"type":90,"tag":138,"props":258,"children":259},{"style":176},[260],{"type":95,"value":189},{"type":90,"tag":138,"props":262,"children":263},{"style":192},[264],{"type":95,"value":195},{"type":90,"tag":138,"props":266,"children":267},{"style":176},[268],{"type":95,"value":200},{"type":90,"tag":138,"props":270,"children":271},{"style":176},[272],{"type":95,"value":205},{"type":90,"tag":138,"props":274,"children":275},{"style":208},[276],{"type":95,"value":277},"DF_TOKEN",{"type":90,"tag":138,"props":279,"children":280},{"style":176},[281],{"type":95,"value":205},{"type":90,"tag":138,"props":283,"children":284},{"style":176},[285],{"type":95,"value":220},{"type":90,"tag":138,"props":287,"children":288},{"style":176},[289],{"type":95,"value":290}," \"\"",{"type":90,"tag":138,"props":292,"children":293},{"style":176},[294],{"type":95,"value":239},{"type":90,"tag":138,"props":296,"children":298},{"class":140,"line":297},5,[299],{"type":90,"tag":138,"props":300,"children":301},{"emptyLinePlaceholder":161},[302],{"type":95,"value":164},{"type":90,"tag":138,"props":304,"children":306},{"class":140,"line":305},6,[307,312,316],{"type":90,"tag":138,"props":308,"children":309},{"style":151},[310],{"type":95,"value":311},"headers ",{"type":90,"tag":138,"props":313,"children":314},{"style":176},[315],{"type":95,"value":179},{"type":90,"tag":138,"props":317,"children":318},{"style":176},[319],{"type":95,"value":320}," {\n",{"type":90,"tag":138,"props":322,"children":324},{"class":140,"line":323},7,[325,330,335,339,344,350,355,361,366,371,375],{"type":90,"tag":138,"props":326,"children":327},{"style":176},[328],{"type":95,"value":329},"    \"",{"type":90,"tag":138,"props":331,"children":332},{"style":208},[333],{"type":95,"value":334},"Authorization",{"type":90,"tag":138,"props":336,"children":337},{"style":176},[338],{"type":95,"value":205},{"type":90,"tag":138,"props":340,"children":341},{"style":176},[342],{"type":95,"value":343},":",{"type":90,"tag":138,"props":345,"children":347},{"style":346},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[348],{"type":95,"value":349}," f",{"type":90,"tag":138,"props":351,"children":352},{"style":208},[353],{"type":95,"value":354},"\"Bearer ",{"type":90,"tag":138,"props":356,"children":358},{"style":357},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[359],{"type":95,"value":360},"{",{"type":90,"tag":138,"props":362,"children":363},{"style":151},[364],{"type":95,"value":365},"token",{"type":90,"tag":138,"props":367,"children":368},{"style":357},[369],{"type":95,"value":370},"}",{"type":90,"tag":138,"props":372,"children":373},{"style":208},[374],{"type":95,"value":205},{"type":90,"tag":138,"props":376,"children":377},{"style":176},[378],{"type":95,"value":379},",\n",{"type":90,"tag":138,"props":381,"children":383},{"class":140,"line":382},8,[384],{"type":90,"tag":138,"props":385,"children":386},{"style":176},[387],{"type":95,"value":388},"}\n",{"type":90,"tag":127,"props":390,"children":395},{"className":391,"code":392,"filename":393,"language":394,"meta":84,"style":84},"language-typescript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","const baseUrl = process.env.DATAFUSE_API_URL || 'https:\u002F\u002Fapi.datafuse.xyz'\nconst token = process.env.DF_TOKEN || ''\n\nconst headers = {\n  Authorization: `Bearer ${token}`\n}\n","TypeScript","typescript",[396],{"type":90,"tag":98,"props":397,"children":398},{"__ignoreMap":84},[399,458,504,511,531,568],{"type":90,"tag":138,"props":400,"children":401},{"class":140,"line":141},[402,407,412,416,421,425,430,434,439,444,449,453],{"type":90,"tag":138,"props":403,"children":404},{"style":346},[405],{"type":95,"value":406},"const",{"type":90,"tag":138,"props":408,"children":409},{"style":151},[410],{"type":95,"value":411}," baseUrl ",{"type":90,"tag":138,"props":413,"children":414},{"style":176},[415],{"type":95,"value":179},{"type":90,"tag":138,"props":417,"children":418},{"style":151},[419],{"type":95,"value":420}," process",{"type":90,"tag":138,"props":422,"children":423},{"style":176},[424],{"type":95,"value":189},{"type":90,"tag":138,"props":426,"children":427},{"style":151},[428],{"type":95,"value":429},"env",{"type":90,"tag":138,"props":431,"children":432},{"style":176},[433],{"type":95,"value":189},{"type":90,"tag":138,"props":435,"children":436},{"style":151},[437],{"type":95,"value":438},"DATAFUSE_API_URL ",{"type":90,"tag":138,"props":440,"children":441},{"style":176},[442],{"type":95,"value":443},"||",{"type":90,"tag":138,"props":445,"children":446},{"style":176},[447],{"type":95,"value":448}," '",{"type":90,"tag":138,"props":450,"children":451},{"style":208},[452],{"type":95,"value":230},{"type":90,"tag":138,"props":454,"children":455},{"style":176},[456],{"type":95,"value":457},"'\n",{"type":90,"tag":138,"props":459,"children":460},{"class":140,"line":157},[461,465,470,474,478,482,486,490,495,499],{"type":90,"tag":138,"props":462,"children":463},{"style":346},[464],{"type":95,"value":406},{"type":90,"tag":138,"props":466,"children":467},{"style":151},[468],{"type":95,"value":469}," token ",{"type":90,"tag":138,"props":471,"children":472},{"style":176},[473],{"type":95,"value":179},{"type":90,"tag":138,"props":475,"children":476},{"style":151},[477],{"type":95,"value":420},{"type":90,"tag":138,"props":479,"children":480},{"style":176},[481],{"type":95,"value":189},{"type":90,"tag":138,"props":483,"children":484},{"style":151},[485],{"type":95,"value":429},{"type":90,"tag":138,"props":487,"children":488},{"style":176},[489],{"type":95,"value":189},{"type":90,"tag":138,"props":491,"children":492},{"style":151},[493],{"type":95,"value":494},"DF_TOKEN ",{"type":90,"tag":138,"props":496,"children":497},{"style":176},[498],{"type":95,"value":443},{"type":90,"tag":138,"props":500,"children":501},{"style":176},[502],{"type":95,"value":503}," ''\n",{"type":90,"tag":138,"props":505,"children":506},{"class":140,"line":167},[507],{"type":90,"tag":138,"props":508,"children":509},{"emptyLinePlaceholder":161},[510],{"type":95,"value":164},{"type":90,"tag":138,"props":512,"children":513},{"class":140,"line":242},[514,518,523,527],{"type":90,"tag":138,"props":515,"children":516},{"style":346},[517],{"type":95,"value":406},{"type":90,"tag":138,"props":519,"children":520},{"style":151},[521],{"type":95,"value":522}," headers ",{"type":90,"tag":138,"props":524,"children":525},{"style":176},[526],{"type":95,"value":179},{"type":90,"tag":138,"props":528,"children":529},{"style":176},[530],{"type":95,"value":320},{"type":90,"tag":138,"props":532,"children":533},{"class":140,"line":297},[534,540,544,549,554,559,563],{"type":90,"tag":138,"props":535,"children":537},{"style":536},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[538],{"type":95,"value":539},"  Authorization",{"type":90,"tag":138,"props":541,"children":542},{"style":176},[543],{"type":95,"value":343},{"type":90,"tag":138,"props":545,"children":546},{"style":176},[547],{"type":95,"value":548}," `",{"type":90,"tag":138,"props":550,"children":551},{"style":208},[552],{"type":95,"value":553},"Bearer ",{"type":90,"tag":138,"props":555,"children":556},{"style":176},[557],{"type":95,"value":558},"${",{"type":90,"tag":138,"props":560,"children":561},{"style":151},[562],{"type":95,"value":365},{"type":90,"tag":138,"props":564,"children":565},{"style":176},[566],{"type":95,"value":567},"}`\n",{"type":90,"tag":138,"props":569,"children":570},{"class":140,"line":305},[571],{"type":90,"tag":138,"props":572,"children":573},{"style":176},[574],{"type":95,"value":388},{"type":90,"tag":107,"props":576,"children":577},{},[],{"type":90,"tag":111,"props":579,"children":581},{"id":580},"step-2-list-integrations",[582],{"type":95,"value":583},"Step 2: List Integrations",{"type":90,"tag":91,"props":585,"children":586},{},[587],{"type":95,"value":588},"Use the integrations endpoint to find the connection you want to execute against.",{"type":90,"tag":123,"props":590,"children":591},{},[592,841],{"type":90,"tag":127,"props":593,"children":595},{"className":129,"code":594,"filename":131,"language":132,"meta":84,"style":84},"import requests\n\nintegrations = requests.get(\n    f\"{base_url}\u002Fapi\u002Fv1\u002Fintegrations\",\n    headers=headers,\n).json()\n\nintegration_id = integrations[\"items\"][0][\"id\"]\nprint(f\"Using integration {integration_id}\")\n",[596],{"type":90,"tag":98,"props":597,"children":598},{"__ignoreMap":84},[599,611,618,649,683,705,723,730,797],{"type":90,"tag":138,"props":600,"children":601},{"class":140,"line":141},[602,606],{"type":90,"tag":138,"props":603,"children":604},{"style":145},[605],{"type":95,"value":148},{"type":90,"tag":138,"props":607,"children":608},{"style":151},[609],{"type":95,"value":610}," requests\n",{"type":90,"tag":138,"props":612,"children":613},{"class":140,"line":157},[614],{"type":90,"tag":138,"props":615,"children":616},{"emptyLinePlaceholder":161},[617],{"type":95,"value":164},{"type":90,"tag":138,"props":619,"children":620},{"class":140,"line":167},[621,626,630,635,639,644],{"type":90,"tag":138,"props":622,"children":623},{"style":151},[624],{"type":95,"value":625},"integrations ",{"type":90,"tag":138,"props":627,"children":628},{"style":176},[629],{"type":95,"value":179},{"type":90,"tag":138,"props":631,"children":632},{"style":151},[633],{"type":95,"value":634}," requests",{"type":90,"tag":138,"props":636,"children":637},{"style":176},[638],{"type":95,"value":189},{"type":90,"tag":138,"props":640,"children":641},{"style":192},[642],{"type":95,"value":643},"get",{"type":90,"tag":138,"props":645,"children":646},{"style":176},[647],{"type":95,"value":648},"(\n",{"type":90,"tag":138,"props":650,"children":651},{"class":140,"line":242},[652,657,661,665,670,674,679],{"type":90,"tag":138,"props":653,"children":654},{"style":346},[655],{"type":95,"value":656},"    f",{"type":90,"tag":138,"props":658,"children":659},{"style":208},[660],{"type":95,"value":205},{"type":90,"tag":138,"props":662,"children":663},{"style":357},[664],{"type":95,"value":360},{"type":90,"tag":138,"props":666,"children":667},{"style":192},[668],{"type":95,"value":669},"base_url",{"type":90,"tag":138,"props":671,"children":672},{"style":357},[673],{"type":95,"value":370},{"type":90,"tag":138,"props":675,"children":676},{"style":208},[677],{"type":95,"value":678},"\u002Fapi\u002Fv1\u002Fintegrations\"",{"type":90,"tag":138,"props":680,"children":681},{"style":176},[682],{"type":95,"value":379},{"type":90,"tag":138,"props":684,"children":685},{"class":140,"line":297},[686,692,696,701],{"type":90,"tag":138,"props":687,"children":689},{"style":688},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[690],{"type":95,"value":691},"    headers",{"type":90,"tag":138,"props":693,"children":694},{"style":176},[695],{"type":95,"value":179},{"type":90,"tag":138,"props":697,"children":698},{"style":192},[699],{"type":95,"value":700},"headers",{"type":90,"tag":138,"props":702,"children":703},{"style":176},[704],{"type":95,"value":379},{"type":90,"tag":138,"props":706,"children":707},{"class":140,"line":305},[708,713,718],{"type":90,"tag":138,"props":709,"children":710},{"style":176},[711],{"type":95,"value":712},").",{"type":90,"tag":138,"props":714,"children":715},{"style":192},[716],{"type":95,"value":717},"json",{"type":90,"tag":138,"props":719,"children":720},{"style":176},[721],{"type":95,"value":722},"()\n",{"type":90,"tag":138,"props":724,"children":725},{"class":140,"line":323},[726],{"type":90,"tag":138,"props":727,"children":728},{"emptyLinePlaceholder":161},[729],{"type":95,"value":164},{"type":90,"tag":138,"props":731,"children":732},{"class":140,"line":382},[733,738,742,747,752,756,761,765,770,775,779,783,788,792],{"type":90,"tag":138,"props":734,"children":735},{"style":151},[736],{"type":95,"value":737},"integration_id ",{"type":90,"tag":138,"props":739,"children":740},{"style":176},[741],{"type":95,"value":179},{"type":90,"tag":138,"props":743,"children":744},{"style":151},[745],{"type":95,"value":746}," integrations",{"type":90,"tag":138,"props":748,"children":749},{"style":176},[750],{"type":95,"value":751},"[",{"type":90,"tag":138,"props":753,"children":754},{"style":176},[755],{"type":95,"value":205},{"type":90,"tag":138,"props":757,"children":758},{"style":208},[759],{"type":95,"value":760},"items",{"type":90,"tag":138,"props":762,"children":763},{"style":176},[764],{"type":95,"value":205},{"type":90,"tag":138,"props":766,"children":767},{"style":176},[768],{"type":95,"value":769},"][",{"type":90,"tag":138,"props":771,"children":772},{"style":357},[773],{"type":95,"value":774},"0",{"type":90,"tag":138,"props":776,"children":777},{"style":176},[778],{"type":95,"value":769},{"type":90,"tag":138,"props":780,"children":781},{"style":176},[782],{"type":95,"value":205},{"type":90,"tag":138,"props":784,"children":785},{"style":208},[786],{"type":95,"value":787},"id",{"type":90,"tag":138,"props":789,"children":790},{"style":176},[791],{"type":95,"value":205},{"type":90,"tag":138,"props":793,"children":794},{"style":176},[795],{"type":95,"value":796},"]\n",{"type":90,"tag":138,"props":798,"children":800},{"class":140,"line":799},9,[801,806,810,815,820,824,829,833,837],{"type":90,"tag":138,"props":802,"children":803},{"style":192},[804],{"type":95,"value":805},"print",{"type":90,"tag":138,"props":807,"children":808},{"style":176},[809],{"type":95,"value":200},{"type":90,"tag":138,"props":811,"children":812},{"style":346},[813],{"type":95,"value":814},"f",{"type":90,"tag":138,"props":816,"children":817},{"style":208},[818],{"type":95,"value":819},"\"Using integration ",{"type":90,"tag":138,"props":821,"children":822},{"style":357},[823],{"type":95,"value":360},{"type":90,"tag":138,"props":825,"children":826},{"style":192},[827],{"type":95,"value":828},"integration_id",{"type":90,"tag":138,"props":830,"children":831},{"style":357},[832],{"type":95,"value":370},{"type":90,"tag":138,"props":834,"children":835},{"style":208},[836],{"type":95,"value":205},{"type":90,"tag":138,"props":838,"children":839},{"style":176},[840],{"type":95,"value":239},{"type":90,"tag":127,"props":842,"children":844},{"className":391,"code":843,"filename":393,"language":394,"meta":84,"style":84},"const integrations = await fetch(baseUrl + '\u002Fapi\u002Fv1\u002Fintegrations', {\n  headers\n}).then((response) => response.json())\n\nconst integrationId = integrations.items?.[0]?.id\nconsole.log(`Using integration ${integrationId}`)\n",[845],{"type":90,"tag":98,"props":846,"children":847},{"__ignoreMap":84},[848,906,914,975,982,1037],{"type":90,"tag":138,"props":849,"children":850},{"class":140,"line":141},[851,855,860,864,869,874,879,884,888,893,898,902],{"type":90,"tag":138,"props":852,"children":853},{"style":346},[854],{"type":95,"value":406},{"type":90,"tag":138,"props":856,"children":857},{"style":151},[858],{"type":95,"value":859}," integrations ",{"type":90,"tag":138,"props":861,"children":862},{"style":176},[863],{"type":95,"value":179},{"type":90,"tag":138,"props":865,"children":866},{"style":145},[867],{"type":95,"value":868}," await",{"type":90,"tag":138,"props":870,"children":871},{"style":192},[872],{"type":95,"value":873}," fetch",{"type":90,"tag":138,"props":875,"children":876},{"style":151},[877],{"type":95,"value":878},"(baseUrl ",{"type":90,"tag":138,"props":880,"children":881},{"style":176},[882],{"type":95,"value":883},"+",{"type":90,"tag":138,"props":885,"children":886},{"style":176},[887],{"type":95,"value":448},{"type":90,"tag":138,"props":889,"children":890},{"style":208},[891],{"type":95,"value":892},"\u002Fapi\u002Fv1\u002Fintegrations",{"type":90,"tag":138,"props":894,"children":895},{"style":176},[896],{"type":95,"value":897},"'",{"type":90,"tag":138,"props":899,"children":900},{"style":176},[901],{"type":95,"value":220},{"type":90,"tag":138,"props":903,"children":904},{"style":176},[905],{"type":95,"value":320},{"type":90,"tag":138,"props":907,"children":908},{"class":140,"line":157},[909],{"type":90,"tag":138,"props":910,"children":911},{"style":151},[912],{"type":95,"value":913},"  headers\n",{"type":90,"tag":138,"props":915,"children":916},{"class":140,"line":167},[917,921,926,930,935,939,943,948,952,957,962,966,970],{"type":90,"tag":138,"props":918,"children":919},{"style":176},[920],{"type":95,"value":370},{"type":90,"tag":138,"props":922,"children":923},{"style":151},[924],{"type":95,"value":925},")",{"type":90,"tag":138,"props":927,"children":928},{"style":176},[929],{"type":95,"value":189},{"type":90,"tag":138,"props":931,"children":932},{"style":192},[933],{"type":95,"value":934},"then",{"type":90,"tag":138,"props":936,"children":937},{"style":151},[938],{"type":95,"value":200},{"type":90,"tag":138,"props":940,"children":941},{"style":176},[942],{"type":95,"value":200},{"type":90,"tag":138,"props":944,"children":945},{"style":688},[946],{"type":95,"value":947},"response",{"type":90,"tag":138,"props":949,"children":950},{"style":176},[951],{"type":95,"value":925},{"type":90,"tag":138,"props":953,"children":954},{"style":346},[955],{"type":95,"value":956}," =>",{"type":90,"tag":138,"props":958,"children":959},{"style":151},[960],{"type":95,"value":961}," response",{"type":90,"tag":138,"props":963,"children":964},{"style":176},[965],{"type":95,"value":189},{"type":90,"tag":138,"props":967,"children":968},{"style":192},[969],{"type":95,"value":717},{"type":90,"tag":138,"props":971,"children":972},{"style":151},[973],{"type":95,"value":974},"())\n",{"type":90,"tag":138,"props":976,"children":977},{"class":140,"line":242},[978],{"type":90,"tag":138,"props":979,"children":980},{"emptyLinePlaceholder":161},[981],{"type":95,"value":164},{"type":90,"tag":138,"props":983,"children":984},{"class":140,"line":297},[985,989,994,998,1002,1006,1010,1015,1019,1023,1028,1032],{"type":90,"tag":138,"props":986,"children":987},{"style":346},[988],{"type":95,"value":406},{"type":90,"tag":138,"props":990,"children":991},{"style":151},[992],{"type":95,"value":993}," integrationId ",{"type":90,"tag":138,"props":995,"children":996},{"style":176},[997],{"type":95,"value":179},{"type":90,"tag":138,"props":999,"children":1000},{"style":151},[1001],{"type":95,"value":746},{"type":90,"tag":138,"props":1003,"children":1004},{"style":176},[1005],{"type":95,"value":189},{"type":90,"tag":138,"props":1007,"children":1008},{"style":151},[1009],{"type":95,"value":760},{"type":90,"tag":138,"props":1011,"children":1012},{"style":176},[1013],{"type":95,"value":1014},"?.",{"type":90,"tag":138,"props":1016,"children":1017},{"style":151},[1018],{"type":95,"value":751},{"type":90,"tag":138,"props":1020,"children":1021},{"style":357},[1022],{"type":95,"value":774},{"type":90,"tag":138,"props":1024,"children":1025},{"style":151},[1026],{"type":95,"value":1027},"]",{"type":90,"tag":138,"props":1029,"children":1030},{"style":176},[1031],{"type":95,"value":1014},{"type":90,"tag":138,"props":1033,"children":1034},{"style":151},[1035],{"type":95,"value":1036},"id\n",{"type":90,"tag":138,"props":1038,"children":1039},{"class":140,"line":305},[1040,1045,1049,1054,1058,1063,1068,1072,1077,1082],{"type":90,"tag":138,"props":1041,"children":1042},{"style":151},[1043],{"type":95,"value":1044},"console",{"type":90,"tag":138,"props":1046,"children":1047},{"style":176},[1048],{"type":95,"value":189},{"type":90,"tag":138,"props":1050,"children":1051},{"style":192},[1052],{"type":95,"value":1053},"log",{"type":90,"tag":138,"props":1055,"children":1056},{"style":151},[1057],{"type":95,"value":200},{"type":90,"tag":138,"props":1059,"children":1060},{"style":176},[1061],{"type":95,"value":1062},"`",{"type":90,"tag":138,"props":1064,"children":1065},{"style":208},[1066],{"type":95,"value":1067},"Using integration ",{"type":90,"tag":138,"props":1069,"children":1070},{"style":176},[1071],{"type":95,"value":558},{"type":90,"tag":138,"props":1073,"children":1074},{"style":151},[1075],{"type":95,"value":1076},"integrationId",{"type":90,"tag":138,"props":1078,"children":1079},{"style":176},[1080],{"type":95,"value":1081},"}`",{"type":90,"tag":138,"props":1083,"children":1084},{"style":151},[1085],{"type":95,"value":239},{"type":90,"tag":1087,"props":1088,"children":1089},"blockquote",{},[1090],{"type":90,"tag":91,"props":1091,"children":1092},{},[1093,1098],{"type":90,"tag":138,"props":1094,"children":1095},{},[1096],{"type":95,"value":1097},"!NOTE",{"type":95,"value":1099},"\nIf your workspace has more than one integration, replace the selected id with the one you want to test.",{"type":90,"tag":107,"props":1101,"children":1102},{},[],{"type":90,"tag":111,"props":1104,"children":1106},{"id":1105},"step-3-resolve-tools",[1107],{"type":95,"value":1108},"Step 3: Resolve Tools",{"type":90,"tag":91,"props":1110,"children":1111},{},[1112],{"type":95,"value":1113},"The resolve step discovers which tool keys are available for the integration.",{"type":90,"tag":123,"props":1115,"children":1116},{},[1117,1330],{"type":90,"tag":127,"props":1118,"children":1120},{"className":129,"code":1119,"filename":131,"language":132,"meta":84,"style":84},"tools = requests.post(\n    f\"{base_url}\u002Fapi\u002Fv1\u002Fintegrations\u002F{integration_id}\u002Fresolve-tools\",\n    headers=headers,\n).json()\n\ntool_key = tools[0][\"slug\"]\nprint(f\"Resolved tool: {tool_key}\")\n",[1121],{"type":90,"tag":98,"props":1122,"children":1123},{"__ignoreMap":84},[1124,1153,1202,1221,1236,1243,1289],{"type":90,"tag":138,"props":1125,"children":1126},{"class":140,"line":141},[1127,1132,1136,1140,1144,1149],{"type":90,"tag":138,"props":1128,"children":1129},{"style":151},[1130],{"type":95,"value":1131},"tools ",{"type":90,"tag":138,"props":1133,"children":1134},{"style":176},[1135],{"type":95,"value":179},{"type":90,"tag":138,"props":1137,"children":1138},{"style":151},[1139],{"type":95,"value":634},{"type":90,"tag":138,"props":1141,"children":1142},{"style":176},[1143],{"type":95,"value":189},{"type":90,"tag":138,"props":1145,"children":1146},{"style":192},[1147],{"type":95,"value":1148},"post",{"type":90,"tag":138,"props":1150,"children":1151},{"style":176},[1152],{"type":95,"value":648},{"type":90,"tag":138,"props":1154,"children":1155},{"class":140,"line":157},[1156,1160,1164,1168,1172,1176,1181,1185,1189,1193,1198],{"type":90,"tag":138,"props":1157,"children":1158},{"style":346},[1159],{"type":95,"value":656},{"type":90,"tag":138,"props":1161,"children":1162},{"style":208},[1163],{"type":95,"value":205},{"type":90,"tag":138,"props":1165,"children":1166},{"style":357},[1167],{"type":95,"value":360},{"type":90,"tag":138,"props":1169,"children":1170},{"style":192},[1171],{"type":95,"value":669},{"type":90,"tag":138,"props":1173,"children":1174},{"style":357},[1175],{"type":95,"value":370},{"type":90,"tag":138,"props":1177,"children":1178},{"style":208},[1179],{"type":95,"value":1180},"\u002Fapi\u002Fv1\u002Fintegrations\u002F",{"type":90,"tag":138,"props":1182,"children":1183},{"style":357},[1184],{"type":95,"value":360},{"type":90,"tag":138,"props":1186,"children":1187},{"style":192},[1188],{"type":95,"value":828},{"type":90,"tag":138,"props":1190,"children":1191},{"style":357},[1192],{"type":95,"value":370},{"type":90,"tag":138,"props":1194,"children":1195},{"style":208},[1196],{"type":95,"value":1197},"\u002Fresolve-tools\"",{"type":90,"tag":138,"props":1199,"children":1200},{"style":176},[1201],{"type":95,"value":379},{"type":90,"tag":138,"props":1203,"children":1204},{"class":140,"line":167},[1205,1209,1213,1217],{"type":90,"tag":138,"props":1206,"children":1207},{"style":688},[1208],{"type":95,"value":691},{"type":90,"tag":138,"props":1210,"children":1211},{"style":176},[1212],{"type":95,"value":179},{"type":90,"tag":138,"props":1214,"children":1215},{"style":192},[1216],{"type":95,"value":700},{"type":90,"tag":138,"props":1218,"children":1219},{"style":176},[1220],{"type":95,"value":379},{"type":90,"tag":138,"props":1222,"children":1223},{"class":140,"line":242},[1224,1228,1232],{"type":90,"tag":138,"props":1225,"children":1226},{"style":176},[1227],{"type":95,"value":712},{"type":90,"tag":138,"props":1229,"children":1230},{"style":192},[1231],{"type":95,"value":717},{"type":90,"tag":138,"props":1233,"children":1234},{"style":176},[1235],{"type":95,"value":722},{"type":90,"tag":138,"props":1237,"children":1238},{"class":140,"line":297},[1239],{"type":90,"tag":138,"props":1240,"children":1241},{"emptyLinePlaceholder":161},[1242],{"type":95,"value":164},{"type":90,"tag":138,"props":1244,"children":1245},{"class":140,"line":305},[1246,1251,1255,1260,1264,1268,1272,1276,1281,1285],{"type":90,"tag":138,"props":1247,"children":1248},{"style":151},[1249],{"type":95,"value":1250},"tool_key ",{"type":90,"tag":138,"props":1252,"children":1253},{"style":176},[1254],{"type":95,"value":179},{"type":90,"tag":138,"props":1256,"children":1257},{"style":151},[1258],{"type":95,"value":1259}," tools",{"type":90,"tag":138,"props":1261,"children":1262},{"style":176},[1263],{"type":95,"value":751},{"type":90,"tag":138,"props":1265,"children":1266},{"style":357},[1267],{"type":95,"value":774},{"type":90,"tag":138,"props":1269,"children":1270},{"style":176},[1271],{"type":95,"value":769},{"type":90,"tag":138,"props":1273,"children":1274},{"style":176},[1275],{"type":95,"value":205},{"type":90,"tag":138,"props":1277,"children":1278},{"style":208},[1279],{"type":95,"value":1280},"slug",{"type":90,"tag":138,"props":1282,"children":1283},{"style":176},[1284],{"type":95,"value":205},{"type":90,"tag":138,"props":1286,"children":1287},{"style":176},[1288],{"type":95,"value":796},{"type":90,"tag":138,"props":1290,"children":1291},{"class":140,"line":323},[1292,1296,1300,1304,1309,1313,1318,1322,1326],{"type":90,"tag":138,"props":1293,"children":1294},{"style":192},[1295],{"type":95,"value":805},{"type":90,"tag":138,"props":1297,"children":1298},{"style":176},[1299],{"type":95,"value":200},{"type":90,"tag":138,"props":1301,"children":1302},{"style":346},[1303],{"type":95,"value":814},{"type":90,"tag":138,"props":1305,"children":1306},{"style":208},[1307],{"type":95,"value":1308},"\"Resolved tool: ",{"type":90,"tag":138,"props":1310,"children":1311},{"style":357},[1312],{"type":95,"value":360},{"type":90,"tag":138,"props":1314,"children":1315},{"style":192},[1316],{"type":95,"value":1317},"tool_key",{"type":90,"tag":138,"props":1319,"children":1320},{"style":357},[1321],{"type":95,"value":370},{"type":90,"tag":138,"props":1323,"children":1324},{"style":208},[1325],{"type":95,"value":205},{"type":90,"tag":138,"props":1327,"children":1328},{"style":176},[1329],{"type":95,"value":239},{"type":90,"tag":127,"props":1331,"children":1333},{"className":391,"code":1332,"filename":393,"language":394,"meta":84,"style":84},"const tools = await fetch(baseUrl + `\u002Fapi\u002Fv1\u002Fintegrations\u002F${integrationId}\u002Fresolve-tools`, {\n  method: 'POST',\n  headers\n}).then((response) => response.json())\n\nconst toolKey = tools[0]?.slug\nconsole.log(`Resolved tool: ${toolKey}`)\n",[1334],{"type":90,"tag":98,"props":1335,"children":1336},{"__ignoreMap":84},[1337,1406,1435,1442,1497,1504,1542],{"type":90,"tag":138,"props":1338,"children":1339},{"class":140,"line":141},[1340,1344,1349,1353,1357,1361,1365,1369,1373,1377,1381,1385,1389,1394,1398,1402],{"type":90,"tag":138,"props":1341,"children":1342},{"style":346},[1343],{"type":95,"value":406},{"type":90,"tag":138,"props":1345,"children":1346},{"style":151},[1347],{"type":95,"value":1348}," tools ",{"type":90,"tag":138,"props":1350,"children":1351},{"style":176},[1352],{"type":95,"value":179},{"type":90,"tag":138,"props":1354,"children":1355},{"style":145},[1356],{"type":95,"value":868},{"type":90,"tag":138,"props":1358,"children":1359},{"style":192},[1360],{"type":95,"value":873},{"type":90,"tag":138,"props":1362,"children":1363},{"style":151},[1364],{"type":95,"value":878},{"type":90,"tag":138,"props":1366,"children":1367},{"style":176},[1368],{"type":95,"value":883},{"type":90,"tag":138,"props":1370,"children":1371},{"style":176},[1372],{"type":95,"value":548},{"type":90,"tag":138,"props":1374,"children":1375},{"style":208},[1376],{"type":95,"value":1180},{"type":90,"tag":138,"props":1378,"children":1379},{"style":176},[1380],{"type":95,"value":558},{"type":90,"tag":138,"props":1382,"children":1383},{"style":151},[1384],{"type":95,"value":1076},{"type":90,"tag":138,"props":1386,"children":1387},{"style":176},[1388],{"type":95,"value":370},{"type":90,"tag":138,"props":1390,"children":1391},{"style":208},[1392],{"type":95,"value":1393},"\u002Fresolve-tools",{"type":90,"tag":138,"props":1395,"children":1396},{"style":176},[1397],{"type":95,"value":1062},{"type":90,"tag":138,"props":1399,"children":1400},{"style":176},[1401],{"type":95,"value":220},{"type":90,"tag":138,"props":1403,"children":1404},{"style":176},[1405],{"type":95,"value":320},{"type":90,"tag":138,"props":1407,"children":1408},{"class":140,"line":157},[1409,1414,1418,1422,1427,1431],{"type":90,"tag":138,"props":1410,"children":1411},{"style":536},[1412],{"type":95,"value":1413},"  method",{"type":90,"tag":138,"props":1415,"children":1416},{"style":176},[1417],{"type":95,"value":343},{"type":90,"tag":138,"props":1419,"children":1420},{"style":176},[1421],{"type":95,"value":448},{"type":90,"tag":138,"props":1423,"children":1424},{"style":208},[1425],{"type":95,"value":1426},"POST",{"type":90,"tag":138,"props":1428,"children":1429},{"style":176},[1430],{"type":95,"value":897},{"type":90,"tag":138,"props":1432,"children":1433},{"style":176},[1434],{"type":95,"value":379},{"type":90,"tag":138,"props":1436,"children":1437},{"class":140,"line":167},[1438],{"type":90,"tag":138,"props":1439,"children":1440},{"style":151},[1441],{"type":95,"value":913},{"type":90,"tag":138,"props":1443,"children":1444},{"class":140,"line":242},[1445,1449,1453,1457,1461,1465,1469,1473,1477,1481,1485,1489,1493],{"type":90,"tag":138,"props":1446,"children":1447},{"style":176},[1448],{"type":95,"value":370},{"type":90,"tag":138,"props":1450,"children":1451},{"style":151},[1452],{"type":95,"value":925},{"type":90,"tag":138,"props":1454,"children":1455},{"style":176},[1456],{"type":95,"value":189},{"type":90,"tag":138,"props":1458,"children":1459},{"style":192},[1460],{"type":95,"value":934},{"type":90,"tag":138,"props":1462,"children":1463},{"style":151},[1464],{"type":95,"value":200},{"type":90,"tag":138,"props":1466,"children":1467},{"style":176},[1468],{"type":95,"value":200},{"type":90,"tag":138,"props":1470,"children":1471},{"style":688},[1472],{"type":95,"value":947},{"type":90,"tag":138,"props":1474,"children":1475},{"style":176},[1476],{"type":95,"value":925},{"type":90,"tag":138,"props":1478,"children":1479},{"style":346},[1480],{"type":95,"value":956},{"type":90,"tag":138,"props":1482,"children":1483},{"style":151},[1484],{"type":95,"value":961},{"type":90,"tag":138,"props":1486,"children":1487},{"style":176},[1488],{"type":95,"value":189},{"type":90,"tag":138,"props":1490,"children":1491},{"style":192},[1492],{"type":95,"value":717},{"type":90,"tag":138,"props":1494,"children":1495},{"style":151},[1496],{"type":95,"value":974},{"type":90,"tag":138,"props":1498,"children":1499},{"class":140,"line":297},[1500],{"type":90,"tag":138,"props":1501,"children":1502},{"emptyLinePlaceholder":161},[1503],{"type":95,"value":164},{"type":90,"tag":138,"props":1505,"children":1506},{"class":140,"line":305},[1507,1511,1516,1520,1525,1529,1533,1537],{"type":90,"tag":138,"props":1508,"children":1509},{"style":346},[1510],{"type":95,"value":406},{"type":90,"tag":138,"props":1512,"children":1513},{"style":151},[1514],{"type":95,"value":1515}," toolKey ",{"type":90,"tag":138,"props":1517,"children":1518},{"style":176},[1519],{"type":95,"value":179},{"type":90,"tag":138,"props":1521,"children":1522},{"style":151},[1523],{"type":95,"value":1524}," tools[",{"type":90,"tag":138,"props":1526,"children":1527},{"style":357},[1528],{"type":95,"value":774},{"type":90,"tag":138,"props":1530,"children":1531},{"style":151},[1532],{"type":95,"value":1027},{"type":90,"tag":138,"props":1534,"children":1535},{"style":176},[1536],{"type":95,"value":1014},{"type":90,"tag":138,"props":1538,"children":1539},{"style":151},[1540],{"type":95,"value":1541},"slug\n",{"type":90,"tag":138,"props":1543,"children":1544},{"class":140,"line":323},[1545,1549,1553,1557,1561,1565,1570,1574,1579,1583],{"type":90,"tag":138,"props":1546,"children":1547},{"style":151},[1548],{"type":95,"value":1044},{"type":90,"tag":138,"props":1550,"children":1551},{"style":176},[1552],{"type":95,"value":189},{"type":90,"tag":138,"props":1554,"children":1555},{"style":192},[1556],{"type":95,"value":1053},{"type":90,"tag":138,"props":1558,"children":1559},{"style":151},[1560],{"type":95,"value":200},{"type":90,"tag":138,"props":1562,"children":1563},{"style":176},[1564],{"type":95,"value":1062},{"type":90,"tag":138,"props":1566,"children":1567},{"style":208},[1568],{"type":95,"value":1569},"Resolved tool: ",{"type":90,"tag":138,"props":1571,"children":1572},{"style":176},[1573],{"type":95,"value":558},{"type":90,"tag":138,"props":1575,"children":1576},{"style":151},[1577],{"type":95,"value":1578},"toolKey",{"type":90,"tag":138,"props":1580,"children":1581},{"style":176},[1582],{"type":95,"value":1081},{"type":90,"tag":138,"props":1584,"children":1585},{"style":151},[1586],{"type":95,"value":239},{"type":90,"tag":107,"props":1588,"children":1589},{},[],{"type":90,"tag":111,"props":1591,"children":1593},{"id":1592},"step-4-invoke-the-tool",[1594],{"type":95,"value":1595},"Step 4: Invoke the Tool",{"type":90,"tag":91,"props":1597,"children":1598},{},[1599,1601,1607],{"type":95,"value":1600},"Pass the tool key and a JSON ",{"type":90,"tag":98,"props":1602,"children":1604},{"className":1603},[],[1605],{"type":95,"value":1606},"arguments",{"type":95,"value":1608}," payload back to the invoke endpoint. Adjust the payload to match the selected tool's schema.",{"type":90,"tag":123,"props":1610,"children":1611},{},[1612,2002],{"type":90,"tag":127,"props":1613,"children":1615},{"className":129,"code":1614,"filename":131,"language":132,"meta":84,"style":84},"response = requests.post(\n    f\"{base_url}\u002Fapi\u002Fv1\u002Fintegrations\u002F{integration_id}\u002Finvoke\",\n    headers={**headers, \"Content-Type\": \"application\u002Fjson\"},\n    json={\n        \"tool_key\": tool_key,\n        \"arguments\": {\n            \"channel\": \"#engineering\",\n            \"text\": \"Deployment is complete and staging is ready for validation.\"\n        },\n    },\n).json()\n\nprint(response[\"successful\"])\nprint(response[\"data\"])\n",[1616],{"type":90,"tag":98,"props":1617,"children":1618},{"__ignoreMap":84},[1619,1647,1695,1750,1763,1792,1815,1853,1886,1894,1903,1919,1927,1965],{"type":90,"tag":138,"props":1620,"children":1621},{"class":140,"line":141},[1622,1627,1631,1635,1639,1643],{"type":90,"tag":138,"props":1623,"children":1624},{"style":151},[1625],{"type":95,"value":1626},"response ",{"type":90,"tag":138,"props":1628,"children":1629},{"style":176},[1630],{"type":95,"value":179},{"type":90,"tag":138,"props":1632,"children":1633},{"style":151},[1634],{"type":95,"value":634},{"type":90,"tag":138,"props":1636,"children":1637},{"style":176},[1638],{"type":95,"value":189},{"type":90,"tag":138,"props":1640,"children":1641},{"style":192},[1642],{"type":95,"value":1148},{"type":90,"tag":138,"props":1644,"children":1645},{"style":176},[1646],{"type":95,"value":648},{"type":90,"tag":138,"props":1648,"children":1649},{"class":140,"line":157},[1650,1654,1658,1662,1666,1670,1674,1678,1682,1686,1691],{"type":90,"tag":138,"props":1651,"children":1652},{"style":346},[1653],{"type":95,"value":656},{"type":90,"tag":138,"props":1655,"children":1656},{"style":208},[1657],{"type":95,"value":205},{"type":90,"tag":138,"props":1659,"children":1660},{"style":357},[1661],{"type":95,"value":360},{"type":90,"tag":138,"props":1663,"children":1664},{"style":192},[1665],{"type":95,"value":669},{"type":90,"tag":138,"props":1667,"children":1668},{"style":357},[1669],{"type":95,"value":370},{"type":90,"tag":138,"props":1671,"children":1672},{"style":208},[1673],{"type":95,"value":1180},{"type":90,"tag":138,"props":1675,"children":1676},{"style":357},[1677],{"type":95,"value":360},{"type":90,"tag":138,"props":1679,"children":1680},{"style":192},[1681],{"type":95,"value":828},{"type":90,"tag":138,"props":1683,"children":1684},{"style":357},[1685],{"type":95,"value":370},{"type":90,"tag":138,"props":1687,"children":1688},{"style":208},[1689],{"type":95,"value":1690},"\u002Finvoke\"",{"type":90,"tag":138,"props":1692,"children":1693},{"style":176},[1694],{"type":95,"value":379},{"type":90,"tag":138,"props":1696,"children":1697},{"class":140,"line":167},[1698,1702,1707,1711,1715,1719,1724,1728,1732,1736,1741,1745],{"type":90,"tag":138,"props":1699,"children":1700},{"style":688},[1701],{"type":95,"value":691},{"type":90,"tag":138,"props":1703,"children":1704},{"style":176},[1705],{"type":95,"value":1706},"={**",{"type":90,"tag":138,"props":1708,"children":1709},{"style":192},[1710],{"type":95,"value":700},{"type":90,"tag":138,"props":1712,"children":1713},{"style":176},[1714],{"type":95,"value":220},{"type":90,"tag":138,"props":1716,"children":1717},{"style":176},[1718],{"type":95,"value":225},{"type":90,"tag":138,"props":1720,"children":1721},{"style":208},[1722],{"type":95,"value":1723},"Content-Type",{"type":90,"tag":138,"props":1725,"children":1726},{"style":176},[1727],{"type":95,"value":205},{"type":90,"tag":138,"props":1729,"children":1730},{"style":176},[1731],{"type":95,"value":343},{"type":90,"tag":138,"props":1733,"children":1734},{"style":176},[1735],{"type":95,"value":225},{"type":90,"tag":138,"props":1737,"children":1738},{"style":208},[1739],{"type":95,"value":1740},"application\u002Fjson",{"type":90,"tag":138,"props":1742,"children":1743},{"style":176},[1744],{"type":95,"value":205},{"type":90,"tag":138,"props":1746,"children":1747},{"style":176},[1748],{"type":95,"value":1749},"},\n",{"type":90,"tag":138,"props":1751,"children":1752},{"class":140,"line":242},[1753,1758],{"type":90,"tag":138,"props":1754,"children":1755},{"style":688},[1756],{"type":95,"value":1757},"    json",{"type":90,"tag":138,"props":1759,"children":1760},{"style":176},[1761],{"type":95,"value":1762},"={\n",{"type":90,"tag":138,"props":1764,"children":1765},{"class":140,"line":297},[1766,1771,1775,1779,1783,1788],{"type":90,"tag":138,"props":1767,"children":1768},{"style":176},[1769],{"type":95,"value":1770},"        \"",{"type":90,"tag":138,"props":1772,"children":1773},{"style":208},[1774],{"type":95,"value":1317},{"type":90,"tag":138,"props":1776,"children":1777},{"style":176},[1778],{"type":95,"value":205},{"type":90,"tag":138,"props":1780,"children":1781},{"style":176},[1782],{"type":95,"value":343},{"type":90,"tag":138,"props":1784,"children":1785},{"style":192},[1786],{"type":95,"value":1787}," tool_key",{"type":90,"tag":138,"props":1789,"children":1790},{"style":176},[1791],{"type":95,"value":379},{"type":90,"tag":138,"props":1793,"children":1794},{"class":140,"line":305},[1795,1799,1803,1807,1811],{"type":90,"tag":138,"props":1796,"children":1797},{"style":176},[1798],{"type":95,"value":1770},{"type":90,"tag":138,"props":1800,"children":1801},{"style":208},[1802],{"type":95,"value":1606},{"type":90,"tag":138,"props":1804,"children":1805},{"style":176},[1806],{"type":95,"value":205},{"type":90,"tag":138,"props":1808,"children":1809},{"style":176},[1810],{"type":95,"value":343},{"type":90,"tag":138,"props":1812,"children":1813},{"style":176},[1814],{"type":95,"value":320},{"type":90,"tag":138,"props":1816,"children":1817},{"class":140,"line":323},[1818,1823,1828,1832,1836,1840,1845,1849],{"type":90,"tag":138,"props":1819,"children":1820},{"style":176},[1821],{"type":95,"value":1822},"            \"",{"type":90,"tag":138,"props":1824,"children":1825},{"style":208},[1826],{"type":95,"value":1827},"channel",{"type":90,"tag":138,"props":1829,"children":1830},{"style":176},[1831],{"type":95,"value":205},{"type":90,"tag":138,"props":1833,"children":1834},{"style":176},[1835],{"type":95,"value":343},{"type":90,"tag":138,"props":1837,"children":1838},{"style":176},[1839],{"type":95,"value":225},{"type":90,"tag":138,"props":1841,"children":1842},{"style":208},[1843],{"type":95,"value":1844},"#engineering",{"type":90,"tag":138,"props":1846,"children":1847},{"style":176},[1848],{"type":95,"value":205},{"type":90,"tag":138,"props":1850,"children":1851},{"style":176},[1852],{"type":95,"value":379},{"type":90,"tag":138,"props":1854,"children":1855},{"class":140,"line":382},[1856,1860,1864,1868,1872,1876,1881],{"type":90,"tag":138,"props":1857,"children":1858},{"style":176},[1859],{"type":95,"value":1822},{"type":90,"tag":138,"props":1861,"children":1862},{"style":208},[1863],{"type":95,"value":95},{"type":90,"tag":138,"props":1865,"children":1866},{"style":176},[1867],{"type":95,"value":205},{"type":90,"tag":138,"props":1869,"children":1870},{"style":176},[1871],{"type":95,"value":343},{"type":90,"tag":138,"props":1873,"children":1874},{"style":176},[1875],{"type":95,"value":225},{"type":90,"tag":138,"props":1877,"children":1878},{"style":208},[1879],{"type":95,"value":1880},"Deployment is complete and staging is ready for validation.",{"type":90,"tag":138,"props":1882,"children":1883},{"style":176},[1884],{"type":95,"value":1885},"\"\n",{"type":90,"tag":138,"props":1887,"children":1888},{"class":140,"line":799},[1889],{"type":90,"tag":138,"props":1890,"children":1891},{"style":176},[1892],{"type":95,"value":1893},"        },\n",{"type":90,"tag":138,"props":1895,"children":1897},{"class":140,"line":1896},10,[1898],{"type":90,"tag":138,"props":1899,"children":1900},{"style":176},[1901],{"type":95,"value":1902},"    },\n",{"type":90,"tag":138,"props":1904,"children":1906},{"class":140,"line":1905},11,[1907,1911,1915],{"type":90,"tag":138,"props":1908,"children":1909},{"style":176},[1910],{"type":95,"value":712},{"type":90,"tag":138,"props":1912,"children":1913},{"style":192},[1914],{"type":95,"value":717},{"type":90,"tag":138,"props":1916,"children":1917},{"style":176},[1918],{"type":95,"value":722},{"type":90,"tag":138,"props":1920,"children":1922},{"class":140,"line":1921},12,[1923],{"type":90,"tag":138,"props":1924,"children":1925},{"emptyLinePlaceholder":161},[1926],{"type":95,"value":164},{"type":90,"tag":138,"props":1928,"children":1930},{"class":140,"line":1929},13,[1931,1935,1939,1943,1947,1951,1956,1960],{"type":90,"tag":138,"props":1932,"children":1933},{"style":192},[1934],{"type":95,"value":805},{"type":90,"tag":138,"props":1936,"children":1937},{"style":176},[1938],{"type":95,"value":200},{"type":90,"tag":138,"props":1940,"children":1941},{"style":192},[1942],{"type":95,"value":947},{"type":90,"tag":138,"props":1944,"children":1945},{"style":176},[1946],{"type":95,"value":751},{"type":90,"tag":138,"props":1948,"children":1949},{"style":176},[1950],{"type":95,"value":205},{"type":90,"tag":138,"props":1952,"children":1953},{"style":208},[1954],{"type":95,"value":1955},"successful",{"type":90,"tag":138,"props":1957,"children":1958},{"style":176},[1959],{"type":95,"value":205},{"type":90,"tag":138,"props":1961,"children":1962},{"style":176},[1963],{"type":95,"value":1964},"])\n",{"type":90,"tag":138,"props":1966,"children":1968},{"class":140,"line":1967},14,[1969,1973,1977,1981,1985,1989,1994,1998],{"type":90,"tag":138,"props":1970,"children":1971},{"style":192},[1972],{"type":95,"value":805},{"type":90,"tag":138,"props":1974,"children":1975},{"style":176},[1976],{"type":95,"value":200},{"type":90,"tag":138,"props":1978,"children":1979},{"style":192},[1980],{"type":95,"value":947},{"type":90,"tag":138,"props":1982,"children":1983},{"style":176},[1984],{"type":95,"value":751},{"type":90,"tag":138,"props":1986,"children":1987},{"style":176},[1988],{"type":95,"value":205},{"type":90,"tag":138,"props":1990,"children":1991},{"style":208},[1992],{"type":95,"value":1993},"data",{"type":90,"tag":138,"props":1995,"children":1996},{"style":176},[1997],{"type":95,"value":205},{"type":90,"tag":138,"props":1999,"children":2000},{"style":176},[2001],{"type":95,"value":1964},{"type":90,"tag":127,"props":2003,"children":2005},{"className":391,"code":2004,"filename":393,"language":394,"meta":84,"style":84},"const response = await fetch(baseUrl + `\u002Fapi\u002Fv1\u002Fintegrations\u002F${integrationId}\u002Finvoke`, {\n  method: 'POST',\n  headers: {\n    ...headers,\n    'Content-Type': 'application\u002Fjson'\n  },\n  body: JSON.stringify({\n    tool_key: toolKey,\n    arguments: {\n      channel: '#engineering',\n      text: 'Deployment is complete and staging is ready for validation.'\n    }\n  })\n}).then((result) => result.json())\n\nconsole.log(response.successful)\nconsole.log(response.data)\n",[2006],{"type":90,"tag":98,"props":2007,"children":2008},{"__ignoreMap":84},[2009,2078,2105,2121,2137,2169,2177,2212,2233,2249,2277,2301,2309,2321,2378,2386,2416],{"type":90,"tag":138,"props":2010,"children":2011},{"class":140,"line":141},[2012,2016,2021,2025,2029,2033,2037,2041,2045,2049,2053,2057,2061,2066,2070,2074],{"type":90,"tag":138,"props":2013,"children":2014},{"style":346},[2015],{"type":95,"value":406},{"type":90,"tag":138,"props":2017,"children":2018},{"style":151},[2019],{"type":95,"value":2020}," response ",{"type":90,"tag":138,"props":2022,"children":2023},{"style":176},[2024],{"type":95,"value":179},{"type":90,"tag":138,"props":2026,"children":2027},{"style":145},[2028],{"type":95,"value":868},{"type":90,"tag":138,"props":2030,"children":2031},{"style":192},[2032],{"type":95,"value":873},{"type":90,"tag":138,"props":2034,"children":2035},{"style":151},[2036],{"type":95,"value":878},{"type":90,"tag":138,"props":2038,"children":2039},{"style":176},[2040],{"type":95,"value":883},{"type":90,"tag":138,"props":2042,"children":2043},{"style":176},[2044],{"type":95,"value":548},{"type":90,"tag":138,"props":2046,"children":2047},{"style":208},[2048],{"type":95,"value":1180},{"type":90,"tag":138,"props":2050,"children":2051},{"style":176},[2052],{"type":95,"value":558},{"type":90,"tag":138,"props":2054,"children":2055},{"style":151},[2056],{"type":95,"value":1076},{"type":90,"tag":138,"props":2058,"children":2059},{"style":176},[2060],{"type":95,"value":370},{"type":90,"tag":138,"props":2062,"children":2063},{"style":208},[2064],{"type":95,"value":2065},"\u002Finvoke",{"type":90,"tag":138,"props":2067,"children":2068},{"style":176},[2069],{"type":95,"value":1062},{"type":90,"tag":138,"props":2071,"children":2072},{"style":176},[2073],{"type":95,"value":220},{"type":90,"tag":138,"props":2075,"children":2076},{"style":176},[2077],{"type":95,"value":320},{"type":90,"tag":138,"props":2079,"children":2080},{"class":140,"line":157},[2081,2085,2089,2093,2097,2101],{"type":90,"tag":138,"props":2082,"children":2083},{"style":536},[2084],{"type":95,"value":1413},{"type":90,"tag":138,"props":2086,"children":2087},{"style":176},[2088],{"type":95,"value":343},{"type":90,"tag":138,"props":2090,"children":2091},{"style":176},[2092],{"type":95,"value":448},{"type":90,"tag":138,"props":2094,"children":2095},{"style":208},[2096],{"type":95,"value":1426},{"type":90,"tag":138,"props":2098,"children":2099},{"style":176},[2100],{"type":95,"value":897},{"type":90,"tag":138,"props":2102,"children":2103},{"style":176},[2104],{"type":95,"value":379},{"type":90,"tag":138,"props":2106,"children":2107},{"class":140,"line":167},[2108,2113,2117],{"type":90,"tag":138,"props":2109,"children":2110},{"style":536},[2111],{"type":95,"value":2112},"  headers",{"type":90,"tag":138,"props":2114,"children":2115},{"style":176},[2116],{"type":95,"value":343},{"type":90,"tag":138,"props":2118,"children":2119},{"style":176},[2120],{"type":95,"value":320},{"type":90,"tag":138,"props":2122,"children":2123},{"class":140,"line":242},[2124,2129,2133],{"type":90,"tag":138,"props":2125,"children":2126},{"style":176},[2127],{"type":95,"value":2128},"    ...",{"type":90,"tag":138,"props":2130,"children":2131},{"style":151},[2132],{"type":95,"value":700},{"type":90,"tag":138,"props":2134,"children":2135},{"style":176},[2136],{"type":95,"value":379},{"type":90,"tag":138,"props":2138,"children":2139},{"class":140,"line":297},[2140,2145,2149,2153,2157,2161,2165],{"type":90,"tag":138,"props":2141,"children":2142},{"style":176},[2143],{"type":95,"value":2144},"    '",{"type":90,"tag":138,"props":2146,"children":2147},{"style":536},[2148],{"type":95,"value":1723},{"type":90,"tag":138,"props":2150,"children":2151},{"style":176},[2152],{"type":95,"value":897},{"type":90,"tag":138,"props":2154,"children":2155},{"style":176},[2156],{"type":95,"value":343},{"type":90,"tag":138,"props":2158,"children":2159},{"style":176},[2160],{"type":95,"value":448},{"type":90,"tag":138,"props":2162,"children":2163},{"style":208},[2164],{"type":95,"value":1740},{"type":90,"tag":138,"props":2166,"children":2167},{"style":176},[2168],{"type":95,"value":457},{"type":90,"tag":138,"props":2170,"children":2171},{"class":140,"line":305},[2172],{"type":90,"tag":138,"props":2173,"children":2174},{"style":176},[2175],{"type":95,"value":2176},"  },\n",{"type":90,"tag":138,"props":2178,"children":2179},{"class":140,"line":323},[2180,2185,2189,2194,2198,2203,2207],{"type":90,"tag":138,"props":2181,"children":2182},{"style":536},[2183],{"type":95,"value":2184},"  body",{"type":90,"tag":138,"props":2186,"children":2187},{"style":176},[2188],{"type":95,"value":343},{"type":90,"tag":138,"props":2190,"children":2191},{"style":151},[2192],{"type":95,"value":2193}," JSON",{"type":90,"tag":138,"props":2195,"children":2196},{"style":176},[2197],{"type":95,"value":189},{"type":90,"tag":138,"props":2199,"children":2200},{"style":192},[2201],{"type":95,"value":2202},"stringify",{"type":90,"tag":138,"props":2204,"children":2205},{"style":151},[2206],{"type":95,"value":200},{"type":90,"tag":138,"props":2208,"children":2209},{"style":176},[2210],{"type":95,"value":2211},"{\n",{"type":90,"tag":138,"props":2213,"children":2214},{"class":140,"line":382},[2215,2220,2224,2229],{"type":90,"tag":138,"props":2216,"children":2217},{"style":536},[2218],{"type":95,"value":2219},"    tool_key",{"type":90,"tag":138,"props":2221,"children":2222},{"style":176},[2223],{"type":95,"value":343},{"type":90,"tag":138,"props":2225,"children":2226},{"style":151},[2227],{"type":95,"value":2228}," toolKey",{"type":90,"tag":138,"props":2230,"children":2231},{"style":176},[2232],{"type":95,"value":379},{"type":90,"tag":138,"props":2234,"children":2235},{"class":140,"line":799},[2236,2241,2245],{"type":90,"tag":138,"props":2237,"children":2238},{"style":536},[2239],{"type":95,"value":2240},"    arguments",{"type":90,"tag":138,"props":2242,"children":2243},{"style":176},[2244],{"type":95,"value":343},{"type":90,"tag":138,"props":2246,"children":2247},{"style":176},[2248],{"type":95,"value":320},{"type":90,"tag":138,"props":2250,"children":2251},{"class":140,"line":1896},[2252,2257,2261,2265,2269,2273],{"type":90,"tag":138,"props":2253,"children":2254},{"style":536},[2255],{"type":95,"value":2256},"      channel",{"type":90,"tag":138,"props":2258,"children":2259},{"style":176},[2260],{"type":95,"value":343},{"type":90,"tag":138,"props":2262,"children":2263},{"style":176},[2264],{"type":95,"value":448},{"type":90,"tag":138,"props":2266,"children":2267},{"style":208},[2268],{"type":95,"value":1844},{"type":90,"tag":138,"props":2270,"children":2271},{"style":176},[2272],{"type":95,"value":897},{"type":90,"tag":138,"props":2274,"children":2275},{"style":176},[2276],{"type":95,"value":379},{"type":90,"tag":138,"props":2278,"children":2279},{"class":140,"line":1905},[2280,2285,2289,2293,2297],{"type":90,"tag":138,"props":2281,"children":2282},{"style":536},[2283],{"type":95,"value":2284},"      text",{"type":90,"tag":138,"props":2286,"children":2287},{"style":176},[2288],{"type":95,"value":343},{"type":90,"tag":138,"props":2290,"children":2291},{"style":176},[2292],{"type":95,"value":448},{"type":90,"tag":138,"props":2294,"children":2295},{"style":208},[2296],{"type":95,"value":1880},{"type":90,"tag":138,"props":2298,"children":2299},{"style":176},[2300],{"type":95,"value":457},{"type":90,"tag":138,"props":2302,"children":2303},{"class":140,"line":1921},[2304],{"type":90,"tag":138,"props":2305,"children":2306},{"style":176},[2307],{"type":95,"value":2308},"    }\n",{"type":90,"tag":138,"props":2310,"children":2311},{"class":140,"line":1929},[2312,2317],{"type":90,"tag":138,"props":2313,"children":2314},{"style":176},[2315],{"type":95,"value":2316},"  }",{"type":90,"tag":138,"props":2318,"children":2319},{"style":151},[2320],{"type":95,"value":239},{"type":90,"tag":138,"props":2322,"children":2323},{"class":140,"line":1967},[2324,2328,2332,2336,2340,2344,2348,2353,2357,2361,2366,2370,2374],{"type":90,"tag":138,"props":2325,"children":2326},{"style":176},[2327],{"type":95,"value":370},{"type":90,"tag":138,"props":2329,"children":2330},{"style":151},[2331],{"type":95,"value":925},{"type":90,"tag":138,"props":2333,"children":2334},{"style":176},[2335],{"type":95,"value":189},{"type":90,"tag":138,"props":2337,"children":2338},{"style":192},[2339],{"type":95,"value":934},{"type":90,"tag":138,"props":2341,"children":2342},{"style":151},[2343],{"type":95,"value":200},{"type":90,"tag":138,"props":2345,"children":2346},{"style":176},[2347],{"type":95,"value":200},{"type":90,"tag":138,"props":2349,"children":2350},{"style":688},[2351],{"type":95,"value":2352},"result",{"type":90,"tag":138,"props":2354,"children":2355},{"style":176},[2356],{"type":95,"value":925},{"type":90,"tag":138,"props":2358,"children":2359},{"style":346},[2360],{"type":95,"value":956},{"type":90,"tag":138,"props":2362,"children":2363},{"style":151},[2364],{"type":95,"value":2365}," result",{"type":90,"tag":138,"props":2367,"children":2368},{"style":176},[2369],{"type":95,"value":189},{"type":90,"tag":138,"props":2371,"children":2372},{"style":192},[2373],{"type":95,"value":717},{"type":90,"tag":138,"props":2375,"children":2376},{"style":151},[2377],{"type":95,"value":974},{"type":90,"tag":138,"props":2379,"children":2381},{"class":140,"line":2380},15,[2382],{"type":90,"tag":138,"props":2383,"children":2384},{"emptyLinePlaceholder":161},[2385],{"type":95,"value":164},{"type":90,"tag":138,"props":2387,"children":2389},{"class":140,"line":2388},16,[2390,2394,2398,2402,2407,2411],{"type":90,"tag":138,"props":2391,"children":2392},{"style":151},[2393],{"type":95,"value":1044},{"type":90,"tag":138,"props":2395,"children":2396},{"style":176},[2397],{"type":95,"value":189},{"type":90,"tag":138,"props":2399,"children":2400},{"style":192},[2401],{"type":95,"value":1053},{"type":90,"tag":138,"props":2403,"children":2404},{"style":151},[2405],{"type":95,"value":2406},"(response",{"type":90,"tag":138,"props":2408,"children":2409},{"style":176},[2410],{"type":95,"value":189},{"type":90,"tag":138,"props":2412,"children":2413},{"style":151},[2414],{"type":95,"value":2415},"successful)\n",{"type":90,"tag":138,"props":2417,"children":2419},{"class":140,"line":2418},17,[2420,2424,2428,2432,2436,2440],{"type":90,"tag":138,"props":2421,"children":2422},{"style":151},[2423],{"type":95,"value":1044},{"type":90,"tag":138,"props":2425,"children":2426},{"style":176},[2427],{"type":95,"value":189},{"type":90,"tag":138,"props":2429,"children":2430},{"style":192},[2431],{"type":95,"value":1053},{"type":90,"tag":138,"props":2433,"children":2434},{"style":151},[2435],{"type":95,"value":2406},{"type":90,"tag":138,"props":2437,"children":2438},{"style":176},[2439],{"type":95,"value":189},{"type":90,"tag":138,"props":2441,"children":2442},{"style":151},[2443],{"type":95,"value":2444},"data)\n",{"type":90,"tag":107,"props":2446,"children":2447},{},[],{"type":90,"tag":111,"props":2449,"children":2451},{"id":2450},"next-steps",[2452],{"type":95,"value":2453},"Next Steps",{"type":90,"tag":2455,"props":2456,"children":2457},"ul",{},[2458,2476,2491],{"type":90,"tag":2459,"props":2460,"children":2461},"li",{},[2462,2464,2474],{"type":95,"value":2463},"Open the ",{"type":90,"tag":2465,"props":2466,"children":2467},"strong",{},[2468],{"type":90,"tag":2469,"props":2470,"children":2471},"a",{"href":22},[2472],{"type":95,"value":2473},"curl quickstart",{"type":95,"value":2475}," if you want the same flow from the terminal.",{"type":90,"tag":2459,"props":2477,"children":2478},{},[2479,2481,2489],{"type":95,"value":2480},"Review the ",{"type":90,"tag":2465,"props":2482,"children":2483},{},[2484],{"type":90,"tag":2469,"props":2485,"children":2486},{"href":53},[2487],{"type":95,"value":2488},"client overview",{"type":95,"value":2490}," for the shared v1 route surface.",{"type":90,"tag":2459,"props":2492,"children":2493},{},[2494,2496,2503],{"type":95,"value":2495},"Continue to ",{"type":90,"tag":2465,"props":2497,"children":2498},{},[2499],{"type":90,"tag":2469,"props":2500,"children":2501},{"href":34},[2502],{"type":95,"value":33},{"type":95,"value":2504}," if you need to create connected accounts first.",{"type":90,"tag":2506,"props":2507,"children":2508},"style",{},[2509],{"type":95,"value":2510},"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);}",{"title":84,"searchDepth":157,"depth":157,"links":2512},[2513,2514,2515,2516,2517],{"id":113,"depth":157,"text":116},{"id":580,"depth":157,"text":583},{"id":1105,"depth":157,"text":1108},{"id":1592,"depth":157,"text":1595},{"id":2450,"depth":157,"text":2453},"markdown","content:1.docs:1.getting-started:3.quickstart.md","content","1.docs\u002F1.getting-started\u002F3.quickstart.md","1.docs\u002F1.getting-started\u002F3.quickstart","md",[2525,2527],{"_path":16,"title":15,"description":2526},"Set up your environment and install the Datafuse unified SDKs for Python and TypeScript.",{"_path":22,"title":21,"description":2528},"Run the same Datafuse v1 flow from the terminal with raw HTTP calls.",1780069615246]