Create your account
Sign up, confirm your work email, and open your private Punk workspace.
// find repeated agent work
Punk learns from completed agent work and shows which tasks could safely reuse a proven result. New or uncertain work stays with your original model.
Self-service signup is temporarily paused while we restore durable account storage. Service access may be limited; please check system status before trying again.
No credit card required. Your 30-day Pro trial begins after email verification. After the trial, keep Free (10,000 runs/month) or choose Pro ($99/month).
Three setup steps get one compatible request into Punk. Run details close the loop, and observe-only is the default starting point.
Sign up, confirm your work email, and open your private Punk workspace.
Create a Punk API key in observe mode. It lets Punk record and explain runs, but not replace their live responses.
Point a compatible OpenAI client at Punk, or use the Punk SDK. Your existing model and prompts stay in place.
Send a familiar test request, then inspect the receipt Punk creates for it.
baseUrl to https://app.punktechnologies.com in the SDK, or point a compatible OpenAI client at https://app.punktechnologies.com/v1.npm install @punktechnologies/sdk
import { Punk } from "@punktechnologies/sdk";
const punk = new Punk({
baseUrl: "https://app.punktechnologies.com",
apiKey: process.env.PUNK_API_KEY,
app: "support-agent"
});
Connect without changing live answers. Punk first finds repeated work; you decide what is worth testing for safe reuse.