Already using the Anthropic or OpenAI SDK? Ship your agent to production in one call.

See the quickstart

Changelog

Every meaningful change to Jettson, newest first.

We ship every weekday. The list below covers the meaningful product changes — bug fixes that don't change behavior aren't logged here. For deeper context on any release, see the linked docs.

v1.0.10 — 2026-05-14

Docs site at /docs.

  • Full reference for the API, all sixteen tools across five families, the four concept areas, and four how-to guides.
  • MDX-driven content with server-side syntax highlighting and on-page TOC.
  • Same brand surface as the marketing site.

v1.0.9 — 2026-05-13

Example gallery at /examples.

v1.0.8 — 2026-05-13

Warm container pool.

  • Spawn time drops from ~15-25 s cold to ~500-1500 ms warm.
  • Per-region pool of pre-booted containers, atomically claimed via a transactional database write.
  • warmHit and spawnTimeMs now stamped on every agent doc.
  • Live "Container pool" card on /console/overview with the 24h hit rate.

v1.0.7 — 2026-05-13

Jettson Memory.

  • Persistent, semantic, per-user knowledge layer with hybrid (semantic + keyword + importance + time-decay) ranking.
  • Auto-extraction after every agent completion — the Mind picks up to 5 durably-useful facts on its own.
  • Five memory tools available inside any agent run: put, get, search, list, delete.
  • Full API at /api/v1/memory/* including dedupe and consolidate.
  • Per-plan quotas: Free 100, Liftoff 100, Lightyear 10,000.

v1.0.6 — 2026-05-13

Stripe billing.

  • Liftoff ($9/mo) and Lightyear ($29/mo) live via Stripe Checkout.
  • Customer portal handles plan changes, cards, and invoices.
  • Webhook handler with signature verification and idempotent event processing.
  • Plan changes propagate to quota enforcement on the next spawn.

v1.0.5 — 2026-05-12

Per-tier quotas and rate limits.

  • Plan-aware spawn enforcement: concurrent agents, monthly agent-hours, per-minute and per-hour rate limits.
  • Per-tier container sizing (Free & Liftoff 0.5 CPU / 512 MB, Lightyear 1 CPU / 1 GB).
  • maxAgentDurationMinutes enforced both in-container and via a server-side safety net.
  • Console usage page with live numbers and the upgrade banner.

v1.0.4 — 2026-05-12

Real tool execution.

  • Sixteen tools across five families: jettson_browser_* (5), jettson_shell_run, jettson_files_* (4), jettson_http_request, and the five memory tools.
  • Jettson Container image published to GHCR.
  • HMAC-signed channel between containers and the Jettson API.
  • Live Console timeline of every reasoning step and tool call.

v1.0.3 — 2026-05-12

Agent spawn API and Console.

  • POST /api/v1/agents creates a containerized agent with the Mind reasoning loop wired up.
  • Console at /console/agents with onSnapshot-driven live view.
  • API key management UI at /console/api-keys.

v1.0.2 — 2026-05-11

Firebase auth and the Console shell.

  • Email/password and Google sign-in.
  • Protected Console routes for Agents, Memory, API Keys, Usage, Billing, Settings.

v1.0.1 — 2026-05-11

Waitlist signup.

  • Landing page CTA flows to a dedicated /waitlist page that captures email addresses ahead of launch.

v1.0.0 — 2026-05-11

Initial commit.

  • Marketing site (landing, pricing, examples).
  • Brand system, design tokens, PWA scaffold.
  • The foundation everything else is built on.

Subscribe to release notes by emailing support@jettson.dev with subject "changelog" — we'll add you to the announce list.