Quick Start
Launch your first autonomous SRE agent in under 5 minutes.
01Install the Agent
Add the CartNerve agent to your Node.js or TypeScript project.
npm install @cartnerve/agent02Initialize with Keys
Find your `API_KEY` and `PROJECT_ID` in your [Project Settings](/dashboard/settings).
import { CartNerve } from '@cartnerve/agent';
const cn = new CartNerve({
projectId: 'cn_proj_...',
apiKey: 'cn_live_...'
});
cn.init();03Verify the Pulse
Deploy your app and check the CartNerve Dashboard. You should see a green pulse within 10 seconds.
Success: Connected to HealBot v1.2