AI AGENT PLATFORM FOR TRADE

ᚴᛆᚢᛕ

AI Agents That
Drive Global Trade

23 specialized AI agents covering the entire trade lifecycle — from prospect discovery to order fulfillment. All customer data remains on your device, encrypted and physically isolated from the cloud.

from kaup import Agent, tool

lead_agent = Agent(
    name="lead-search",
    tools=["google", "linkedin", "customs_db"],
    instructions="Find buyers for LED lighting in Europe..."
)

# Search for qualified leads
results = lead_agent.run(
    "Find European LED lighting importers "
    "with annual revenue > $1M"
)

for lead in results.top(10):
    lead_agent.reach_out(lead, style="personalized")

CORE CAPABILITIES

Purpose-Built for
International Trade

Data Sovereignty by Design

Customer data resides in your local encrypted SQLite database — physically isolated from the cloud. Compliance is structural, not contractual.

23 Trade-Specialized Agents

13 local agents and 10 cloud agents, each purpose-built for a specific trade task — prospecting, outreach, qualification, order management, and beyond.

Native System Integration

Desktop-native access to browser automation, WeChat Work, WhatsApp, and ERP systems — capabilities fundamentally unavailable to browser-based SaaS.

Fully Operational Offline

13 local agents function without internet connectivity — on flights, at factories, at trade shows. Your workflow continues uninterrupted.

Bring Your Own Model

Connect your own LLM API key. Encrypted on-device storage. Zero platform inference cost. Full model autonomy.

End-to-End Workflow

40 business modules spanning sales, marketing, operations, logistics, and management — every role in your trade organization.


ARCHITECTURE

From Viking Ports
to AI Agents

'Kaup' originates from Old Norse — the language of Viking traders who founded Kaupang, the first Nordic trade town, in 780 AD. Twelve centuries later, the same word names a new paradigm in trade: AI Agents executing what once required entire teams.

Install with npm install @kaup/sdk

Local-First Desktop App built on Tauri 2.x. A local Agent Runtime processes tasks on your machine; a Cloud Agent Engine handles external data sources. Your data never leaves your device unless you explicitly choose to sync.

import { Agent, tool } from "@kaup/sdk"

const searchWeb = tool({
  name: "search_buyers",
  description: "Search for potential buyers",
  parameters: z.object({
    product: z.string(),
    region: z.string()
  }),
  execute: async ({ product, region }) => {
    return await fetch(`/search?q=${product}+buyers+${region}`)
  }
})

const agent = new Agent({
  name: "outreach-agent",
  model: "your-api-key",  // BYOM
  tools: [searchWeb],
  stream: true
})

// Your data never leaves your machine
for await (const chunk of agent.run("Find EU LED buyers")) {
  process.stdout.write(chunk)
}

23
Specialized Agents
40+
Business Modules
100%
Data On-Premise
0
Platform LLM Cost

PRICING

Transparent Pricing,
Predictable Costs

Start free, scale on your terms. No hidden fees.

Standalone
$69
per month
  • ~5 lead searches/mo + unlimited AI operations
  • 1–2 users
  • All 23 agents
  • Local encrypted storage
  • BYOM — bring your own model
  • WhatsApp integration
Get Started
Enterprise
$349+
per month
  • ~50 lead searches/mo + dedicated support
  • All 23 agents
  • Local encrypted storage
  • BYOM — bring your own model
  • WeChat Work API
  • WhatsApp integration
  • ERP integration
  • Docker private deployment
  • Unlimited users
  • Dedicated training
Contact Sales

FAQ

Frequently Asked Questions

What is KAUP?
KAUP is a Local-First AI Agent platform purpose-built for international trade. It provides 23 specialized AI agents that cover the entire trade lifecycle — from prospect discovery and outreach to order management and logistics — all while keeping your customer data encrypted and stored locally on your device.
How does KAUP protect my data?
Customer data resides in your local encrypted SQLite database — physically isolated from the cloud. 13 of the 23 agents run entirely on your device without internet. Compliance is structural, not contractual. Your data never leaves your device unless you explicitly choose to sync.
Does KAUP work offline?
Yes. 13 local agents function without internet connectivity — on flights, at factories, at trade shows. Your workflow continues uninterrupted. The remaining 10 cloud agents handle external data lookups when connectivity is available.
What does "Bring Your Own Model" mean?
BYOM means you connect your own LLM API key (OpenAI, Anthropic, DeepSeek, etc.) and the key is encrypted and stored locally on your device via the OS keychain. KAUP charges zero platform inference costs — you only pay your LLM provider directly. You retain full model autonomy.
Which integrations does KAUP support?
KAUP offers desktop-native integrations with WeChat Work, WhatsApp, browser automation, and ERP systems. These are system-level connections that browser-based SaaS platforms fundamentally cannot replicate.
Is there a free plan?
KAUP offers transparent pricing starting with a Standalone plan at $69/month (or ¥499/month). All plans include the full suite of 23 AI agents, local encrypted storage, and BYOM support. Team and Enterprise plans add collaboration features, ERP integration, and private deployment options.

Build Your AI-Powered
Trade Team

Start free. Your data stays on your device.