No Anthropic Claude key set Get a key ↗ Your key stays in your browser. Calls go direct to Anthropic Claude.

Live demos

See Linda actually work.

Paste your API key in the bar above. These five demos run the real SDK in your browser against the provider you choose. No server in between, no telemetry, no key forwarding.

Heads up: each demo makes a real LLM call with your key. Expect ~$0.01–0.05 per run depending on the demo and model. We recommend a fresh key with a low monthly cap for trying things out.

How the demos work

  1. You set a key in the bar above. We persist it to localStorage under your origin, scoped per provider. Linda never sees your key — your browser passes it directly to the provider you picked.
  2. Each demo page lazy-loads /linda.js (the real SDK UMD, ~107 KB) on first mount.
  3. The demo instantiates new Linda({...}) with your key and runs the configured agent loop on the demo's DOM.
  4. When you close the tab, the SDK bundle is cached but the conversation state is gone. Your key persists until you clear it.

Why no Linda-hosted demos?

We could host demos with our own keys and rate-limit. We don't because the value of Linda is "no SaaS in the middle" — and a hosted demo would contradict that. BYOK keeps the demos honest about what Linda is: a runtime, not a service.

Don't have a key?

Each provider has a free or low-cost tier:

  • Anthropic — sign up at console.anthropic.com and add $5 credit. That's ~500 demo runs of Sonnet 4.6.
  • OpenAI — sign up at platform.openai.com and add $5. Use gpt-4o for the same UX.
  • Ollama Cloud — sign up at ollama.com/cloud. Free tier available; OpenAI-compatible endpoints, so Linda's OpenAI transport runs against them via a custom base URL.