Larry Technology
40)"
@cart-updated.window="cartCount = $event.detail.count"
@keydown.escape.window="activeMega = null"
:class="{ 'is-scrolled': scrolled }"
class="nav-bar-outer fixed top-0 left-0 right-0 z-50 pt-4 transition-all duration-500">
Store
{ activeMega = null }, 200)"
class="nav-mega-trigger" :class="activeMega === 'products' ? 'active' : ''">
Products
{ activeMega = null }, 200)"
class="nav-mega-trigger" :class="activeMega === 'solutions' ? 'active' : ''">
Solutions
{ activeMega = null }, 200)"
class="nav-mega-trigger" :class="activeMega === 'developers' ? 'active' : ''">
Developers
{ activeMega = null }, 200)"
class="nav-mega-trigger" :class="activeMega === 'resources' ? 'active' : ''">
Resources
{ activeMega = null }, 200)"
x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"
class="hidden md:block" style="position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:60;">
AI and Automation
LAI Assistant New
Our AI assistant — checks your orders, your account status, and files support tickets, right from chat.
{ activeMega = null }, 200)"
x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"
class="hidden md:block" style="position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:60;">
{ activeMega = null }, 200)"
x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"
class="hidden md:block" style="position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:60;">
Built for Trust
API Platform
Build With Us
Community
{ activeMega = null }, 200)"
x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"
class="hidden md:block" style="position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:60;">
Developer API
Base URL: https://www.larrytechnologyhub.cloud/api/v1
Auth: Authorization: Bearer <token> — create a token from your
Developer dashboard .
Honesty note: every endpoint below is real and live. A few named endpoints (marked Pending ) return a
501 explaining exactly what upstream integration is missing (live payment gateway, mail provider) — they are not faked. The scopes shown per section are genuinely enforced — a token without the required scope gets a real 403, not a silently-ignored check.
Account
GET /me
Your account info and the current token's scopes/environment.
{"data":{"id":1,"name":"Ada","email":"[email protected] ","token":{"name":"My Integration","abilities":["orders:read"],"environment":"live"}}}
Orders — requires orders:read
GET /orders
Your digital-product orders (templates/plugins/sections/scripts).
GET /orders/{id}
A single order with its line items.
Pending GET /invoices
Live payment/invoice status needs real payment-gateway keys — orders are confirmed manually today, see order status above.
Support Tickets — requires support:read / support:write
GET /support-tickets
Your tickets.
GET /support-tickets/{id}
A ticket with its replies.
POST /support-tickets
Open a new ticket. Body: {"subject","message","priority"}
POST /support-tickets/{id}/reply
Reply to your own ticket. Body: {"message"}
Webhooks — requires webhooks:manage
GET /webhook-endpoints
Your registered endpoints.
POST /webhook-endpoints
Register a new one. Body: {"url","events":[...]}
DELETE /webhook-endpoints/{id}
Remove one.
Available events today:
order.created, order.confirmed, order.delivered, order.cancelled
Wired into checkout and order admin actions. support_ticket.* events are reserved in the schema but not fired yet.
Every delivery is POSTed with an X-LT-Signature header — HMAC-SHA256 of the JSON body, keyed with your endpoint's secret.
Roadmap, in order: CLI tool and language SDKs are planned once the API itself has real production traffic; an AI connector (MCP-style) after that. None of these exist yet — this page will link to them the day they do, not before.
Install App
✓ Installed on this device
Install Larry Technology
×
Add Larry Technology to your device for quick, full-screen access — like a regular app.
Install Now
Tap the Share icon in Safari's toolbar (the square with an arrow).
Scroll down and tap "Add to Home Screen" .
Tap Add — the app icon appears on your home screen.
Your browser doesn't offer a one-tap install here, but you can usually still add this site as an app:
Open your browser's menu (⋮ or ···).
Look for "Install app" or "Add to Home screen" .
LAI
Larry Technology Assistant
What can I help with?
I'm LAI. Ask about our products, your orders, or your account — I'll do my best to help.
Find the Right Product
Get matched in under a minute
or explore
Products
My Orders
Get Support
You're offline — messages will fail to send until your connection is back.
show = false, 2600);"
x-show="show" x-cloak
x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 translate-y-2" x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0"
style="position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:9999;
padding:11px 20px;border-radius:12px;font-size:13px;font-weight:700;
display:flex;align-items:center;gap:8px;box-shadow:0 12px 32px rgba(0,0,0,0.22);"
:style="error ? 'background:#b91c1c;color:#fff;' : 'background:var(--primary);color:var(--on-primary);'">