Build & CI Agent
Activeclaude-sonnet-4 · Cursor
Monthly budget
$410 / $1,200 / mo
Assigned card
•••• 5567
Merchant Locked
Approval threshold
> $100
Human-in-the-loop
About this agent
Provisions build minutes and CI capacity during release windows.
Recent requests
- Captured $44.00
GitHub
Mar 11, 22:03
- Captured $92.00
Vercel
Mar 10, 16:48
•••• •••• •••• 5567
Merchant Locked
Build & CI Agent
Quick facts
- Created
- Feb 20, 2025
- Vendor
- Cursor
- Model
- claude-sonnet-4
- Spent (mo)
- $410
Granted scopes
- Create purchase requests
- Use assigned card
Allowed merchants
Approval rule
Require human approval for purchases > $100
No audit events
Every action this agent takes will be logged here.
Create a request as this agent
Scoped to this agent's card, budget, and policy.
import { Clawr } from "@clawr/sdk";
const clawr = new Clawr(process.env.CLAWR_API_KEY);
// Create a purchase request as Build & CI Agent
const request = await clawr.purchaseRequests.create({
agent: "cursor-build",
merchant: "OpenAI",
amount: 7500, // cents
currency: "usd",
reason: "Model inference",
});
console.log(request.status); Agent identifier
cursor-build