{"componentChunkName":"component---build-limio-shop-build-2026-06-22-15-54-02-9-us-npl-oyf-w-templates-lhuvdgaskcespxgflxih-index-js","path":"/agents/","result":{"pageContext":{"page_id":"e6acf492f649d893478338c25b777331adfd08ecaa68d3697ac58e89cc94cc6f","authProvider":"buy.limio.com","landing":{"inlineStyle":"\n    \n    \n       /* ===== Hero band: bleed through the column padding ===== */\n.limio-component:has(#agents-hero) {\n  margin: 0 -56px; /* counters lg:tw-px-14 */\n}\n@media (max-width: 1023px) {\n  .limio-component:has(#agents-hero) {\n    margin: 0 -32px; /* counters tw-px-8 */\n  }\n}\n/* optional: flush to the header too (counters tw-py-20) */\n.limio-component:has(#agents-hero) {\n  margin-top: -80px;\n}\n\n/* ===== Floating waitlist card ===== */\n/* The card is the WRAPPER, not the form — so the form and the\n   \"Thank you for submitting\" success alert (a sibling of the form)\n   float together as one unit. */\n.limio-component:has(form[name=\"data-capture-form\"]) {\n  position: sticky;\n  top: 92px;\n  margin-top: -56px;             /* trims the column's 80px top padding to a ~24px gap */\n  align-self: flex-start;        /* stop the flex column stretching the card tall */\n\n  /* Never taller than the gap between the header and the viewport bottom,\n     so the Submit button is always reachable. If the form is taller than\n     this, the card scrolls internally instead of running off-screen.\n     92px = the top offset, 24px = breathing room at the bottom. */\n  max-height: calc(100dvh - 92px - 24px);\n  overflow-y: auto;\n\n  background: #ffffff;\n  border: 1px solid rgba(20, 20, 43, 0.08);\n  border-radius: 16px;\n  padding: 24px 28px;\n  box-shadow:\n    0 1px 2px rgba(20, 20, 43, 0.06),\n    0 8px 16px rgba(20, 20, 43, 0.08),\n    0 24px 48px rgba(20, 20, 43, 0.10);\n  transition: box-shadow .2s ease, transform .2s ease; /* smooth lift */\n}\n\n.limio-component:has(form[name=\"data-capture-form\"]):hover {\n  box-shadow:\n    0 2px 4px rgba(20, 20, 43, 0.08),\n    0 12px 24px rgba(20, 20, 43, 0.10),\n    0 32px 64px rgba(20, 20, 43, 0.12);\n  transform: translateY(-2px);\n}\n\n@media (max-width: 1023px) {\n  /* On stacked layouts the card shouldn't pin or cap its height */\n  .limio-component:has(form[name=\"data-capture-form\"]) {\n    position: static;\n    max-height: none;\n    overflow: visible;\n    padding: 24px 20px;\n  }\n}\n\n/* The form itself is now just content inside the card — no card styling,\n   it only carries the brand tokens used by the fields below. */\nform[name=\"data-capture-form\"] {\n  /* brand tokens — swap for your real values */\n  --brand-ink: #201f4f;\n  --brand-accent: #ef5832;\n}\n\n/* ===== Heading ===== */\nform[name=\"data-capture-form\"] h2 {\n  color: var(--brand-ink);\n  font-size: 1.625rem;\n  letter-spacing: -0.02em;\n  margin-bottom: 0.25rem;\n}\n\n/* ===== Labels ===== */\nform[name=\"data-capture-form\"] label {\n  color: var(--brand-ink) !important;\n  font-weight: 500 !important;\n  font-size: 0.9375rem !important;\n}\nform[name=\"data-capture-form\"] .requiredField {\n  color: var(--brand-accent);\n}\n\n/* ===== Inputs + textarea ===== */\nform[name=\"data-capture-form\"] input[name^=\"customerDetails\"]:not([type=\"checkbox\"]),\nform[name=\"data-capture-form\"] textarea[name^=\"customerDetails\"] {\n  border-radius: 10px !important;\n  border: 1px solid #d8d6e4 !important;\n  background: #fff !important;\n  height: 44px;\n  font-size: 0.9375rem !important;\n  color: var(--brand-ink);\n  transition: border-color .15s ease, box-shadow .15s ease;\n}\nform[name=\"data-capture-form\"] textarea[name^=\"customerDetails\"] {\n  height: auto;\n  min-height: 96px;\n}\nform[name=\"data-capture-form\"] input[name^=\"customerDetails\"]:focus,\nform[name=\"data-capture-form\"] textarea[name^=\"customerDetails\"]:focus {\n  border: 1px solid var(--brand-ink) !important;\n  box-shadow: 0 0 0 3px rgba(32, 31, 79, 0.12) !important;\n  outline: none !important;\n}\n\n/* ===== Checkbox: square + custom tick (component ships it rounded-full) ===== */\nform[name=\"data-capture-form\"] input[type=\"checkbox\"][name=\"customerDetails.checkbox\"] {\n  appearance: none !important;\n  -webkit-appearance: none !important;\n  width: 20px !important;\n  height: 20px !important;\n  min-width: 20px;\n  border-radius: 5px !important;\n  border: 1.5px solid #c9c7d8 !important;\n  background: #fff !important;\n  cursor: pointer;\n  margin-top: 2px;\n  transition: background .12s ease, border-color .12s ease;\n}\nform[name=\"data-capture-form\"] input[type=\"checkbox\"][name=\"customerDetails.checkbox\"]:hover {\n  border-color: var(--brand-ink) !important;\n}\nform[name=\"data-capture-form\"] input[type=\"checkbox\"][name=\"customerDetails.checkbox\"]:checked {\n  background: var(--brand-ink) !important;\n  border-color: var(--brand-ink) !important;\n  background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5l3 3 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\") !important;\n  background-size: 14px 14px !important;\n  background-position: center !important;\n  background-repeat: no-repeat !important;\n}\n\n/* Keep label beside the box, not wrapped under it */\nform[name=\"data-capture-form\"] #customerDetails\\.checkbox-field .form-group {\n  flex-wrap: nowrap !important;\n  align-items: flex-start !important;\n  gap: 0.625rem !important;\n}\n\n/* Consent copy: de-bold body text, accent the links only */\nform[name=\"data-capture-form\"] #customerDetails\\.checkbox-field label strong {\n  font-weight: 400 !important;\n  color: #4a4866;\n}\nform[name=\"data-capture-form\"] #customerDetails\\.checkbox-field label a strong {\n  font-weight: 600 !important;\n  color: var(--brand-accent);\n}\nform[name=\"data-capture-form\"] #customerDetails\\.checkbox-field label a {\n  text-decoration: none;\n}\nform[name=\"data-capture-form\"] #customerDetails\\.checkbox-field label a:hover {\n  text-decoration: underline;\n}\n\n/* ===== Submit: match the hero pill ===== */\nform[name=\"data-capture-form\"] button[type=\"submit\"] {\n  border-radius: 9999px !important;\n  background: var(--brand-ink) !important;\n  color: #fff !important;\n  font-weight: 600 !important;\n  height: 52px !important;\n  font-size: 1rem !important;\n  margin-top: 0.25rem;\n  transition: background .12s ease;\n}\nform[name=\"data-capture-form\"] button[type=\"submit\"]:hover {\n  background: #2c2b66 !important;\n}\n       ","customTranslations":{},"locale":"en-GB","favicon":"https://limio-prod.prod.limio.com/public/070b91f5-645c-4e6c-b042-98a92ef9a1a3/limio_favicon.jpg","appleTouchIcon":"undefined","shop_title":"Limio Shop"},"campaign":{"name":"Limio Agent Page","path":"/pages2/Limio Agent Page","attributes":{"description__limio":"<p>Limio is the self-serve platform that automates how SaaS and subscription businesses sell, expand and retain customers.</p>","meta_title__limio":"AI Sales Agents for SaaS | Sell Subscriptions 24/7 | Limio","primary_color__limio":"#d14424","referencedLabel":"nimbus","disable_index__limio":false,"meta_description__limio":"Deploy AI sales agents that answer questions, support prospects through checkout, and onboard - 24/7, no extra headcount. Built on Limio's subscription commerce platform with Stripe, Zuora and Salesforce.","push_to_checkout__limio":true}},"offers":[{"path":"/offers2/Limio Annual","name":"Limio Annual","type":"item","data":{"name":"Limio Annual","record_type":"offer","path":"/offers2/Limio Annual","attributes":{"display_name__limio":"Limio Scale","display_price__limio":"<p>$1,999 / month</p><p></p>","detailed_display_price__limio":"<p>+ 0.3% of Eligible Revenue</p><p>Billed annually</p>","cta_text__limio":"Buy now","offer_features__limio":"<ul><li><strong>Sell online:</strong> sell subscriptions across self-serve, sales-assisted and partner</li><li><strong>Self-serve portal</strong>: customers upgrade, renew, restart, manage payments and invoices</li><li><strong>Cancel shield</strong>: stop churn with save and win-back offers</li><li><strong>Trial &amp; freemium-to-paid conversion</strong></li><li><strong>Upsells &amp; cross-sells</strong> in cart, checkout, and self-serve</li><li><strong>A/B testing &amp; personalisation</strong> across brands and currencies</li><li><strong>MCP-powered catalog builder</strong></li><li><strong>Billing &amp; CRM integrations</strong>: Stripe, Zuora &amp; Salesforce, always in sync</li><li><strong>No-code page builder</strong> with 50+ drag-and-drop components</li><li><strong>AI &amp; developer-ready</strong>: SDK, API, MCP and vibe-coded custom components</li><li><strong>SEO/AEO/GEO-optimised pages </strong>with Limio Analytics + integrations</li></ul>","checkout_description__limio":"<p>Limio Scale gives growing subscription businesses everything they need to sell, expand, and retain customers - without writing code. Sell across self-serve, sales-assisted, and partner motions with a hosted checkout, a self-service portal where customers upgrade, renew, and manage their own subscriptions, and a partner portal - all natively connected to Stripe Billing, Zuora, and Salesforce. Grow revenue with trials and freemium-to-paid conversion, upsells and cross-sells, A/B testing and personalisation, save-and-win-back offers, and an MCP-powered offer builder. Multi-brand and multi-currency support, a no-code page builder, SEO/AEO/GEO-optimised pages, and Limio Analytics are included out of the box, with standard onboarding and email and chat support to get you live fast.</p>","best_value__limio":true,"label__limio":["limio"],"price__limio":[{"name":"charge_1","repeat_interval":1,"label":"Charge","repeat_interval_type":"years","trigger":"subscription_start","type":"recurring","value":"23988","currencyCode":"USD"}],"payment_types__limio":["stripe_payment_element"],"term__limio":{"renewal_type":"TERMED","length":1,"renewal_trigger":"EXTERNAL","type":"years"},"initial_term__limio":{"renewal_type":"TERMED","length":1,"renewal_trigger":"EXTERNAL","type":"years"},"autoRenew__limio":true,"offer_type__limio":"standard","push_to_checkout__limio":true,"checkout__limio":{"checkout_type":"external","external_url":"/checkout"},"trial__limio":true,"group__limio":"yearly","default_quantity_options__limio":{},"sales_channel__limio":["Online","Salesforce"],"allowed_countries__limio":["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IT","LV","LT","LU","MT","NL","PL","PT","RO","SK","SI","ES","SE","GB","US"],"update_configuration__limio":"/limio/update","comparison_table__c":"{\n  \"Sell Online\": {\n    \"Buy Now\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell subscriptions and one-off products globally from one place — self-serve, sales-assisted, or through partners. Orders, catalog and content all managed together.\"\n    },\n    \"Bundles, Add-Ons & Multi-Baskets\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell packs of products as one subscription, or let customers pick their plan and add the extras they want.\"\n    },\n    \"Cart\": {\n      \"value\": \"✔\",\n      \"description\": \"Build the cart experience that fits your flow — on-page, standalone, or inside the checkout.\"\n    },\n    \"Modular Checkout\": {\n      \"value\": \"✔\",\n      \"description\": \"A no-code checkout that adapts to your products and your customer. Less friction, more completed orders.\"\n    },\n    \"Purchase Links\": {\n      \"value\": \"✔\",\n      \"description\": \"Send customers straight into checkout with a pre-filled cart. Perfect for emails, quotes and campaigns.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Sales-Assisted Checkout\": {\n      \"value\": \"✔\",\n      \"description\": \"Your reps close deals without taking payment details: one click on a Salesforce opportunity generates a checkout link from the quote. The customer pays self-serve, and the opportunity moves to closed-won automatically.\"\n    },\n    \"Partner Portal\": {\n      \"value\": \"✔\",\n      \"description\": \"Give resellers their own portal: partner login, partner-specific offers and pricing, orders and upgrades on behalf of customers, invoices, and automatic sync with Zuora and Salesforce.\",\n      \"callout\": \"NEW\"\n    },\n        \"Unlimited Products, Plans & Offers\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"No caps on products, plans, offers or add-ons. Build as much catalog as your business needs.\"\n    },\n    \"Global Offer Management\": {\n      \"value\": \"✔\",\n      \"description\": \"One view of every product and price across all your sites, languages and currencies. Change once, update everywhere.\"\n    },\n    \"Multi-Currency\": {\n      \"value\": \"✔\",\n      \"description\": \"Price offers in any currency your payment and billing providers support.\"\n    }\n  },\n  \"Self-Serve Portal\": {\n    \"Subscription Overview\": {\n      \"value\": \"✔\",\n      \"description\": \"An out-of-the-box portal where customers see and manage their subscriptions, payments and details — without contacting support.\"\n    },\n    \"Upgrades & Downgrades\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers switch plans, products and compatible add-ons themselves. Expansion revenue without a sales call.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Seat Management\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers add or remove seats on their plan as their team changes.\"\n    },\n    \"Add-On Changes\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers buy new add-ons or top up credits whenever they want — and remove add-ons too, if you allow it.\"\n    },\n    \"Renewals\": {\n      \"value\": \"✔\",\n      \"description\": \"Lapsed or fixed-term customers renew themselves, early or at term end.\"\n    },\n    \"Payment Methods & History\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers view, add and set default payment methods, and see every past payment on their account.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Invoice Management\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers view, download, print and pay invoices — including unpaid balances — on their own.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Account Data & Statements\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers view and edit their account and contact details, and download account statements.\",\n      \"callout\": \"NEW\"\n    },\n    \"Address Management\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers update billing addresses and, for physical products, manage delivery addresses.\"\n    },\n    \"Multi-User Access\": {\n      \"value\": \"✔\",\n      \"description\": \"Define which users in a customer's team can view and change the company's subscription.\"\n    },\n    \"Personalised Portal Experiences\": {\n      \"value\": \"✔\",\n      \"description\": \"Show different portal experiences based on a customer's value, lifecycle stage and products — to grow retention and lifetime value.\"\n    }\n  },\n  \"AI\": {\n    \"Limio Agent\": {\n      \"value\": \"✔\",\n      \"description\": \"A selling agent that closes business for you — it answers questions, creates quotes, upsells and guides customers all the way through checkout.\",\n      \"callout\": \"NEW\"\n    },\n    \"Catalog & Analytics MCP\": {\n      \"value\": \"✔\",\n      \"description\": \"Build and update your catalog, and query your commerce data, straight from Claude, ChatGPT or any MCP-enabled tool.\"\n    },\n    \"Agent-Ready Storefront\": {\n      \"value\": \"✔\",\n      \"description\": \"Your customers' AI agents can discover and buy your plans directly — via MCP, JSON-LD offer feeds and purchase links. ChatGPT Search-enabled.\"\n    }\n  },\n  \"Conversion Optimisation\": {\n    \"Free Trials & Freemium-to-Paid\": {\n      \"value\": \"✔\",\n      \"description\": \"Run free trials and freemium plans, and convert them to paid automatically — no engineering ticket required.\"\n    },\n    \"Upsells\": {\n      \"value\": \"✔\",\n      \"description\": \"Show tailored upgrades to longer terms or bigger bundles in cart and checkout. Customers switch in one click, order value goes up.\"\n    },\n    \"Cross-Sells\": {\n      \"value\": \"✔\",\n      \"description\": \"Offer personalised add-ons that complement what's already in the cart.\"\n    },\n    \"Abandoned Cart Recovery\": {\n      \"value\": \"✔\",\n      \"description\": \"Find abandoned carts with customer data via a simple API, and power follow-up campaigns through your email or push provider.\"\n    },\n    \"Promo Codes\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"Generate unlimited unique promo codes with expiry dates and quantity limits. No caps, ever.\"\n    },\n    \"Gift Cards\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell subscription gift cards and let recipients redeem them when it suits them.\"\n    },\n    \"A/B Testing\": {\n      \"value\": \"✔\",\n      \"description\": \"Split-test purchase and self-service experiences directly in Limio. See what converts, keep what works.\"\n    },\n    \"Personalisation\": {\n      \"value\": \"✔\",\n      \"description\": \"Route each visitor to the most relevant experience based on segment, location, channel, device, subscription status and more.\"\n    },\n    \"Localisation\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell in any language, any currency. Same catalog, local experience.\"\n    },\n    \"Multi-Brand, Multi-Shop\": {\n      \"value\": \"✔\",\n      \"description\": \"Run multiple shops and brands across multiple domains from a single Limio app.\"\n    }\n  },\n  \"Retention Optimisation\": {\n    \"No-Code Cancel Pages\": {\n      \"value\": \"✔\",\n      \"description\": \"Build and change your cancellation flow with drag and drop. Test new save experiences without an engineering ticket.\"\n    },\n    \"Cancellation Reasons\": {\n      \"value\": \"✔\",\n      \"description\": \"Capture why customers want to leave, and route each reason to the save offer most likely to keep them.\"\n    },\n    \"Loss-Aversion Cards\": {\n      \"value\": \"✔\",\n      \"description\": \"Show customers exactly what they'd lose by cancelling — usage, features, history — before they confirm.\"\n    },\n    \"Save & Win-Back Offers\": {\n      \"value\": \"✔\",\n      \"description\": \"Present discounts, pauses or alternative plans at the moment of cancellation — and win back customers after they've left.\"\n    },\n    \"Downgrade Workflows\": {\n      \"value\": \"✔\",\n      \"description\": \"Offer a cheaper plan instead of a goodbye. A smaller subscription beats no subscription.\"\n    },\n    \"One-Click Restart\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers with a pending cancellation restart in one click — with a personalised offer if you want to sweeten it.\"\n    },\n    \"Cancel Analytics\": {\n      \"value\": \"✔\",\n      \"description\": \"See cancel intents, save rates and the reasons behind churn, directly in Limio Analytics.\"\n    },\n    \"Salesforce Churn Sync\": {\n      \"value\": \"✔\",\n      \"description\": \"Cancel intents and saves flow into Salesforce automatically, so your CS team can step in where it matters.\"\n    },\n    \"Segmented Retention Journeys\": {\n      \"value\": \"✔\",\n      \"description\": \"Different customers, different saves. Target retention offers by value, tenure, product and more.\"\n    }\n  },\n  \"Integrations\": {\n    \"Stripe Billing\": {\n      \"value\": \"✔\",\n      \"description\": \"Deep two-way integration: catalog and subscription sync, tax preview in checkout, and support for every payment method Stripe offers. Always in sync, no middleware.\"\n    },\n    \"Zuora\": {\n      \"value\": \"✔\",\n      \"description\": \"Deep two-way integration: full Zuora pricing models, catalog and subscription sync, order line items, ramp deals, tax preview, any Zuora gateway or payment method, and Zephr paywall support.\"\n    },\n    \"Salesforce\": {\n      \"value\": \"✔\",\n      \"description\": \"Feed self-serve orders into Salesforce Core Objects — accounts, contacts and closed-won opportunities created automatically, with Platform Events for everything else — or run full CPQ, powered by the same catalog.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Identity & Login\": {\n      \"value\": \"✔\",\n      \"description\": \"Connect any identity solution via SAML, OAuth or JWT so customers get one seamless login.\"\n    },\n    \"Payment Integrations\": {\n      \"value\": \"✔\",\n      \"description\": \"Direct integrations with local payment providers and methods, beyond your billing engine's defaults.\"\n    },\n    \"Address Auto-Complete\": {\n      \"value\": \"✔\",\n      \"description\": \"Suggest addresses as customers type, so checkout takes seconds.\"\n    },\n    \"REST APIs\": {\n      \"value\": \"✔\",\n      \"description\": \"Manage your catalog, subscriptions and orders programmatically.\"\n    },\n    \"Webhooks\": {\n      \"value\": \"✔\",\n      \"description\": \"Notify your other systems automatically when an order lands or something fails.\",\n      \"callout\": \"IMPROVED\"\n    }\n  },\n  \"No-Code Page Builder\": {\n    \"Vibe-Coded Components\": {\n      \"value\": \"✔\",\n      \"description\": \"Need a component that doesn't exist yet? Describe it in plain English in Claude, ChatGPT or any LLM, and ship it to your pages with the Limio SDK.\",\n      \"callout\": \"NEW\"\n    },\n    \"Page Builder\": {\n      \"value\": \"✔\",\n      \"description\": \"Build pricing pages, checkouts and portals with drag and drop. Launch a page, change an offer, run a promo — no engineering ticket.\",\n      \"callout\": \"UPDATED\"\n    },\n    \"Unlimited Pages\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"Build as many pages as you need. No caps.\"\n    },\n    \"50+ Drag-and-Drop Components\": {\n      \"value\": \"✔\",\n      \"description\": \"An ever-growing library of subscription commerce components, ready to drop onto any page.\"\n    },\n    \"Design Systems & Themes\": {\n      \"value\": \"✔\",\n      \"description\": \"Your brand, everywhere. Reuse styles, components and variants across every page with the style editor and design systems.\"\n    },\n    \"Responsive by Default\": {\n      \"value\": \"✔\",\n      \"description\": \"Every page works on desktop, tablet and mobile out of the box.\"\n    }\n  },\n  \"Analytics & SEO\": {\n    \"SEO / AEO / GEO-Optimised Pages\": {\n      \"value\": \"✔\",\n      \"description\": \"Pages built to rank — for search engines, answer engines and AI assistants alike.\"\n    },\n    \"Limio Analytics\": {\n      \"value\": \"✔\",\n      \"description\": \"Order performance, conversion rates and retention rates, right inside Limio.\",\n      \"callout\": \"NEW\"\n    },\n    \"Rich Data Layer\": {\n      \"value\": \"✔\",\n      \"description\": \"Track every step — add to cart, checkout started, purchase completed — with the Limio Data Layer.\"\n    },\n    \"Analytics Integrations\": {\n      \"value\": \"✔\",\n      \"description\": \"Send events to Google Analytics and your other tools via your tag manager, with ecommerce reporting out of the box.\"\n    },\n    \"Rich Reports\": {\n      \"value\": \"✔\",\n      \"description\": \"Visits, traffic sources, geography, site paths, conversion rates and purchase funnels in your preferred analytics tool.\"\n    },\n    \"Campaign Attribution\": {\n      \"value\": \"✔\",\n      \"description\": \"Follow UTM parameters all the way to the final order, so you know which spend actually converts.\"\n    }\n  },\n  \"Developer Experience\": {\n    \"Limio Skills\": {\n      \"value\": \"✔\",\n      \"description\": \"A Claude Code plugin with five skills for vibe coding: generate production-ready custom components, set up a Storybook playground, create stories, audit SDK compliance, and deploy — all from a prompt.\",\n      \"callout\": \"NEW\"\n    },\n    \"SDK\": {\n      \"value\": \"✔\",\n      \"description\": \"Access catalog, subscription, basket and user data through a simple SDK to build new acquisition and expansion experiences.\"\n    },\n    \"Custom Components\": {\n      \"value\": \"✔\",\n      \"description\": \"Build React/TypeScript components for fully bespoke experiences, on top of the Limio SDK and APIs.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Modern Developer Workflow\": {\n      \"value\": \"✔\",\n      \"description\": \"Ship custom components from your own repo and CI/CD pipeline straight into Limio.\",\n      \"callout\": \"NEW\"\n    },\n    \"Storybook Integration\": {\n      \"value\": \"✔\",\n      \"description\": \"Develop components in Storybook or your preferred frontend workbench.\"\n    },\n    \"Custom API Connections\": {\n      \"value\": \"✔\",\n      \"description\": \"Call third-party APIs from your experiences to validate data or enrich the journey.\"\n    }\n  },\n  \"Team Workflows\": {\n    \"Staff Accounts\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"Bring your whole team. No per-seat charges.\"\n    },\n    \"Bulk Edits & Smart Search\": {\n      \"value\": \"✔\",\n      \"description\": \"Manage thousands of pages and offers with bulk copy, bulk edit and smart search.\"\n    },\n    \"Entitlements\": {\n      \"value\": \"✔\",\n      \"description\": \"Track what each customer gets per product, and notify your provisioning systems automatically on every order, upgrade or cancellation.\",\n      \"callout\": \"NEW\"\n    },\n    \"Customer, Order & Subscription Tracking\": {\n      \"value\": \"✔\",\n      \"description\": \"Every customer, order and subscription, tracked inside Limio.\"\n    },\n    \"Subscription Events\": {\n      \"value\": \"✔\",\n      \"description\": \"Follow each subscriber's journey, from checkout started to cancel intent.\"\n    }\n  },\n  \"Platform, Security & Compliance\": {\n    \"SOC 2 Type II\": {\n      \"value\": \"✔\",\n      \"description\": \"Independently audited security controls, continuously verified. Report available on request.\",\n      \"callout\": \"NEW\"\n    },\n    \"SSO (SAML)\": {\n      \"value\": \"-\",\n      \"description\": \"Your team signs in to Limio through your identity provider.\"\n    },\n    \"Role-Based Access Control (RBAC)\": {\n      \"value\": \"✔\",\n      \"description\": \"Granular roles and permissions control who sees and changes what — across teams, brands and regions.\"\n    },\n    \"Audit Log\": {\n      \"value\": \"✔\",\n      \"description\": \"Every change to your catalog and configuration, tracked by user, team and date.\"\n    },\n    \"Subscription Revenue\": {\n      \"value\": \"Below £/€/$50M\",\n      \"description\": \"The annual subscription revenue threshold for this plan.\"\n    },\n    \"Custom Domains\": {\n      \"value\": \"✔\",\n      \"description\": \"Run your shop and portal on your own domain with an SSL certificate.\"\n    },\n    \"Global Scalability & Performance\": {\n      \"value\": \"✔\",\n      \"description\": \"Edge delivery, optimised compression and bundling. Fast for every customer, everywhere.\"\n    },\n    \"Unlimited Bandwidth & Storage\": {\n      \"value\": \"✔\",\n      \"description\": \"No caps on bandwidth or storage. Scale with confidence.\"\n    },\n    \"Alerts & Monitoring\": {\n      \"value\": \"✔\",\n      \"description\": \"Limio proactively monitors your sites and alerts on issues before they become incidents.\"\n    },\n    \"Security Settings\": {\n      \"value\": \"✔\",\n      \"description\": \"PCI-compliant, with rate limits, reCAPTCHA support, allowed hosts and proactive monitoring to stop bad actors.\"\n    },\n    \"Hosting Options\": {\n      \"value\": \"✔\",\n      \"description\": \"Choose your hosting region: Europe or North America.\"\n    },\n    \"Included API Sandboxes\": {\n      \"value\": \"2\",\n      \"description\": \"Non-production environments with full access to the Limio API.\"\n    },\n    \"Partial or Full Copy Sandbox\": {\n      \"value\": \"$\",\n      \"description\": \"Test against a copy of your production data.\"\n    }\n  },\n  \"Support & Services\": {\n    \"Frequent Releases\": {\n      \"value\": \"✔\",\n      \"description\": \"Regular upgrades, detailed release notes, zero-effort updates.\"\n    },\n    \"Customer Success Manager\": {\n      \"value\": \"✔\",\n      \"description\": \"A named contact to help with roadmap adoption, upcoming initiatives and escalations.\"\n    },\n    \"Standard Support\": {\n      \"value\": \"✔\",\n      \"description\": \"Live support via ticket, email and phone, with unlimited included incidents.\"\n    },\n    \"Premium Support\": {\n      \"value\": \"$\",\n      \"description\": \"24x7x365 coverage, priority handling and response-time SLAs.\"\n    },\n    \"Solution Architect\": {\n      \"value\": \"$\",\n      \"description\": \"Regular office hours for health checks, architecture reviews and technical scoping.\"\n    },\n    \"Implementation Support\": {\n      \"value\": \"$\",\n      \"description\": \"Dedicated help to implement and go live with your shop and self-service.\"\n    }\n  }\n}","cross_sell_addons__limio":{"item_label":"limio_addon","item_type":"add_on","items":[{"path":"/add_ons/Limio Salesforce"}]},"stripe_product_id__limio":"prod_UfNphc5cw0JyQF"},"team":null,"type":"item","id":"977a84ca1871e3a2982a4a824ff81a3152b5b6cc","version":"ccd7ffe050fdfb8f4660741283d983f82dd8a443","price__limio":[],"price":[],"products":[{"path":"/products/Limio-Scale","name":"Limio Scale","record_type":"product","baseTemplate":"/config/templates/products/default","attributes":{"display_name__limio":"Limio Scale","description__limio":"<p>Limio Scale annual subscription. Self-serve subscription commerce platform.</p>","block_multiple__limio":false,"stripe_product_code__limio":"prod_UfNphc5cw0JyQF"}}],"productBundles":[{"product_path":"/products/Limio-Scale","revenue_split":"100","rate_plan":""}]},"id":"90e6123e4772a30dfaf583b1d03a946702ec8048","version":"8dc446465a7599b88ac1efa66ff4ce6c8059bbdb"},{"path":"/offers2/Limio Unlimited Annual","name":"Limio Unlimited Annual","type":"item","data":{"name":"Limio Unlimited Annual","record_type":"offer","path":"/offers2/Limio Unlimited Annual","attributes":{"display_name__limio":"Limio Unlimited","display_price__limio":"<p>Custom</p><p></p>","detailed_display_price__limio":"<p>Billed annually</p>","cta_text__limio":"Contact us","offer_features__limio":"<p>Everything in Scale, plus:</p><ul><li><strong>Custom pricing</strong>: volume-based and custom contract terms</li><li><strong>Unlimited transaction volume</strong></li><li><strong>SSO &amp; advanced security controls</strong></li><li><strong>99.9% availability SLA</strong></li><li><strong>Dedicated Technical Account Management</strong></li><li><strong>Solution Architect support</strong> for health checks, architecture and scoping</li><li><strong>Enterprise onboarding &amp; custom integrations</strong></li></ul>","checkout_description__limio":"<p>Limio Unlimited is built for large enterprises running high subscription volumes — typically above $50M in recurring revenue. You get everything in Scale, plus volume-based and custom pricing contracts to handle complex commercial arrangements, SSO and advanced security controls, a 99.9% availability SLA, and dedicated Technical Account Management with a Solution Architect on hand. Enterprise onboarding and support for custom integrations mean your team is never on their own.</p>","best_value__limio":false,"label__limio":["limio"],"price__limio":[{"name":"charge_1","repeat_interval":1,"label":"Charge","repeat_interval_type":"years","trigger":"subscription_start","type":"recurring","value":"35988","currencyCode":"USD"}],"payment_types__limio":["stripe_payment_element"],"term__limio":{"renewal_type":"TERMED","length":1,"renewal_trigger":"EXTERNAL","type":"years"},"initial_term__limio":{"renewal_type":"TERMED","length":1,"renewal_trigger":"EXTERNAL","type":"years"},"autoRenew__limio":true,"offer_type__limio":"standard","push_to_checkout__limio":true,"checkout__limio":{"checkout_type":"external","external_url":"https://www.limio.com/contact"},"trial__limio":true,"group__limio":"yearly","default_quantity_options__limio":{},"sales_channel__limio":["Online","Salesforce"],"allowed_countries__limio":["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IT","LV","LT","LU","MT","NL","PL","PT","RO","SK","SI","ES","SE","GB","US"],"update_configuration__limio":"/limio/update","upsell_display_name__limio":"<p>Go Unlimited</p>","upsell_display_description__limio":"<p>Built for enterprise — SSO, higher volume, custom pricing and dedicated support</p>","comparison_table__c":"{\n  \"Sell Online\": {\n    \"Buy Now\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell subscriptions and one-off products globally from one place — self-serve, sales-assisted, or through partners. Orders, catalog and content all managed together.\"\n    },\n    \"Bundles, Add-Ons & Multi-Baskets\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell packs of products as one subscription, or let customers pick their plan and add the extras they want.\"\n    },\n    \"Cart\": {\n      \"value\": \"✔\",\n      \"description\": \"Build the cart experience that fits your flow — on-page, standalone, or inside the checkout.\"\n    },\n    \"Modular Checkout\": {\n      \"value\": \"✔\",\n      \"description\": \"A no-code checkout that adapts to your products and your customer. Less friction, more completed orders.\"\n    },\n    \"Purchase Links\": {\n      \"value\": \"✔\",\n      \"description\": \"Send customers straight into checkout with a pre-filled cart. Perfect for emails, quotes and campaigns.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Sales-Assisted Checkout\": {\n      \"value\": \"✔\",\n      \"description\": \"Your reps close deals without taking payment details: one click on a Salesforce opportunity generates a checkout link from the quote. The customer pays self-serve, and the opportunity moves to closed-won automatically.\"\n    },\n    \"Partner Portal\": {\n      \"value\": \"✔\",\n      \"description\": \"Give resellers their own portal: partner login, partner-specific offers and pricing, orders and upgrades on behalf of customers, invoices, and automatic sync with Zuora and Salesforce.\",\n      \"callout\": \"NEW\"\n    },\n        \"Unlimited Products, Plans & Offers\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"No caps on products, plans, offers or add-ons. Build as much catalog as your business needs.\"\n    },\n    \"Global Offer Management\": {\n      \"value\": \"✔\",\n      \"description\": \"One view of every product and price across all your sites, languages and currencies. Change once, update everywhere.\"\n    },\n    \"Multi-Currency\": {\n      \"value\": \"✔\",\n      \"description\": \"Price offers in any currency your payment and billing providers support.\"\n    }\n  },\n  \"Self-Serve Portal\": {\n    \"Subscription Overview\": {\n      \"value\": \"✔\",\n      \"description\": \"An out-of-the-box portal where customers see and manage their subscriptions, payments and details — without contacting support.\"\n    },\n    \"Upgrades & Downgrades\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers switch plans, products and compatible add-ons themselves. Expansion revenue without a sales call.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Seat Management\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers add or remove seats on their plan as their team changes.\"\n    },\n    \"Add-On Changes\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers buy new add-ons or top up credits whenever they want — and remove add-ons too, if you allow it.\"\n    },\n    \"Renewals\": {\n      \"value\": \"✔\",\n      \"description\": \"Lapsed or fixed-term customers renew themselves, early or at term end.\"\n    },\n    \"Payment Methods & History\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers view, add and set default payment methods, and see every past payment on their account.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Invoice Management\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers view, download, print and pay invoices — including unpaid balances — on their own.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Account Data & Statements\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers view and edit their account and contact details, and download account statements.\",\n      \"callout\": \"NEW\"\n    },\n    \"Address Management\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers update billing addresses and, for physical products, manage delivery addresses.\"\n    },\n    \"Multi-User Access\": {\n      \"value\": \"✔\",\n      \"description\": \"Define which users in a customer's team can view and change the company's subscription.\"\n    },\n    \"Personalised Portal Experiences\": {\n      \"value\": \"✔\",\n      \"description\": \"Show different portal experiences based on a customer's value, lifecycle stage and products — to grow retention and lifetime value.\"\n    }\n  },\n  \"AI\": {\n    \"Limio Agent\": {\n      \"value\": \"✔\",\n      \"description\": \"A selling agent that closes business for you — it answers questions, creates quotes, upsells and guides customers all the way through checkout.\",\n      \"callout\": \"NEW\"\n    },\n    \"Catalog & Analytics MCP\": {\n      \"value\": \"✔\",\n      \"description\": \"Build and update your catalog, and query your commerce data, straight from Claude, ChatGPT or any MCP-enabled tool.\"\n    },\n    \"Agent-Ready Storefront\": {\n      \"value\": \"✔\",\n      \"description\": \"Your customers' AI agents can discover and buy your plans directly — via MCP, JSON-LD offer feeds and purchase links. ChatGPT Search-enabled.\"\n    }\n  },\n  \"Conversion Optimisation\": {\n    \"Free Trials & Freemium-to-Paid\": {\n      \"value\": \"✔\",\n      \"description\": \"Run free trials and freemium plans, and convert them to paid automatically — no engineering ticket required.\"\n    },\n    \"Upsells\": {\n      \"value\": \"✔\",\n      \"description\": \"Show tailored upgrades to longer terms or bigger bundles in cart and checkout. Customers switch in one click, order value goes up.\"\n    },\n    \"Cross-Sells\": {\n      \"value\": \"✔\",\n      \"description\": \"Offer personalised add-ons that complement what's already in the cart.\"\n    },\n    \"Abandoned Cart Recovery\": {\n      \"value\": \"✔\",\n      \"description\": \"Find abandoned carts with customer data via a simple API, and power follow-up campaigns through your email or push provider.\"\n    },\n    \"Promo Codes\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"Generate unlimited unique promo codes with expiry dates and quantity limits. No caps, ever.\"\n    },\n    \"Gift Cards\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell subscription gift cards and let recipients redeem them when it suits them.\"\n    },\n    \"A/B Testing\": {\n      \"value\": \"✔\",\n      \"description\": \"Split-test purchase and self-service experiences directly in Limio. See what converts, keep what works.\"\n    },\n    \"Personalisation\": {\n      \"value\": \"✔\",\n      \"description\": \"Route each visitor to the most relevant experience based on segment, location, channel, device, subscription status and more.\"\n    },\n    \"Localisation\": {\n      \"value\": \"✔\",\n      \"description\": \"Sell in any language, any currency. Same catalog, local experience.\"\n    },\n    \"Multi-Brand, Multi-Shop\": {\n      \"value\": \"✔\",\n      \"description\": \"Run multiple shops and brands across multiple domains from a single Limio app.\"\n    }\n  },\n  \"Retention Optimisation\": {\n    \"No-Code Cancel Pages\": {\n      \"value\": \"✔\",\n      \"description\": \"Build and change your cancellation flow with drag and drop. Test new save experiences without an engineering ticket.\"\n    },\n    \"Cancellation Reasons\": {\n      \"value\": \"✔\",\n      \"description\": \"Capture why customers want to leave, and route each reason to the save offer most likely to keep them.\"\n    },\n    \"Loss-Aversion Cards\": {\n      \"value\": \"✔\",\n      \"description\": \"Show customers exactly what they'd lose by cancelling — usage, features, history — before they confirm.\"\n    },\n    \"Save & Win-Back Offers\": {\n      \"value\": \"✔\",\n      \"description\": \"Present discounts, pauses or alternative plans at the moment of cancellation — and win back customers after they've left.\"\n    },\n    \"Downgrade Workflows\": {\n      \"value\": \"✔\",\n      \"description\": \"Offer a cheaper plan instead of a goodbye. A smaller subscription beats no subscription.\"\n    },\n    \"One-Click Restart\": {\n      \"value\": \"✔\",\n      \"description\": \"Customers with a pending cancellation restart in one click — with a personalised offer if you want to sweeten it.\"\n    },\n    \"Cancel Analytics\": {\n      \"value\": \"✔\",\n      \"description\": \"See cancel intents, save rates and the reasons behind churn, directly in Limio Analytics.\"\n    },\n    \"Salesforce Churn Sync\": {\n      \"value\": \"✔\",\n      \"description\": \"Cancel intents and saves flow into Salesforce automatically, so your CS team can step in where it matters.\"\n    },\n    \"Segmented Retention Journeys\": {\n      \"value\": \"✔\",\n      \"description\": \"Different customers, different saves. Target retention offers by value, tenure, product and more.\"\n    }\n  },\n  \"Integrations\": {\n    \"Stripe Billing\": {\n      \"value\": \"✔\",\n      \"description\": \"Deep two-way integration: catalog and subscription sync, tax preview in checkout, and support for every payment method Stripe offers. Always in sync, no middleware.\"\n    },\n    \"Zuora\": {\n      \"value\": \"✔\",\n      \"description\": \"Deep two-way integration: full Zuora pricing models, catalog and subscription sync, order line items, ramp deals, tax preview, any Zuora gateway or payment method, and Zephr paywall support.\"\n    },\n    \"Salesforce\": {\n      \"value\": \"✔\",\n      \"description\": \"Feed self-serve orders into Salesforce Core Objects — accounts, contacts and closed-won opportunities created automatically, with Platform Events for everything else — or run full CPQ, powered by the same catalog.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Identity & Login\": {\n      \"value\": \"✔\",\n      \"description\": \"Connect any identity solution via SAML, OAuth or JWT so customers get one seamless login.\"\n    },\n    \"Payment Integrations\": {\n      \"value\": \"✔\",\n      \"description\": \"Direct integrations with local payment providers and methods, beyond your billing engine's defaults.\"\n    },\n    \"Address Auto-Complete\": {\n      \"value\": \"✔\",\n      \"description\": \"Suggest addresses as customers type, so checkout takes seconds.\"\n    },\n    \"REST APIs\": {\n      \"value\": \"✔\",\n      \"description\": \"Manage your catalog, subscriptions and orders programmatically.\"\n    },\n    \"Webhooks\": {\n      \"value\": \"✔\",\n      \"description\": \"Notify your other systems automatically when an order lands or something fails.\",\n      \"callout\": \"IMPROVED\"\n    }\n  },\n  \"No-Code Page Builder\": {\n    \"Vibe-Coded Components\": {\n      \"value\": \"✔\",\n      \"description\": \"Need a component that doesn't exist yet? Describe it in plain English in Claude, ChatGPT or any LLM, and ship it to your pages with the Limio SDK.\",\n      \"callout\": \"NEW\"\n    },\n    \"Page Builder\": {\n      \"value\": \"✔\",\n      \"description\": \"Build pricing pages, checkouts and portals with drag and drop. Launch a page, change an offer, run a promo — no engineering ticket.\",\n      \"callout\": \"UPDATED\"\n    },\n    \"Unlimited Pages\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"Build as many pages as you need. No caps.\"\n    },\n    \"50+ Drag-and-Drop Components\": {\n      \"value\": \"✔\",\n      \"description\": \"An ever-growing library of subscription commerce components, ready to drop onto any page.\"\n    },\n    \"Design Systems & Themes\": {\n      \"value\": \"✔\",\n      \"description\": \"Your brand, everywhere. Reuse styles, components and variants across every page with the style editor and design systems.\"\n    },\n    \"Responsive by Default\": {\n      \"value\": \"✔\",\n      \"description\": \"Every page works on desktop, tablet and mobile out of the box.\"\n    }\n  },\n  \"Analytics & SEO\": {\n    \"SEO / AEO / GEO-Optimised Pages\": {\n      \"value\": \"✔\",\n      \"description\": \"Pages built to rank — for search engines, answer engines and AI assistants alike.\"\n    },\n    \"Limio Analytics\": {\n      \"value\": \"✔\",\n      \"description\": \"Order performance, conversion rates and retention rates, right inside Limio.\",\n      \"callout\": \"NEW\"\n    },\n    \"Rich Data Layer\": {\n      \"value\": \"✔\",\n      \"description\": \"Track every step — add to cart, checkout started, purchase completed — with the Limio Data Layer.\"\n    },\n    \"Analytics Integrations\": {\n      \"value\": \"✔\",\n      \"description\": \"Send events to Google Analytics and your other tools via your tag manager, with ecommerce reporting out of the box.\"\n    },\n    \"Rich Reports\": {\n      \"value\": \"✔\",\n      \"description\": \"Visits, traffic sources, geography, site paths, conversion rates and purchase funnels in your preferred analytics tool.\"\n    },\n    \"Campaign Attribution\": {\n      \"value\": \"✔\",\n      \"description\": \"Follow UTM parameters all the way to the final order, so you know which spend actually converts.\"\n    }\n  },\n\"Developer Experience\": {\n    \"Limio Skills\": {\n      \"value\": \"✔\",\n      \"description\": \"A Claude Code plugin with five skills for vibe coding: generate production-ready custom components, set up a Storybook playground, create stories, audit SDK compliance, and deploy — all from a prompt.\",\n      \"callout\": \"NEW\"\n    },\n    \"SDK\": {\n      \"value\": \"✔\",\n      \"description\": \"Access catalog, subscription, basket and user data through a simple SDK to build new acquisition and expansion experiences.\"\n    },\n    \"Custom Components\": {\n      \"value\": \"✔\",\n      \"description\": \"Build React/TypeScript components for fully bespoke experiences, on top of the Limio SDK and APIs.\",\n      \"callout\": \"IMPROVED\"\n    },\n    \"Modern Developer Workflow\": {\n      \"value\": \"✔\",\n      \"description\": \"Ship custom components from your own repo and CI/CD pipeline straight into Limio.\",\n      \"callout\": \"NEW\"\n    },\n    \"Storybook Integration\": {\n      \"value\": \"✔\",\n      \"description\": \"Develop components in Storybook or your preferred frontend workbench.\"\n    },\n    \"Custom API Connections\": {\n      \"value\": \"✔\",\n      \"description\": \"Call third-party APIs from your experiences to validate data or enrich the journey.\"\n    }\n  },\n  \"Team Workflows\": {\n    \"Staff Accounts\": {\n      \"value\": \"Unlimited\",\n      \"description\": \"Bring your whole team. No per-seat charges.\"\n    },\n    \"Bulk Edits & Smart Search\": {\n      \"value\": \"✔\",\n      \"description\": \"Manage thousands of pages and offers with bulk copy, bulk edit and smart search.\"\n    },\n    \"Entitlements\": {\n      \"value\": \"✔\",\n      \"description\": \"Track what each customer gets per product, and notify your provisioning systems automatically on every order, upgrade or cancellation.\",\n      \"callout\": \"NEW\"\n    },\n    \"Customer, Order & Subscription Tracking\": {\n      \"value\": \"✔\",\n      \"description\": \"Every customer, order and subscription, tracked inside Limio.\"\n    },\n    \"Subscription Events\": {\n      \"value\": \"✔\",\n      \"description\": \"Follow each subscriber's journey, from checkout started to cancel intent.\"\n    }\n  },\n  \"Platform, Security & Compliance\": {\n    \"SOC 2 Type II\": {\n      \"value\": \"✔\",\n      \"description\": \"Independently audited security controls, continuously verified. Report available on request.\",\n      \"callout\": \"NEW\"\n    },\n    \"SSO (SAML)\": {\n      \"value\": \"✔\",\n      \"description\": \"Your team signs in to Limio through your identity provider.\"\n    },\n    \"Role-Based Access Control (RBAC)\": {\n      \"value\": \"✔\",\n      \"description\": \"Granular roles and permissions control who sees and changes what — across teams, brands and regions.\"\n    },\n    \"Audit Log\": {\n      \"value\": \"✔\",\n      \"description\": \"Every change to your catalog and configuration, tracked by user, team and date.\"\n    },\n    \"Subscription Revenue\": {\n      \"value\": \"Above £/€/$50M\",\n      \"description\": \"The annual subscription revenue threshold for this plan.\"\n    },\n    \"Custom Domains\": {\n      \"value\": \"✔\",\n      \"description\": \"Run your shop and portal on your own domain with an SSL certificate.\"\n    },\n    \"Global Scalability & Performance\": {\n      \"value\": \"✔\",\n      \"description\": \"Edge delivery, optimised compression and bundling. Fast for every customer, everywhere.\"\n    },\n    \"Unlimited Bandwidth & Storage\": {\n      \"value\": \"✔\",\n      \"description\": \"No caps on bandwidth or storage. Scale with confidence.\"\n    },\n    \"Alerts & Monitoring\": {\n      \"value\": \"✔\",\n      \"description\": \"Limio proactively monitors your sites and alerts on issues before they become incidents.\"\n    },\n    \"Security Settings\": {\n      \"value\": \"✔\",\n      \"description\": \"PCI-compliant, with rate limits, reCAPTCHA support, allowed hosts and proactive monitoring to stop bad actors.\"\n    },\n    \"Hosting Options\": {\n      \"value\": \"✔\",\n      \"description\": \"Choose your hosting region: Europe or North America.\"\n    },\n    \"Included API Sandboxes\": {\n      \"value\": \"3\",\n      \"description\": \"Non-production environments with full access to the Limio API.\"\n    },\n    \"Partial or Full Copy Sandbox\": {\n      \"value\": \"$\",\n      \"description\": \"Test against a copy of your production data.\"\n    }\n  },\n  \"Support & Services\": {\n    \"Frequent Releases\": {\n      \"value\": \"✔\",\n      \"description\": \"Regular upgrades, detailed release notes, zero-effort updates.\"\n    },\n    \"Customer Success Manager\": {\n      \"value\": \"✔\",\n      \"description\": \"A named contact to help with roadmap adoption, upcoming initiatives and escalations.\"\n    },\n    \"Standard Support\": {\n      \"value\": \"✔\",\n      \"description\": \"Live support via ticket, email and phone, with unlimited included incidents.\"\n    },\n    \"Premium Support\": {\n      \"value\": \"$\",\n      \"description\": \"24x7x365 coverage, priority handling and response-time SLAs.\"\n    },\n    \"Solution Architect\": {\n      \"value\": \"✔\",\n      \"description\": \"Regular office hours for health checks, architecture reviews and technical scoping.\"\n    },\n    \"Implementation Support\": {\n      \"value\": \"$\",\n      \"description\": \"Dedicated help to implement and go live with your shop and self-service.\"\n    }\n  }\n}","cross_sell_addons__limio":{"item_label":"limio_addon","item_type":"add_on","items":[{"path":"/add_ons/Limio Salesforce"}]},"stripe_product_id__limio":"prod_UfNpIcNfXWH80h"},"team":null,"type":"item","id":"977a84ca1871e3a2982a4a824ff81a3152b5b6cc","version":"ccd7ffe050fdfb8f4660741283d983f82dd8a443","price__limio":[],"price":[],"products":[{"path":"/products/Limio-Unlimited","name":"Limio Unlimited","record_type":"product","baseTemplate":"/config/templates/products/default","attributes":{"display_name__limio":"Limio Unlimited","description__limio":"<p>Limio Unlimited annual subscription. Self-serve subscription commerce platform.</p>","block_multiple__limio":false,"stripe_product_code__limio":"prod_UfNpIcNfXWH80h"}}],"productBundles":[{"product_path":"/products/Limio-Unlimited","revenue_split":"100","rate_plan":""}]},"id":"c8cde0e8cc232860f68c41f0aece659c3f23abfc","version":"20f9aa48c44f268fff02dab8263db28d132501eb"}],"addOns":[{"path":"/add_ons/Limio Salesforce","name":"Limio Salesforce","type":"item","data":{"name":"Limio Salesforce","record_type":"add_on","path":"/add_ons/Limio Salesforce","attributes":{"display_name__limio":"Limio for Salesforce","display_price__limio":"<p>$80 / month</p>","detailed_display_price__limio":"","offer_features__limio":"<ul><li>Managed Salesforce package</li><li>Configure-Price-Quote directly in Salesforce for net new, upgrades and renewals</li><li>Create web quotes with immediate payment</li><li>Customer Service in-life workflows</li></ul>","checkout_description__limio":"<p>Sync Limio subscriptions, orders and amendments into Salesforce.</p>","display_description__limio":"<p>Create subscriptions, orders and amendments directly into Salesforce. Quote-to-cash, CSR workflows and admin actions live in Sales Cloud.</p>","cta_text__limio":"Add Salesforce","label__limio":["limio"],"payment_types__limio":["stripe_payment_element"],"sales_channel__limio":["Online","Salesforce"],"cross_sell_display_name__limio":"Limio for Salesforce","cross_sell_display_description__limio":"","learn_more_url__c":"https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FA3kFUAT&tab=e","learn_more_label__c":"Visit on the AppExchange","default_quantity_options__limio":{},"price__limio":[{"name":"charge_1","label":"Charge","type":"recurring","value":"80","currencyCode":"USD","repeat_interval":1,"repeat_interval_type":"months","trigger":"subscription_start"}],"term__limio":{"renewal_type":"TERMED","renewal_trigger":"EXTERNAL","length":1,"type":"months"},"autoRenew__limio":true,"stripe_product_id__limio":"prod_UfNp3vPo1d2DDd"},"products":[{"path":"/products/Limio-Addon-Salesforce","name":"Limio for Salesforce","record_type":"product","baseTemplate":"/config/templates/products/default","attributes":{"display_name__limio":"Limio for Salesforce","description__limio":"<p>Salesforce CPQ + subscription sync managed package.</p>","block_multiple__limio":false,"stripe_product_code__limio":"prod_UfNp3vPo1d2DDd"}}],"productBundles":[{"product_path":"/products/Limio-Addon-Salesforce","revenue_split":"100","rate_plan":""}]},"id":"0e284558daec53ddc73d0f603614fa64ff3836c4","version":"84a15f60f7b96d93b2cab34aa59e8943dc23dfc2"}],"groupValues":[{"label":"Monthly","id":"monthly"},{"label":"Yearly","id":"yearly"},{"label":"Consultations","id":"consultations"}],"publicKey__limio":"public_046c57e6a55add1fce849b083247a8a23f4e6e4bdd3bf9f9","tag__limio":"/tags/agents","pageMasterLayout":"ootb/cart","prevent_mixed_rates":true,"actions":{"previewOrder":"/api/order/preview","getSubscriptions":"/api/mma/subscriptions","updateSubscriptionCheckout":"/api/checkout/subscription","selfServiceCheckout":"/api/mma/checkout","sendOrder":"/api/order","initiateCheckout":"/api/checkout/initiate","updateCheckout":"/api/checkout/update","validateCheckout":"/api/checkout/validate"}}},"staticQueryHashes":[]}