Node.js
Typed end-to-end. Works with the full Next.js / Express / Fastify lineup. Streaming + polling helpers built in.
import { Jettson } from "@jettson/sdk";
const client = new Jettson({ apiKey: process.env.JETTSON_KEY });
const agent = await client.agents.spawn({
task: "Find 10 plumbers in Phoenix",
});